You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Marc Spaggiari (JIRA)" <ji...@apache.org> on 2014/02/24 15:09:22 UTC

[jira] [Resolved] (HBASE-10574) IllegalArgumentException Hadoop Hbase

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

Jean-Marc Spaggiari resolved HBASE-10574.
-----------------------------------------

    Resolution: Not A Problem

Closing as per request.

> IllegalArgumentException Hadoop Hbase
> -------------------------------------
>
>                 Key: HBASE-10574
>                 URL: https://issues.apache.org/jira/browse/HBASE-10574
>             Project: HBase
>          Issue Type: Test
>          Components: hadoop2
>    Affects Versions: 0.96.0
>         Environment: Windows 
>            Reporter: SSR
>            Priority: Critical
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> Hi All,
> We are trying to load the data to HBase We are able to connect Hbase from Eclipse.
> We are following the tutorial at:
> http://courses.coreservlets.com/Course-Materials/pdf/hadoop/04-MapRed-4-InputAndOutput.pdf
> When we run the program we are getting the below exception.
> 2014-02-20 10:28:04,099 INFO  [main] mapreduce.JobSubmitter (JobSubmitter.java:submitJobInternal(439)) - Cleaning up the staging area file:/tmp/hadoop-yarakanaboinas/mapred/staging/yarakanaboinas1524547448/.staging/job_local1524547448_0001
> Exception in thread "main" java.lang.IllegalArgumentException: Pathname /C:/hdp/hbase-0.96.0.2.0.6.0-0009-hadoop2/lib/hbase-client-0.96.0.2.0.6.0-0009-hadoop2.jar from hdfs://HBADGX7900016:8020/C:/hdp/hbase-0.96.0.2.0.6.0-0009-hadoop2/lib/hbase-client-0.96.0.2.0.6.0-0009-hadoop2.jar is not a valid DFS filename.
> 	at org.apache.hadoop.hdfs.DistributedFileSystem.getPathName(DistributedFileSystem.java:184)
> 	at org.apache.hadoop.hdfs.DistributedFileSystem.access$000(DistributedFileSystem.java:92)
> 	at org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1106)
> 	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 WordCountMapper.StartWithCountJob_HBase.run(StartWithCountJob_HBase.java:41)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:84)
> 	at WordCountMapper.StartWithCountJob_HBase.main(StartWithCountJob_HBase.java:44)



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)