Member since
01-18-2016
25
Posts
14
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3083 | 02-26-2016 09:06 PM | |
4551 | 01-19-2016 07:31 PM |
02-26-2016
09:06 PM
1 Kudo
Its not resolved admin team would be looking into it...you can close this issue
... View more
02-26-2016
07:39 PM
1 Kudo
Its an environment error
... View more
02-01-2016
06:16 PM
I tried both in my home driectory and it worked fine and also it worked fine when i had my parm file on s3. But its not working when i try to do it from hdfs.
... View more
01-26-2016
09:00 PM
1 Kudo
pig -x mapreduce /home/hadoop/test.pig -param_file=hdfs://ip-XXX-XX-XX-XXX.ec2.internal:8020/home/hadoop/adh_time I am trying to run the above command and its not working saying undefined parameter i tired multiple ways and nothing works.Any help would be appreciated. Value inside the adh_time is input = 2015-06-16T14:59:55.000Z Error: 16/01/26 20:56:38 INFO pig.ExecTypeProvider: Trying ExecType : LOCAL
16/01/26 20:56:38 INFO pig.ExecTypeProvider: Trying ExecType : MAPREDUCE
16/01/26 20:56:38 INFO pig.ExecTypeProvider: Picked MAPREDUCE as the ExecType
46 [main] INFO org.apache.pig.Main - Apache Pig version 0.14.0-amzn-0 (r: unknown) compiled Nov 16 2015, 21:51:33
16/01/26 20:56:38 INFO pig.Main: Apache Pig version 0.14.0-amzn-0 (r: unknown) compiled Nov 16 2015, 21:51:33
47 [main] INFO org.apache.pig.Main - Logging error messages to: /mnt/var/log/pig/pig_1453841798872.log
16/01/26 20:56:38 INFO pig.Main: Logging error messages to: /mnt/var/log/pig/pig_1453841798872.log
789 [main] INFO org.apache.pig.impl.util.Utils - Default bootup file /home/hadoop/.pigbootup not found
16/01/26 20:56:39 INFO util.Utils: Default bootup file /home/hadoop/.pigbootup not found
810 [main] ERROR org.apache.pig.impl.PigContext - Undefined parameter : input
16/01/26 20:56:39 ERROR impl.PigContext: Undefined parameter : input
828 [main] ERROR org.apache.pig.Main - ERROR 2997: Encountered IOException. org.apache.pig.tools.parameters.ParameterSubstitutionException: Undefined parameter : input
16/01/26 20:56:39 ERROR pig.Main: ERROR 2997: Encountered IOException. org.apache.pig.tools.parameters.ParameterSubstitutionException: Undefined parameter : input
Details at logfile: /mnt/var/log/pig/pig_1453841798872.log
848 [main] INFO org.apache.pig.Main - Pig script completed in 952 milliseconds (952 ms)
16/01/26 20:56:39 INFO pig.Main: Pig script completed in 952 milliseconds (952 ms)
... View more
Labels:
- Labels:
-
Apache Pig
01-25-2016
10:33 PM
3 Kudos
Labels:
- Labels:
-
Apache Pig
01-20-2016
09:31 PM
1 Kudo
A = load 's3://xxxx-analytics-etl/etl_datasource/Count_2015-06-20.par' USING parquet.pig.ParquetLoader();
... View more
01-20-2016
09:09 PM
1 Kudo
If i try to run the same script again it works fine
... View more
01-20-2016
09:06 PM
1 Kudo
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. I tried registering all the jar files mentioned but still getting the same error.
... View more
Labels:
- Labels:
-
Apache Pig
01-20-2016
12:31 AM
Thanks Artem the PigStorage(',') worked
... View more
01-19-2016
07:37 PM
Labels:
- Labels:
-
Apache Pig