Member since
02-05-2016
8
Posts
1
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1140 | 09-03-2016 12:41 AM | |
7193 | 02-05-2016 05:15 AM |
09-03-2016
12:41 AM
Note this is a Hive issue not Pig issue. HIVE-10809 is just committed and will be available in future versions (Hive 1.3, Hive 2.2).
... View more
08-04-2016
10:37 PM
1 Kudo
This is a mistake in document. You cannot "set exectype=tez;" in a pig script. You will need to set it in pig.properties, pig command line or JVM option.
... View more
02-05-2016
06:53 PM
As I commented above. I cannot reproduce the error. The error you posted is too general. Can you go to Hadoop Web UI and get the detailed message?
... View more
02-05-2016
05:15 AM
First, the error stack does not tell much. You will need to go to MapReduce WebUI, click the job and find the real error message. Second, your input is a csv file, and you use ; as delimit for PigStorage, that sounds wrong unless you are sure that's the case.
... View more
02-05-2016
01:46 AM
I run successfully with your load statement follow by a dump on 2.3 sandbox. What's your complete script?
... View more