lordk911 commented on issue #11821:
URL: https://github.com/apache/iceberg/issues/11821#issuecomment-2568792490

   ```
   ll $SPARK_HOME/jars/*iceberg
   
   lrwxrwxrwx 1 bigtop bigtop 79 Dec 26 11:19 
jars/iceberg-spark-runtime-3.4_2.12-1.6.1.jar -> 
/data/soft/extentions4spark3.4/iceberg/iceberg-spark-runtime-3.4_2.12-1.6.1.jar
   
   ll 
/data/soft/extentions4spark3.4/iceberg/iceberg-spark-runtime-3.4_2.12-1.6.1.jar
   
   -rw-rw-r-- 1 bigtop bigtop 42035638 Dec 27 10:37 
/data/soft/extentions4spark3.4/iceberg/iceberg-spark-runtime-3.4_2.12-1.6.1.jar
   
   ```
   
   ```
   cat $SPARK_HOME/conf/spark-defaults.conf | grep spark.yarn.jars
   
   spark.yarn.jars hdfs:///share/sparkjars344/*
   
   hdfs dfs -ls hdfs:///share/sparkjars344/*iceberg*
   
   -rw-r--r--   3 hdfs hdfs   42035638 2024-12-27 14:26 
hdfs:///share/sparkjars344/iceberg-spark-runtime-3.4_2.12-1.6.1.jar
   ```
   
   
   
   > This usually signifies a version mismatch on the runtime classpath for 
Spark. Make sure there are no other iceberg-spark-runtime jars
   
   I'm sure there is only one iceberg-spark-runtime jars and the local and 
remote versions are the same


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to