Member since
10-01-2015
3933
Posts
1150
Kudos Received
374
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3362 | 05-03-2017 05:13 PM | |
2792 | 05-02-2017 08:38 AM | |
3069 | 05-02-2017 08:13 AM | |
3002 | 04-10-2017 10:51 PM | |
1511 | 03-28-2017 02:27 AM |
12-24-2015
03:14 AM
best answered by @stevel
... View more
12-24-2015
02:36 AM
here you go http://gethue.com/hadoop-hue-3-on-hdp-installation-tutorial/
... View more
12-24-2015
02:15 AM
2 Kudos
backup your Ambari database, go to your Ambari database, delete the old entry in the alert_group table that matches the error.
... View more
12-24-2015
02:04 AM
you need run sqoop with integrated security, see examples https://msdn.microsoft.com/en-us/library/ms378428(v=sql.110).aspx, you also need to make sure that your node where sqopo will run has AD integration.
... View more
12-24-2015
01:58 AM
you forgot to close the discp action with </distcp> <distcp xmlns="uri:oozie:distcp-action:0.2">
<job-tracker>${jobTracker}</job-tracker>
<name-node>${nameNode1}</name-node>
<arg>${nameNode1}/path/to/input.txt</arg>
<arg>${nameNode2}/path/to/output.txt</arg>
</distcp>
... View more
12-23-2015
02:21 PM
1 Kudo
here's an example of a shell action executed as another user https://github.com/dbist/oozie/tree/master/apps/sqoopshell, it is not the best approach but it works. User xyz executes the oozie workflow, the shell action executes as yarn user, thus you get xyz cannot access yarn.
... View more
12-18-2015
08:07 PM
1 Kudo
@Venu Shanmukapp I'm glad you're utilizing HCC. Let us know if Neeraj's link helps and mark as best answer if it does. @azeltov
... View more
12-16-2015
09:24 PM
you need to make sure your endpoints are open for YARN UI, port 8088.
... View more
12-16-2015
02:16 PM
turn it off oozie.use.system.libpath=false and specify your own in job.properties
... View more