Last active
October 4, 2016 01:02
-
-
Save praveen-symphony/374bf5981895dc0c593ba40626445d0c to your computer and use it in GitHub Desktop.
Inconsistent Hive versions on EMR 5.0.0 Cluster
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chgrp: '' does not match expected pattern for group | |
Usage: hadoop fs [generic options] -chgrp [-R] GROUP PATH... | |
16/10/04 00:30:44 WARN AvroSerDe: Encountered exception determining schema. Returning signal schema to indicate problem | |
java.lang.NullPointerException | |
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:371) | |
at org.apache.hadoop.hive.serde2.avro.AvroSerdeUtils.getSchemaFromFS(AvroSerdeUtils.java:131) | |
at org.apache.hadoop.hive.serde2.avro.AvroSerdeUtils.determineSchemaOrThrowException(AvroSerdeUtils.java:112) | |
at org.apache.hadoop.hive.serde2.avro.AvroSerDe.determineSchemaOrReturnErrorSchema(AvroSerDe.java:167) | |
at org.apache.hadoop.hive.serde2.avro.AvroSerDe.initialize(AvroSerDe.java:103) | |
at org.apache.spark.sql.hive.SparkHiveWriterContainer.newSerializer(hiveWriterContainers.scala:161) | |
at org.apache.spark.sql.hive.execution.InsertIntoHiveTable.sideEffectResult$lzycompute(InsertIntoHiveTable.scala:236) | |
at org.apache.spark.sql.hive.execution.InsertIntoHiveTable.sideEffectResult(InsertIntoHiveTable.scala:142) | |
at org.apache.spark.sql.hive.execution.InsertIntoHiveTable.doExecute(InsertIntoHiveTable.scala:313) | |
at org.apache.spark.sql.execution.SparkPlan$$anonfun$execute$1.apply(SparkPlan.scala:115) | |
at org.apache.spark.sql.execution.SparkPlan$$anonfun$execute$1.apply(SparkPlan.scala:115) | |
at org.apache.spark.sql.execution.SparkPlan$$anonfun$executeQuery$1.apply(SparkPlan.scala:136) | |
at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151) | |
at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:133) | |
at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:114) | |
at org.apache.spark.sql.execution.QueryExecution.toRdd$lzycompute(QueryExecution.scala:86) | |
at org.apache.spark.sql.execution.QueryExecution.toRdd(QueryExecution.scala:86) | |
at org.apache.spark.sql.Dataset.<init>(Dataset.scala:186) | |
at org.apache.spark.sql.Dataset.<init>(Dataset.scala:167) | |
at org.apache.spark.sql.Dataset$.ofRows(Dataset.scala:65) | |
at org.apache.spark.sql.SparkSession.sql(SparkSession.scala:582) | |
at org.apache.spark.sql.SQLContext.sql(SQLContext.scala:682) | |
at org.apache.spark.sql.hive.thriftserver.SparkSQLDriver.run(SparkSQLDriver.scala:62) | |
at org.apache.spark.sql.hive.thriftserver.SparkSQLCLIDriver.processCmd(SparkSQLCLIDriver.scala:331) | |
at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:376) | |
at org.apache.spark.sql.hive.thriftserver.SparkSQLCLIDriver$.main(SparkSQLCLIDriver.scala:247) | |
at org.apache.spark.sql.hive.thriftserver.SparkSQLCLIDriver.main(SparkSQLCLIDriver.scala) | |
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:498) | |
at org.apache.spark.deploy.SparkSubmit$.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:729) | |
at org.apache.spark.deploy.SparkSubmit$.doRunMain$1(SparkSubmit.scala:185) | |
at org.apache.spark.deploy.SparkSubmit$.submit(SparkSubmit.scala:210) | |
at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:124) | |
at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment