lamber-ken edited a comment on issue #1284: [SUPPORT]
URL: https://github.com/apache/incubator-hudi/issues/1284#issuecomment-579660639
 
 
   > this is the branch
   > 
   > ```
   > hadoop@huidi-evaluation:~/incubator-hudi$ git  branch
   > * release-0.5.1
   > ```
   > 
   > then use
   > 
   > ```
   > pyspark --packages org.apache.spark:spark-avro_2.11:2.4.4 --jars 
packaging/hudi-spark-bundle/target/hudi-spark-bundle_2.11-0.5.1-incubating-rc1.jar
  --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
   > ```
   > 
   > error
   > 
   > ```
   > 
/spark-2.4.4-bin-hadoop2.7/python/lib/py4j-0.10.7-src.zip/py4j/protocol.py", 
line 328, in get_return_value
   > py4j.protocol.Py4JJavaError: An error occurred while calling o79.save.
   > : java.lang.RuntimeException: java.lang.RuntimeException: class 
org.apache.hadoop.hive.metastore.DefaultMetaStoreFilterHookImpl not 
org.apache.hudi.org.apache.hadoop_hive.metastore.MetaStoreFilterHook
   >    at 
org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2227)
   >    at 
org.apache.hudi.org.apache.hadoop_hive.metastore.HiveMetaStoreClient.loadFilterHooks(HiveMetaStoreClient.java:247)
   >    at 
org.apache.hudi.org.apache.hadoop_hive.metastore.HiveMetaStoreClient.<init>(HiveMetaStoreClient.java:142)
   >    at 
org.apache.hudi.org.apache.hadoop_hive.metastore.HiveMetaStoreClient.<init>(HiveMetaStoreClient.java:128)
   >    at 
org.apache.hudi.hive.HoodieHiveClient.<init>(HoodieHiveClient.java:109)
   >    at org.apache.hudi.hive.HiveSyncTool.<init>(HiveSyncTool.java:60)
   >    at 
org.apache.hudi.HoodieSparkSqlWriter$.syncHive(HoodieSparkSqlWriter.scala:235)
   >    at 
org.apache.hudi.HoodieSparkSqlWriter$.write(HoodieSparkSqlWriter.scala:169)
   >    at org.apache.hudi.DefaultSource.createRelation(DefaultSource.scala:91)
   >    at 
org.apache.spark.sql.execution.datasources.SaveIntoDataSourceCommand.run(SaveIntoDataSourceCommand.scala:45)
   >    at 
org.apache.spark.sql.execution.command.ExecutedCommandExec.sideEffectResult$lzycompute(commands.scala:70)
   >    at 
org.apache.spark.sql.execution.command.ExecutedCommandExec.sideEffectResult(commands.scala:68)
   >    at 
org.apache.spark.sql.execution.command.ExecutedCommandExec.doExecute(commands.scala:86)
   >    at 
org.apache.spark.sql.execution.SparkPlan$$anonfun$execute$1.apply(SparkPlan.scala:131)
   >    at 
org.apache.spark.sql.execution.SparkPlan$$anonfun$execute$1.apply(SparkPlan.scala:127)
   >    at 
org.apache.spark.sql.execution.SparkPlan$$anonfun$executeQuery$1.apply(SparkPlan.scala:155)
   >    at 
org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
   >    at 
org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:152)
   >    at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:127)
   >    at 
org.apache.spark.sql.execution.QueryExecution.toRdd$lzycompute(QueryExecution.scala:80)
   >    at 
org.apache.spark.sql.execution.QueryExecution.toRdd(QueryExecution.scala:80)
   >    at 
org.apache.spark.sql.DataFrameWriter$$anonfun$runCommand$1.apply(DataFrameWriter.scala:676)
   >    at 
org.apache.spark.sql.DataFrameWriter$$anonfun$runCommand$1.apply(DataFrameWriter.scala:676)
   >    at 
org.apache.spark.sql.execution.SQLExecution$$anonfun$withNewExecutionId$1.apply(SQLExecution.scala:78)
   >    at 
org.apache.spark.sql.execution.SQLExecution$.withSQLConfPropagated(SQLExecution.scala:125)
   >    at 
org.apache.spark.sql.execution.SQLExecution$.withNewExecutionId(SQLExecution.scala:73)
   >    at 
org.apache.spark.sql.DataFrameWriter.runCommand(DataFrameWriter.scala:676)
   >    at 
org.apache.spark.sql.DataFrameWriter.saveToV1Source(DataFrameWriter.scala:285)
   >    at org.apache.spark.sql.DataFrameWriter.save(DataFrameWriter.scala:271)
   >    at org.apache.spark.sql.DataFrameWriter.save(DataFrameWriter.scala:229)
   >    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 py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244)
   >    at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357)
   >    at py4j.Gateway.invoke(Gateway.java:282)
   >    at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132)
   >    at py4j.commands.CallCommand.execute(CallCommand.java:79)
   >    at py4j.GatewayConnection.run(GatewayConnection.java:238)
   >    at java.lang.Thread.run(Thread.java:748)
   > Caused by: java.lang.RuntimeException: class 
org.apache.hadoop.hive.metastore.DefaultMetaStoreFilterHookImpl not 
org.apache.hudi.org.apache.hadoop_hive.metastore.MetaStoreFilterHook
   >    at 
org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2221)
   >    ... 40 more
   > 
   > >>> exit()
   > ```
   
   I guess you still used old version, because at `release-0.5.1` version, 
`org.apache.hudi.org.apache.hadoop_hive.metastore` is not exists.
   
   
https://github.com/apache/incubator-hudi/blob/release-0.5.1/packaging/hudi-spark-bundle/pom.xml

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to