You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/01/22 17:55:47 UTC

[GitHub] [incubator-hudi] goldfix commented on issue #1266: BlockAlignedAvroParquetWriter does not support scheme s3n

goldfix commented on issue #1266: BlockAlignedAvroParquetWriter does not support scheme s3n
URL: https://github.com/apache/incubator-hudi/issues/1266#issuecomment-577308005
 
 
   Hi @vinothchandar and thanks.
   
   I tried to correct my spark-shell command and solved:
   
   ```
   spark-shell --packages org.apache.hadoop:hadoop-aws:2.7.7,org.apache.hudi:hudi-spark-bundle:0.5.0-incubating --conf "spark.serializer=org.apache.spark.serializer.KryoSerializer" --conf "spark.sql.hive.convertMetastoreParquet=false" --conf "spark.hadoop.fs.s3a.impl=org.apache.hadoop.fs.s3a.S3AFileSystem" --conf "spark.hadoop.fs.s3a.secret.key=XYZ" --conf "spark.hadoop.fs.s3a.access.key=ABC" --conf "spark.hadoop.fs.defaultFS=s3a://my-s3-buckets"
   ```
   
   Thanks
   
   ciao
   p
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services