Connecting Glue Catalog to Domino for use with On Demand Spark

Follow

Comments

1 comment

  • Permanently deleted user

    If you run into an issue accessing data tables in Glue and encounter this error message...

     java.lang.NoClassDefFoundError: org/jets3t/service/S3ServiceException
     at org.apache.hadoop.fs.s3.S3FileSystem.createDefaultStore(S3FileSystem.java:119)
    

    Then replace this line in the Pre-Run Script of your Workspace environment

    spark.hadoop.fs.s3a.impl org.apache.hadoop.fs.s3a.S3AFileSystem
    

    with this line

    spark.hadoop.fs.s3.impl org.apache.hadoop.fs.s3a.S3AFileSystem
    

    Submitted by: tayler.sale

    0
    Comment actions Permalink

Please sign in to leave a comment.