Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
oozie input path in cloudera Enterprise 4.6.2
Labels:
- Labels:
-
Apache Oozie
Explorer
Created on ‎08-13-2013 07:58 AM - edited ‎09-16-2022 01:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Explorer
Created ‎08-26-2013 02:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>
property>
<name>fs.s3n.awsAccessKeyId</name>
<value></value>
</property>
<property>
<name>fs.s3n.awsSecretAccessKey</name> <value></value>
</property>
2 REPLIES 2
Expert Contributor
Created ‎08-13-2013 09:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The input path is required to be to HDFS, not S3. S3 is not the same as HDFS.
Explorer
Created ‎08-26-2013 02:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>
property>
<name>fs.s3n.awsAccessKeyId</name>
<value></value>
</property>
<property>
<name>fs.s3n.awsSecretAccessKey</name> <value></value>
</property>
