cmanning-arcadia commented on issue #8061: URL: https://github.com/apache/hudi/issues/8061#issuecomment-1501775602
If anyone finds this and has the issue from spark-shell, try adding the parameters as command line args. Example: `spark-shell --packages org.apache.hudi:hudi-spark3.3-bundle_2.12:0.12.2 \ --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer' \ --conf 'spark.sql.extensions=org.apache.spark.sql.hudi.HoodieSparkSessionExtension' \ --conf 'spark.sql.catalog.spark_catalog=org.apache.spark.sql.hudi.catalog.HoodieCatalog' \ --conf 'spark.hadoop.spark.sql.legacy.parquet.nanosAsLong=false' \ --conf 'spark.hadoop.spark.sql.parquet.binaryAsString=false' \ --conf 'spark.hadoop.spark.sql.parquet.int96AsTimestamp=true' \ --conf 'spark.hadoop.spark.sql.caseSensitive=false'` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
