[
https://issues.apache.org/jira/browse/HBASE-10830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13956736#comment-13956736
]
stack commented on HBASE-10830:
-------------------------------
Mine is still running but looks better than yours:
{code}
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.hadoop.hbase.IntegrationTestIngest
2014-03-31 21:51:02.256 java[92055:1903] Unable to load realm info from
SCDynamicStore
Running org.apache.hadoop.hbase.IntegrationTestIngestStripeCompactions
2014-03-31 22:21:02.560 java[93207:1303] Unable to load realm info from
SCDynamicStore
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 710.048 sec
Running org.apache.hadoop.hbase.IntegrationTestIngestWithACL
2014-03-31 22:32:54.059 java[93367:1903] Unable to load realm info from
SCDynamicStore
Running org.apache.hadoop.hbase.IntegrationTestIngestWithEncryption
2014-03-31 23:02:53.716 java[94539:1903] Unable to load realm info from
SCDynamicStore
Running org.apache.hadoop.hbase.IntegrationTestIngestWithTags
2014-04-01 07:44:28.460 java[94813:1903] Unable to load realm info from
SCDynamicStore
Running org.apache.hadoop.hbase.IntegrationTestIngestWithVisibilityLabels
2014-04-01 08:14:26.307 java[95753:1903] Unable to load realm info from
SCDynamicStore
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 813.749 sec
Running org.apache.hadoop.hbase.IntegrationTestLazyCfLoading
2014-04-01 08:28:02.137 java[95997:1903] Unable to load realm info from
SCDynamicStore
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 361.083 sec
Running org.apache.hadoop.hbase.IntegrationTestManyRegions
2014-04-01 08:34:03.947 java[96122:1903] Unable to load realm info from
SCDynamicStore
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 127.061 sec
Running org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad
2014-04-01 08:36:11.439 java[96202:1303] Unable to load realm info from
SCDynamicStore
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 238.66 sec <<<
FAILURE!
Running org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv
2014-04-01 08:40:10.650 java[97633:1303] Unable to load realm info from
SCDynamicStore
Running org.apache.hadoop.hbase.mapreduce.IntegrationTestTableMapReduceUtil
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.166 sec
Running org.apache.hadoop.hbase.mttr.IntegrationTestMTTR
2014-04-01 09:10:12.759 java[99159:1303] Unable to load realm info from
SCDynamicStore
Running org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
2014-04-01 09:40:13.860 java[99543:1903] Unable to load realm info from
SCDynamicStore
....
{code}
> 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)