pthalasta opened a new issue, #8901:
URL: https://github.com/apache/hudi/issues/8901

   **Describe the problem you faced**
   Spark job never terminates when trying to execute the sample code provided 
in spark-guide docs. It shows a warning message of `Dynamic Attachment Failed` 
and nothing post that.
   
   
   **To Reproduce**
   
   Steps to reproduce the behavior:
   
   1. Execute spark-guide example as pyspark code and execute it as 
   ```
   spark-submit  --deploy-mode client    spark-test.py  --packages 
org.apache.hudi:hudi-spark3.3-bundle_2.12:0.13.1,spark-avro_2.13-3.4.0 --conf 
'spark.serializer=org.apache.spark.serializer.KryoSerializer' --conf 
'spark.sql.catalog.spark_catalog=org.apache.spark.sql.hudi.catalog.HoodieCatalog'
 --conf 
'spark.sql.extensions=org.apache.spark.sql.hudi.HoodieSparkSessionExtension'
   ```
   
   **Environment Description**
   OS: MacOS
   
   * Hudi version : hudi bundle hudi-spark-bundle_2.12-0.13.1
   
   * Spark version : 3.4.0 (local installation of spark through brew)
   
   * Hive version : 3.1.3
   
   * Storage (HDFS/S3/GCS..) : S3
   
   * Running on Docker? (yes/no) : no
   
   **Stacktrace**
   
   ```
   # WARNING: Unable to get Instrumentation. Dynamic Attach failed. You may add 
this JAR as -javaagent manually, or supply -Djdk.attach.allowAttachSelf
   ```
   
   


-- 
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]

Reply via email to