[
https://issues.apache.org/jira/browse/HBASE-10830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13956547#comment-13956547
]
Nick Dimiduk commented on HBASE-10830:
--------------------------------------
I ran with v01 last night, this is how far the suite made it before my lappy
ran out of disk space. I guess these tests don't clean up after themselves by
design.
{noformat}
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.hadoop.hbase.IntegrationTestIngest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 751.134 sec
Running org.apache.hadoop.hbase.IntegrationTestIngestStripeCompactions
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 836.726 sec
Running org.apache.hadoop.hbase.IntegrationTestIngestWithACL
Running org.apache.hadoop.hbase.IntegrationTestIngestWithEncryption
Running org.apache.hadoop.hbase.IntegrationTestIngestWithTags
Running org.apache.hadoop.hbase.IntegrationTestIngestWithVisibilityLabels
Running org.apache.hadoop.hbase.IntegrationTestLazyCfLoading
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 366.592 sec <<<
FAILURE!
Running org.apache.hadoop.hbase.IntegrationTestManyRegions
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 350.176 sec <<<
FAILURE!
Running org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad
Running org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv
Running org.apache.hadoop.hbase.mapreduce.IntegrationTestTableMapReduceUtil
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.977 sec
Running org.apache.hadoop.hbase.mttr.IntegrationTestMTTR
Running org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 17.081 sec <<<
FAILURE!
Results :
Tests in error:
testReadersAndWriters(org.apache.hadoop.hbase.IntegrationTestLazyCfLoading):
Shutting down
testReadersAndWriters(org.apache.hadoop.hbase.IntegrationTestLazyCfLoading):
callTimeout=60000, callDuration=69647: row 'IntegrationTestLazyCfLoading,,' on
table 'hbase:meta
testCreateTableWithRegions(org.apache.hadoop.hbase.IntegrationTestManyRegions):
Shutting down
testCreateTableWithRegions(org.apache.hadoop.hbase.IntegrationTestManyRegions):
callTimeout=60000, callDuration=69858: row 'IntegrationTestManyRegions,,' on
table 'hbase:meta
testContinuousIngest(org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList):
Cannot create directory
/Users/ndimiduk/repos/hbase/hbase-it/target/test-data/61da49bb-d076-4d2f-a1bc-8d8c5cb5fff3/dfsc
luster_8c91e743-a7be-4fb4-ae07-142554f3379a/dfs/name1/current
{noformat}
> Integration test MR jobs attempt to load htrace jars from the wrong location
> ----------------------------------------------------------------------------
>
> Key: HBASE-10830
> URL: https://issues.apache.org/jira/browse/HBASE-10830
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.98.1
> Reporter: Andrew Purtell
> Priority: Minor
> Fix For: 0.99.0, 0.98.2
>
> Attachments: HBASE-10830.00.patch, HBASE-10830.01.patch
>
>
> The MapReduce jobs submitted by IntegrationTestImportTsv want to load the
> htrace JAR from the local Maven cache but get confused and use a HDFS URI.
> {noformat}
> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 8.489 sec <<<
> FAILURE!
> testGenerateAndLoad(org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv)
> Time elapsed: 0.488 sec <<< ERROR!
> java.io.FileNotFoundException: File does not exist:
> hdfs://localhost:37548/home/apurtell/.m2/repository/org/cloudera/htrace/htrace-core/2.04/htrace-core-2.04.jar
> at
> org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1110)
> at
> org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1102)
> at
> org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
> at
> org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1102)
> at
> org.apache.hadoop.mapreduce.filecache.ClientDistributedCacheManager.getFileStatus(ClientDistributedCacheManager.java:288)
> at
> org.apache.hadoop.mapreduce.filecache.ClientDistributedCacheManager.getFileStatus(ClientDistributedCacheManager.java:224)
> at
> org.apache.hadoop.mapreduce.filecache.ClientDistributedCacheManager.determineTimestamps(ClientDistributedCacheManager.java:93)
> at
> org.apache.hadoop.mapreduce.filecache.ClientDistributedCacheManager.determineTimestampsAndCacheVisibilities(ClientDistributedCacheManager.java:57)
> at
> org.apache.hadoop.mapreduce.JobSubmitter.copyAndConfigureFiles(JobSubmitter.java:264)
> at
> org.apache.hadoop.mapreduce.JobSubmitter.copyAndConfigureFiles(JobSubmitter.java:300)
> at
> org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:387)
> at org.apache.hadoop.mapreduce.Job$10.run(Job.java:1268)
> at org.apache.hadoop.mapreduce.Job$10.run(Job.java:1265)
> at java.security.AccessController.doPrivileged(Native Method)
> at javax.security.auth.Subject.doAs(Subject.java:415)
> at
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1491)
> at org.apache.hadoop.mapreduce.Job.submit(Job.java:1265)
> at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1286)
> at org.apache.hadoop.hbase.mapreduce.ImportTsv.run(ImportTsv.java:603)
> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
> at
> org.apache.hadoop.hbase.mapreduce.TestImportTsv.doMROnTableTest(TestImportTsv.java:270)
> at
> org.apache.hadoop.hbase.mapreduce.TestImportTsv.doMROnTableTest(TestImportTsv.java:232)
> at
> org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv.testGenerateAndLoad(IntegrationTestImportTsv.java:206)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)