thanhnd20 opened a new issue, #9739: URL: https://github.com/apache/hudi/issues/9739
**_Tips before filing an issue_** - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)? - Join the mailing list to engage in conversations and get faster support at [email protected]. - If you have triaged this as a bug, then file an [issue](https://issues.apache.org/jira/projects/HUDI/issues) directly. **Describe the problem you faced** A clear and concise description of the problem. **To Reproduce** Steps to reproduce the behavior: 1. 2. 3. 4. **Expected behavior** A clear and concise description of what you expected to happen. **Environment Description** * Hudi version : * Spark version : * Hive version : * Hadoop version : * Storage (HDFS/S3/GCS..) : GCS * Running on Docker? (yes/no) : No **Additional context** I have an issue when trying to submit Spark Job to sync Hudi table to BigLake table with --use-bq-manifest-file option I've built hudi-gcp-bundle-0.14.0-rc1(rc2).jar JAR file to run spark-submit. The error is shown with Exception: **Exception in thread "main" java.lang.NoSuchMethodError**. The ConfigProperty Class still has markAdvanced() method. **Stacktrace** `Exception in thread "main" java.lang.NoSuchMethodError: 'org.apache.hudi.common.config.ConfigProperty org.apache.hudi.common.config.ConfigProperty.markAdvanced()' at org.apache.hudi.gcp.bigquery.BigQuerySyncConfig.<clinit>(BigQuerySyncConfig.java:57) at org.apache.hudi.gcp.bigquery.BigQuerySyncConfig$BigQuerySyncConfigParams.toProps(BigQuerySyncConfig.java:163) at org.apache.hudi.gcp.bigquery.BigQuerySyncTool.main(BigQuerySyncTool.java:157) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.spark.deploy.JavaMainApplication.start(SparkApplication.scala:52) at org.apache.spark.deploy.SparkSubmit.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:973) at org.apache.spark.deploy.SparkSubmit.doRunMain$1(SparkSubmit.scala:180) at org.apache.spark.deploy.SparkSubmit.submit(SparkSubmit.scala:203) at org.apache.spark.deploy.SparkSubmit.doSubmit(SparkSubmit.scala:90) at org.apache.spark.deploy.SparkSubmit$$anon$2.doSubmit(SparkSubmit.scala:1061) at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:1070) at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)` -- 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]
