Member since
12-30-2016
9
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3141 | 01-24-2017 03:58 AM |
02-02-2017
04:06 PM
@Lester Martin I am trying to reach certifications at Hortonworks regarding my HDPCD via email .I am not getting a response. Can you please help in getting a response for my email ? Request #4062
... View more
02-02-2017
03:59 PM
@Naresh Yalla Wow amazing courage to keep going at it. Glad it is over. Thanks for responding
... View more
01-31-2017
02:27 AM
I didn't clear the exam which I wrote on 1/28/2017. 1 .I felt time crunch ( i cant say whether it my lack of speed or is the time sufficient for everyone?) 2. I wish more details are shared for the results. e.g. task 1 - failed, task 2- passed etc. At least it helps me understand which area i need to work on. I have emailed them awaiting response. 3. It will be good have a count down timer and 5 minutes at least to familiarize with the environment or the practice exam should be a look alike of the real exam environment.
... View more
01-31-2017
02:15 AM
@Naresh Yalla sorry to hear about your case. did you clear the exam the second time ?
... View more
01-24-2017
03:58 AM
@Jay SenSharma Thanks for your pointers regarding the JAR file. I have added hive-contrib.jar alone instead of hive-contrib-1.2.1.2.3.4.0-3485.jar and it fixed the issue. Reference: https://cwiki.apache.org/confluence/display/Hive/MultiDelimitSerDe
... View more
01-22-2017
07:29 AM
I have copied the jar correct file and tried .It didn't work. I haven't tried your suggestion of creating auxlib directory (due to access issue). I shall check and let you know. Thank you for the pointers.
... View more
01-22-2017
05:29 AM
Hi I am trying to load a Hive table from a Pig relation. It fails with the error log C = LOAD 'ml-1m/output0121' Using PigStorage(',') as (id:int,title:chararray,genre:chararray);
store C into 'gidb.movies123' Using org.apache.hive.hcatalog.pig.HCatStorer(); The pig session was started using pig -useHCatalog It fails with below log. The message is clear org.apache.hadoop.hive.contrib.serde2.MultiDelimitSerDe not found. I have added Registered the JARs in Hive and LIST JARS shows the same as well. Please let me know what I am missing. Thanks in advance hive> LIST JARS > ;
/tmp/b4cff5e9-2695-4658-b82c-798d6465227b_resources/jars
/tmp/b4cff5e9-2695-4658-b82c-798d6465227b_resources/hive-contrib-0.10.0.jar 2017-01-22 05:22:37,930 [main] INFO hive.metastore - Trying to connect to metastore with URI thrift://ip....
2017-01-22 05:22:37,940 [main] INFO hive.metastore - Connected to metastore.
2017-01-22 05:22:37,962 [main] ERROR hive.log - error in initSerDe: java.lang.ClassNotFoundException Class org.apache.hadoop.hive.contrib.serde2.MultiDelimitSerDe not f
ound
java.lang.ClassNotFoundException: Class org.apache.hadoop.hive.contrib.serde2.MultiDelimitSerDe not found
at org.apache.hadoop.conf.Configuration.getClassByName(Configuration.java:2101)
at org.apache.hadoop.hive.metastore.MetaStoreUtils.getDeserializer(MetaStoreUtils.java:395)
at org.apache.hadoop.hive.ql.metadata.Table.getDeserializerFromMetaStore(Table.java:276)
at org.apache.hadoop.hive.ql.metadata.Table.getDeserializer(Table.java:258)
at org.apache.hadoop.hive.ql.metadata.Table.getCols(Table.java:605)
at org.apache.hive.hcatalog.common.HCatUtil.extractSchema(HCatUtil.java:158)
at org.apache.hive.hcatalog.mapreduce.HCatOutputFormat.setOutput(HCatOutputFormat.java:179)
at org.apache.hive.hcatalog.mapreduce.HCatOutputFormat.setOutput(HCatOutputFormat.java:70)
at org.apache.hive.hcatalog.pig.HCatStorer.setStoreLocation(HCatStorer.java:191)
at org.apache.pig.newplan.logical.visitor.InputOutputFileValidatorVisitor.visit(InputOutputFileValidatorVisitor.java:57)
at org.apache.pig.newplan.logical.relational.LOStore.accept(LOStore.java:66)
at org.apache.pig.newplan.DepthFirstWalker.depthFirst(DepthFirstWalker.java:64)
at org.apache.pig.newplan.DepthFirstWalker.depthFirst(DepthFirstWalker.java:66)
at org.apache.pig.newplan.DepthFirstWalker.walk(DepthFirstWalker.java:53)
at org.apache.pig.newplan.PlanVisitor.visit(PlanVisitor.java:52)
at org.apache.pig.newplan.logical.relational.LogicalPlan.validate(LogicalPlan.java:212)
at org.apache.pig.PigServer$Graph.compile(PigServer.java:1808)
at org.apache.pig.PigServer$Graph.access$300(PigServer.java:1484)
at org.apache.pig.PigServer.execute(PigServer.java:1397)
at org.apache.pig.PigServer.access$500(PigServer.java:116)
at org.apache.pig.PigServer$Graph.registerQuery(PigServer.java:1730)
at org.apache.pig.PigServer.registerQuery(PigServer.java:664)
at org.apache.pig.tools.grunt.GruntParser.processPig(GruntParser.java:1082)
at org.apache.pig.tools.pigscript.parser.PigScriptParser.parse(PigScriptParser.java:505)
at org.apache.pig.tools.grunt.GruntParser.parseStopOnError(GruntParser.java:230)
at org.apache.pig.tools.grunt.GruntParser.parseStopOnError(GruntParser.java:205)
at org.apache.pig.tools.grunt.Grunt.run(Grunt.java:66)
at org.apache.pig.Main.run(Main.java:565)
at org.apache.pig.Main.main(Main.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.apache.hadoop.util.RunJar.run(RunJar.java:221)
at org.apache.hadoop.util.RunJar.main(RunJar.java:136)
2017-01-22 05:22:37,962 [main] ERROR hive.ql.metadata.Table - Unable to get field from serde: org.apache.hadoop.hive.contrib.serde2.MultiDelimitSerDe
java.lang.RuntimeException: MetaException(message:java.lang.ClassNotFoundException Class org.apache.hadoop.hive.contrib.serde2.MultiDelimitSerDe not found)
at org.apache.hadoop.hive.ql.metadata.Table.getDeserializerFromMetaStore(Table.java:278)
at org.apache.hadoop.hive.ql.metadata.Table.getDeserializer(Table.java:258)
at org.apache.hadoop.hive.ql.metadata.Table.getCols(Table.java:605)
at org.apache.hive.hcatalog.common.HCatUtil.extractSchema(HCatUtil.java:158)
at org.apache.hive.hcatalog.mapreduce.HCatOutputFormat.setOutput(HCatOutputFormat.java:179)
at org.apache.hive.hcatalog.mapreduce.HCatOutputFormat.setOutput(HCatOutputFormat.java:70)
at org.apache.hive.hcatalog.pig.HCatStorer.setStoreLocation(HCatStorer.java:191)
at org.apache.pig.newplan.logical.visitor.InputOutputFileValidatorVisitor.visit(InputOutputFileValidatorVisitor.java:57)
at org.apache.pig.newplan.logical.relational.LOStore.accept(LOStore.java:66)
at org.apache.pig.newplan.DepthFirstWalker.depthFirst(DepthFirstWalker.java:64)
at org.apache.pig.newplan.DepthFirstWalker.depthFirst(DepthFirstWalker.java:66)
at org.apache.pig.newplan.DepthFirstWalker.walk(DepthFirstWalker.java:53)
at org.apache.pig.newplan.PlanVisitor.visit(PlanVisitor.java:52)
at org.apache.pig.newplan.logical.relational.LogicalPlan.validate(LogicalPlan.java:212)
at org.apache.pig.PigServer$Graph.compile(PigServer.java:1808)
at org.apache.pig.PigServer$Graph.access$300(PigServer.java:1484)
at org.apache.pig.PigServer.execute(PigServer.java:1397)
at org.apache.pig.PigServer.access$500(PigServer.java:116)
at org.apache.pig.PigServer$Graph.registerQuery(PigServer.java:1730)
at org.apache.pig.PigServer.registerQuery(PigServer.java:664)
at org.apache.pig.tools.grunt.GruntParser.processPig(GruntParser.java:1082)
at org.apache.pig.tools.pigscript.parser.PigScriptParser.parse(PigScriptParser.java:505)
at org.apache.pig.tools.grunt.GruntParser.parseStopOnError(GruntParser.java:230)
at org.apache.pig.tools.grunt.GruntParser.parseStopOnError(GruntParser.java:205)
at org.apache.pig.tools.grunt.Grunt.run(Grunt.java:66)
at org.apache.pig.Main.run(Main.java:565)
at org.apache.pig.Main.main(Main.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.apache.hadoop.util.RunJar.run(RunJar.java:221)
at org.apache.hadoop.util.RunJar.main(RunJar.java:136)
Caused by: MetaException(message:java.lang.ClassNotFoundException Class org.apache.hadoop.hive.contrib.serde2.MultiDelimitSerDe not found)
at org.apache.hadoop.hive.metastore.MetaStoreUtils.getDeserializer(MetaStoreUtils.java:409)
at org.apache.hadoop.hive.ql.metadata.Table.getDeserializerFromMetaStore(Table.java:276)
... 32 more
2017-01-22 05:22:37,965 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1115: org.apache.hive.hcatalog.common.HCatException : 2001 : Error setting output informat
ion. Cause : java.io.IOException: Failed to load foster storage handler
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Hive
-
Apache Pig