Support Questions

Find answers, ask questions, and share your expertise

oozie input path in cloudera Enterprise 4.6.2

avatar
Explorer
Hello guys,

                      I have installed Cloudera Enterprise  4.6.2. And  
I little bit stuck with oozie Input path.The Default URI for Dataset is 
${nameNode} always ,I need to reconfigure the Input path to s3://xxx 
.pls help me 
1 ACCEPTED SOLUTION

avatar
Explorer
I have find out the solution.we need to add the core-site.xml

property>
<name>fs.s3n.awsAccessKeyId</name>
<value></value>
</property>
<property>
<name>fs.s3n.awsSecretAccessKey</name> <value></value>
</property>

View solution in original post

2 REPLIES 2

avatar
Expert Contributor

The input path is required to be to HDFS, not S3. S3 is not the same as HDFS. 

avatar
Explorer
I have find out the solution.we need to add the core-site.xml

property>
<name>fs.s3n.awsAccessKeyId</name>
<value></value>
</property>
<property>
<name>fs.s3n.awsSecretAccessKey</name> <value></value>
</property>