Member since
02-16-2017
8
Posts
1
Kudos Received
0
Solutions
06-21-2017
07:39 PM
so we're needing to perform the command inside an oozie workflow so am assuming the command above would work when the oozie workflow xml like what's shown below. Am I understanding that correctly? <action name="remove-s3"> <fs> <hdfs dfs -rm -r -f -skipTrash s3a://S3_BUCKET_NAME/S3_PATH /> </fs> </action>
... View more
03-06-2017
12:07 PM
Thank you very much for the information. It helps a great deal.
... View more
02-27-2017
07:28 PM
Thank you very much, the information is greatly appreciated!!!
... View more
02-27-2017
04:22 PM
Yes that is correct. We need to run Sqoop on AWS and copy data from an on-prem DB2 on zOS system into S3. We are just wondering if a JDBC connector has to be used or to find out what other connectors could be used to do this.
... View more