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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to