campen opened a new issue, #8036:
URL: https://github.com/apache/hop/issues/8036

   ### Apache Hop version?
   
   2.19
   
   ### Java version?
   
   21.0.11
   
   ### Operating system
   
   macOS
   
   ### What happened?
   
   I installed the parquet plugin and ran an existing pipeline with the plugin 
and it produced this error:
   
   java.lang.NoClassDefFoundError: Could not initialize class 
org.apache.hadoop.util.StringInterner
        at 
org.apache.hadoop.conf.Configuration$Parser.handleEndElement(Configuration.java:3379)
        at 
org.apache.hadoop.conf.Configuration$Parser.parseNext(Configuration.java:3461)
        at 
org.apache.hadoop.conf.Configuration$Parser.parse(Configuration.java:3235)
        at 
org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:3128)
        at 
org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:3089)
        at 
org.apache.hadoop.conf.Configuration.loadProps(Configuration.java:2967)
        at 
org.apache.hadoop.conf.Configuration.getProps(Configuration.java:2949)
        at org.apache.hadoop.conf.Configuration.get(Configuration.java:1267)
        at 
org.apache.parquet.conf.HadoopParquetConfiguration.get(HadoopParquetConfiguration.java:82)
        at 
org.apache.parquet.hadoop.util.ConfigurationUtil.getClassFromConfig(ConfigurationUtil.java:35)
        at 
org.apache.parquet.crypto.EncryptionPropertiesFactory.loadFactory(EncryptionPropertiesFactory.java:77)
        at 
org.apache.parquet.hadoop.EncryptionPropertiesHelper.createEncryptionProperties(EncryptionPropertiesHelper.java:32)
        at 
org.apache.parquet.hadoop.ParquetWriter.<init>(ParquetWriter.java:390)
        at 
org.apache.parquet.hadoop.ParquetWriter$Builder.build(ParquetWriter.java:1002)
        at 
org.apache.hop.parquet.transforms.output.ParquetOutput.openNewFile(ParquetOutput.java:266)
        at 
org.apache.hop.parquet.transforms.output.ParquetOutput.processRow(ParquetOutput.java:98)
        at org.apache.hop.pipeline.transform.RunThread.run(RunThread.java:54)
        at java.base/java.lang.Thread.run(Thread.java:1583)
   Caused by: java.lang.ExceptionInInitializerError: Exception 
java.lang.NoClassDefFoundError: 
org/apache/hadoop/thirdparty/com/google/common/collect/Interners [in thread 
"hubspotBuildCurated - ${objectname}_curated_new"]
        at 
org.apache.hadoop.util.StringInterner.<clinit>(StringInterner.java:40)
   
   After researching the issue - I installed this jar from a 2.18 install and 
things worked as expected.
   **/lib/core/hadoop-shaded-guava-1.4.0.jar**
   
   ### Issue Priority
   
   Priority: 1
   
   ### Issue Component
   
   Component: Marketplace


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