I ran this command ./hbase org.apache.hadoop.hbase.mapreduce.ImportTsv -Dimporttsv.columns=HBASE_ROW_KEY,startip,endip,countryname IPData /usr/ipdata.txt
It says : INFO mapred.JobClient: Cleaning up the staging area hdfs://master:54310/app/hadoop/tmp/hadoop/mapred/staging/hduser/.staging/job_201207192338_0006 12/07/19 23:57:38 ERROR security.UserGroupInformation: PriviledgedActionException as:hduser cause:org.apache.hadoop.mapreduce.lib.input.InvalidInputException: Input path does not exist: hdfs://master:54310/usr/ipdata.txt Exception in thread "main" org.apache.hadoop.mapreduce.lib.input.InvalidInputException: Input path does not exist: hdfs://master:54310/usr/ipdata.txt What path should i give for ipdata.txt or ipdatatsv file (input) so that it recognizes the file Regards Prabhjot
