timelineclient in 2.4.0.2.1.11.0-891

2015-07-10 Thread Krautwurm, Florian
Hi, for reasons I have to use hadoop 2.4.0.2.1.11.0-891, but now I get several errors regarding pig jobs, which are failing: ... 2015-07-08 12:19:30,883 [JobControl] INFO org.apache.hadoop.mapreduce.lib.jobcontrol.ControlledJob - PigLatin:sthToHive.pig got an error while submitting

Pig Java UDF : ERROR 1066: Unable to open iterator for alias

2015-07-10 Thread Divya Gehlot
Pig Stack Trace --- ERROR 1066: Unable to open iterator for alias C org.apache.pig.impl.logicalLayer.FrontendException: ERROR 1066: Unable to open iterator for alias C at org.apache.pig.PigServer.openIterator(PigServer.java:892) at

AW: timelineclient in 2.4.0.2.1.11.0-891

2015-07-10 Thread Kleegrewe, Christian
Please use bugzilla Von: Krautwurm, Florian [mailto:florian.krautw...@siemens.com] Gesendet: Freitag, 10. Juli 2015 11:32 An: user@hadoop.apache.org Betreff: timelineclient in 2.4.0.2.1.11.0-891 Hi, for reasons I have to use hadoop 2.4.0.2.1.11.0-891, but now I get several errors regarding

Re: tools.DistCp: Invalid arguments

2015-07-10 Thread Harsh J
No, you don't need to recheck. On Saturday, July 11, 2015, Giri P gpatc...@gmail.com wrote: so ,there is no need to explicitly do checksum on source and target after we migrate. I was thinking of using comparechecksum in distcpUtils to compare after migration On Fri, Jul 10, 2015 at 4:20

Re: tools.DistCp: Invalid arguments

2015-07-10 Thread Giri P
so ,there is no need to explicitly do checksum on source and target after we migrate. I was thinking of using comparechecksum in distcpUtils to compare after migration On Fri, Jul 10, 2015 at 4:20 PM, Harsh J ha...@cloudera.com wrote: Yes, if the length matches and if you haven't specifically

Re: timelineclient in 2.4.0.2.1.11.0-891

2015-07-10 Thread Hitesh Shah
The error seems to clearly indicate that you are submitting to an invalid queue: java.io.IOException: Failed to run job : Application application_1435937105729_0100 submitted by user to unknown queue: default” You may want to address the queue name issue first before looking into

Re: tools.DistCp: Invalid arguments

2015-07-10 Thread Harsh J
Yes, if the length matches and if you haven't specifically asked it to ignore checksums. On Thursday, July 9, 2015, Giri P gpatc...@gmail.com wrote: will distcp do checksum after it copied the data to target ? On Tue, Feb 3, 2015 at 4:15 AM, Artem Ervits artemerv...@gmail.com