[jira] [Updated] (HBASE-14572) TestImportExport#testImport94Table can't find its src data file

2015-10-07 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-14572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-14572:
--
Attachment: 14572.txt

Just check if file can be found... the data file... and if not, just log and 
keep going.

> TestImportExport#testImport94Table can't find its src data file
> ---
>
> Key: HBASE-14572
> URL: https://issues.apache.org/jira/browse/HBASE-14572
> Project: HBase
>  Issue Type: Sub-task
>  Components: test
>Reporter: stack
> Attachments: 14572.txt
>
>
> This test fails pretty frequently with this:
> File 
> /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build%402/hbase/hbase-server/target/test-classes/org/apache/hadoop/hbase/mapreduce/exportedTableIn94Format
>  does not exist
> ... as in here:  
> https://builds.apache.org/job/PreCommit-HBASE-Build/15890//testReport/org.apache.hadoop.hbase.mapreduce/TestImportExport/testImport94Table/
> It happened twice this evening.
> The conversion from classpath URL to Hadoop local path is messing up, 
> probably stumbling over the character encoding above.
> Let me change test so it doesn't fail if file can't be found... usually it 
> passes (it passes locally for instance).  Unless... someone wants to work on 
> why we can't find the file



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14572) TestImportExport#testImport94Table can't find its src data file

2015-10-07 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-14572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-14572:
--
Attachment: 14572.branch-1.addendum.txt

I broke build on branch-1 last night. Here is addendum adding missing imports.

> TestImportExport#testImport94Table can't find its src data file
> ---
>
> Key: HBASE-14572
> URL: https://issues.apache.org/jira/browse/HBASE-14572
> Project: HBase
>  Issue Type: Sub-task
>  Components: test
>Reporter: stack
>Assignee: stack
> Fix For: 2.0.0, 1.2.0, 1.3.0
>
> Attachments: 14572.branch-1.addendum.txt, 14572.txt
>
>
> This test fails pretty frequently with this:
> File 
> /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build%402/hbase/hbase-server/target/test-classes/org/apache/hadoop/hbase/mapreduce/exportedTableIn94Format
>  does not exist
> ... as in here:  
> https://builds.apache.org/job/PreCommit-HBASE-Build/15890//testReport/org.apache.hadoop.hbase.mapreduce/TestImportExport/testImport94Table/
> It happened twice this evening.
> The conversion from classpath URL to Hadoop local path is messing up, 
> probably stumbling over the character encoding above.
> Let me change test so it doesn't fail if file can't be found... usually it 
> passes (it passes locally for instance).  Unless... someone wants to work on 
> why we can't find the file



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)