Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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>