You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by ra...@polarisFT.com on 2012/06/25 12:00:14 UTC

Please Help me

 Dear,

When i loading file into hbase from hdfs : i am getting this exception




2012-06-25 15:12:52,682 [main] INFO  org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - job null has failed! Stop running all dependent jobs
2012-06-25 15:12:52,703 [main] INFO  org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - 100% complete
2012-06-25 15:12:52,711 [main] ERROR org.apache.pig.tools.pigstats.SimplePigStats - ERROR 2997: Unable to recreate exception from backend error: org.apache.pig.backend.executionengine.ExecException: ERROR 2118: Input path does not exist: hdfs://localhost:4440/radha/T24_OUTTXNCOB_GB6710001_20110831114300936
    at org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigInputFormat.getSplits(PigInputFormat.java:285)
    at org.apache.hadoop.mapred.JobClient.writeNewSplits(JobClient.java:885)
    at org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:779)
    at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:730)
    at org.apache.hadoop.mapred.jobcontrol.Job.submit(Job.java:378)
    at org.apache.hadoop.mapred.jobcontrol.JobControl.startReadyJobs(JobControl.java:247)
    at org.apache.hadoop.mapred.jobcontrol.JobControl.run(JobControl.java:279)
    at java.lang.Thread.run(Thread.java:679)
    at org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher$1.run(MapReduceLauncher.java:260)
Caused by: org.apache.hadoop.mapreduce.lib.input.InvalidInputException: Input path does not exist: hdfs://localhost:4440/radha/T24_OUTTXNCOB_GB6710001_20110831114300936
    at org.apache.hadoop.mapreduce.lib.input.FileInputFormat.listStatus(FileInputFormat.java:224)
    at org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigTextInputFormat.listStatus(PigTextInputFormat.java:36)
    at org.apache.hadoop.mapreduce.lib.input.FileInputFormat.getSplits(FileInputFormat.java:241)
    at org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigInputFormat.getSplits(PigInputFormat.java:273)
    ... 8 more

2012-06-25 15:12:52,713 [main] ERROR org.apache.pig.tools.pigstats.PigStatsUtil - 1 map reduce job(s) failed!
2012-06-25 15:12:52,716 [main] INFO  org.apache.pig.tools.pigstats.SimplePigStats - Script Statistics: 

HadoopVersion    PigVersion    UserId    StartedAt    FinishedAt    Features
0.20.2    0.10.0    hduser    2012-06-25 15:12:44    2012-06-25 15:12:52    UNKNOWN

Failed!

Failed Jobs:
JobId    Alias    Feature    Message    Outputs
N/A    AllColumns,EvenColumns,OddColumns    MULTI_QUERY,MAP_ONLY    Message: org.apache.pig.backend.executionengine.ExecException: ERROR 2118: Input path does not exist: hdfs://localhost:4440/radha/T24_OUTTXNCOB_GB6710001_20110831114300936
    at org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigInputFormat.getSplits(PigInputFormat.java:285)
    at org.apache.hadoop.mapred.JobClient.writeNewSplits(JobClient.java:885)
    at org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:779)
    at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:730)
    at org.apache.hadoop.mapred.jobcontrol.Job.submit(Job.java:378)
    at org.apache.hadoop.mapred.jobcontrol.JobControl.startReadyJobs(JobControl.java:247)
    at org.apache.hadoop.mapred.jobcontrol.JobControl.run(JobControl.java:279)
    at java.lang.Thread.run(Thread.java:679)
    at org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher$1.run(MapReduceLauncher.java:260)
Caused by: org.apache.hadoop.mapreduce.lib.input.InvalidInputException: Input path does not exist: hdfs://localhost:4440/radha/T24_OUTTXNCOB_GB6710001_20110831114300936
    at org.apache.hadoop.mapreduce.lib.input.FileInputFormat.listStatus(FileInputFormat.java:224)
    at org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigTextInputFormat.listStatus(PigTextInputFormat.java:36)
    at org.apache.hadoop.mapreduce.lib.input.FileInputFormat.getSplits(FileInputFormat.java:241)
    at org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigInputFormat.getSplits(PigInputFormat.java:273)
    ... 8 more
    hbase://Odd_Columns,hbase://Even_Columns,

Input(s):
Failed to read data from "/radha/T24_OUTTXNCOB_GB6710001_20110831114300936"

Output(s):
Failed to produce result in "hbase://Odd_Columns"
Failed to produce result in "hbase://Even_Columns"

Counters:
Total records written : 0
Total bytes written : 0
Spillable Memory Manager spill count : 0
Total bags proactively spilled: 0
Total records proactively spilled: 0

Job DAG:
null


2012-06-25 15:12:52,718 [main] INFO  org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceL










Thanks & Regards
-------------------------------------------------
RADHAKRISHNA MULPURI
Polaris Software Lab Limited | Hyderabad  
Mob:+91 8121848149 |Email:radhakrishna.m/Polaris@polaris.co.in


This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s) only.  If by an addressing or transmission error this mail has been misdirected to you, you are requested to delete this mail immediately. You are also hereby notified that any use, any form of reproduction, dissemination, copying, disclosure, modification, distribution and/or publication of this e-mail message, contents or its attachment other than by its intended recipient/s is strictly prohibited.

Visit us at http://www.polarisFT.com

Re: Please Help me

Posted by Bill Graham <bi...@gmail.com>.
The issue is included in the output, your input doesn't exist:

Failed to read data from "/radha/T24_OUTTXNCOB_GB6710001_20110831114300936"


On Mon, Jun 25, 2012 at 3:00 AM, <ra...@polarisft.com> wrote:

>  Dear,
>
> When i loading file into hbase from hdfs : i am getting this exception
>
>
>
>
> 2012-06-25 15:12:52,682 [main] INFO
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher
> - job null has failed! Stop running all dependent jobs
> 2012-06-25 15:12:52,703 [main] INFO
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher
> - 100% complete
> 2012-06-25 15:12:52,711 [main] ERROR
> org.apache.pig.tools.pigstats.SimplePigStats - ERROR 2997: Unable to
> recreate exception from backend error:
> org.apache.pig.backend.executionengine.ExecException: ERROR 2118: Input
> path does not exist:
> hdfs://localhost:4440/radha/T24_OUTTXNCOB_GB6710001_20110831114300936
>     at
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigInputFormat.getSplits(PigInputFormat.java:285)
>     at
> org.apache.hadoop.mapred.JobClient.writeNewSplits(JobClient.java:885)
>     at
> org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:779)
>     at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:730)
>     at org.apache.hadoop.mapred.jobcontrol.Job.submit(Job.java:378)
>     at
> org.apache.hadoop.mapred.jobcontrol.JobControl.startReadyJobs(JobControl.java:247)
>     at
> org.apache.hadoop.mapred.jobcontrol.JobControl.run(JobControl.java:279)
>     at java.lang.Thread.run(Thread.java:679)
>     at
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher$1.run(MapReduceLauncher.java:260)
> Caused by: org.apache.hadoop.mapreduce.lib.input.InvalidInputException:
> Input path does not exist:
> hdfs://localhost:4440/radha/T24_OUTTXNCOB_GB6710001_20110831114300936
>     at
> org.apache.hadoop.mapreduce.lib.input.FileInputFormat.listStatus(FileInputFormat.java:224)
>     at
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigTextInputFormat.listStatus(PigTextInputFormat.java:36)
>     at
> org.apache.hadoop.mapreduce.lib.input.FileInputFormat.getSplits(FileInputFormat.java:241)
>     at
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigInputFormat.getSplits(PigInputFormat.java:273)
>     ... 8 more
>
> 2012-06-25 15:12:52,713 [main] ERROR
> org.apache.pig.tools.pigstats.PigStatsUtil - 1 map reduce job(s) failed!
> 2012-06-25 15:12:52,716 [main] INFO
> org.apache.pig.tools.pigstats.SimplePigStats - Script Statistics:
>
> HadoopVersion    PigVersion    UserId    StartedAt    FinishedAt
> Features
> 0.20.2    0.10.0    hduser    2012-06-25 15:12:44    2012-06-25
> 15:12:52    UNKNOWN
>
> Failed!
>
> Failed Jobs:
> JobId    Alias    Feature    Message    Outputs
> N/A    AllColumns,EvenColumns,OddColumns    MULTI_QUERY,MAP_ONLY
> Message: org.apache.pig.backend.executionengine.ExecException: ERROR 2118:
> Input path does not exist:
> hdfs://localhost:4440/radha/T24_OUTTXNCOB_GB6710001_20110831114300936
>     at
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigInputFormat.getSplits(PigInputFormat.java:285)
>     at
> org.apache.hadoop.mapred.JobClient.writeNewSplits(JobClient.java:885)
>     at
> org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:779)
>     at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:730)
>     at org.apache.hadoop.mapred.jobcontrol.Job.submit(Job.java:378)
>     at
> org.apache.hadoop.mapred.jobcontrol.JobControl.startReadyJobs(JobControl.java:247)
>     at
> org.apache.hadoop.mapred.jobcontrol.JobControl.run(JobControl.java:279)
>     at java.lang.Thread.run(Thread.java:679)
>     at
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher$1.run(MapReduceLauncher.java:260)
> Caused by: org.apache.hadoop.mapreduce.lib.input.InvalidInputException:
> Input path does not exist:
> hdfs://localhost:4440/radha/T24_OUTTXNCOB_GB6710001_20110831114300936
>     at
> org.apache.hadoop.mapreduce.lib.input.FileInputFormat.listStatus(FileInputFormat.java:224)
>     at
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigTextInputFormat.listStatus(PigTextInputFormat.java:36)
>     at
> org.apache.hadoop.mapreduce.lib.input.FileInputFormat.getSplits(FileInputFormat.java:241)
>     at
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigInputFormat.getSplits(PigInputFormat.java:273)
>     ... 8 more
>     hbase://Odd_Columns,hbase://Even_Columns,
>
> Input(s):
> Failed to read data from "/radha/T24_OUTTXNCOB_GB6710001_20110831114300936"
>
> Output(s):
> Failed to produce result in "hbase://Odd_Columns"
> Failed to produce result in "hbase://Even_Columns"
>
> Counters:
> Total records written : 0
> Total bytes written : 0
> Spillable Memory Manager spill count : 0
> Total bags proactively spilled: 0
> Total records proactively spilled: 0
>
> Job DAG:
> null
>
>
> 2012-06-25 15:12:52,718 [main] INFO
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceL
>
>
>
>
>
>
>
>
>
>
> Thanks & Regards
> -------------------------------------------------
> RADHAKRISHNA MULPURI
> Polaris Software Lab Limited | Hyderabad
> Mob:+91 8121848149 |Email:radhakrishna.m/Polaris@polaris.co.in
>
>
> This e-Mail may contain proprietary and confidential information and is
> sent for the intended recipient(s) only.  If by an addressing or
> transmission error this mail has been misdirected to you, you are requested
> to delete this mail immediately. You are also hereby notified that any use,
> any form of reproduction, dissemination, copying, disclosure, modification,
> distribution and/or publication of this e-mail message, contents or its
> attachment other than by its intended recipient/s is strictly prohibited.
>
> Visit us at http://www.polarisFT.com
>



-- 
*Note that I'm no longer using my Yahoo! email address. Please email me at
billgraham@gmail.com going forward.*