Replies: 4 comments 1 reply
-
This sounds like you're trying to read a different file format than |
Beta Was this translation helpful? Give feedback.
-
execution steps, spark2-shell --queue usx.core --deploy-mode client --jars spark-excel_2.11-0.10.2.jar val file = "hdfsPath/88/plain_number.xlsx" val data = spark.read.format("com.crealytics.spark.excel").option("useHeader","false").option("sheetName", "Sheet1").load(file) Error va.lang.NoClassDefFoundError: org/apache/poi/ss/usermodel/WorkbookFactory |
Beta Was this translation helpful? Give feedback.
-
@nightscape Thanks for the response. spark2-shell --queue usx.core --deploy-mode client --jars spark-excel_2.11-0.13.7.jar Attaching the excel file |
Beta Was this translation helpful? Give feedback.
-
Hi @achyuthe, this doesn't have anything to do with the file itself. |
Beta Was this translation helpful? Give feedback.
-
Does this library will work in cluster mode?
Why i am getting this error?
Failed to read zip entry source org.apache.poi.openxml4j.opc.ZipPackage.(ZipPackage.java:103
Beta Was this translation helpful? Give feedback.
All reactions