stack created HBASE-14572: ----------------------------- Summary: 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 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)