Member since
06-26-2015
31
Posts
6
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
12880 | 05-13-2016 02:45 AM | |
4514 | 05-06-2016 04:30 PM | |
2339 | 12-01-2015 02:35 PM | |
26549 | 09-22-2015 09:29 AM |
05-16-2016
09:17 AM
I have had authorized_proxy_user_config=hue=* configuration on CM, but for some reason it wasn't being populated on impalad configuration. after reading the post you provided me, instead of manually adding it to "advanced snippet", I enabled Sentry Authorization on Impala. Now the configuration appears on the impalad, and impersonation works fine. Thank you for your help Romain Ben
... View more
05-16-2016
07:22 AM
Ahh.. there it is. thank you very much 🙂
... View more
05-13-2016
02:45 AM
2 Kudos
Hi either in your Hue Oozie workflow editor UI (workflow settings -> Hadoop Properties) or on your workflow.xml <workflow-app name="Workflow name" xmlns="uri:oozie:workflow:0.5"> <global> <configuration> <property> <name>oozie.launcher.yarn.app.mapreduce.am.env</name> <value>SPARK_HOME=/opt/cloudera/parcels/CDH/lib/spark/</value> </property> </configuration> </global> .....
... View more
05-12-2016
05:34 PM
For me, I had to add following Oozie workflow configuration: oozie.launcher.yarn.app.mapreduce.am.env: SPARK_HOME=/opt/cloudera/parcels/CDH/lib/spark yes i know, they could have done better job than this.
... View more
05-12-2016
03:09 PM
for me, it was because some of cloudera-scm-agents were not running (for some reason) I started the agents and then zookeeper, everything came back normal
... View more
05-10-2016
08:01 AM
I added this configuration to Hue Server [impala] impersonation_enabled=True Now i get this error User 'hue/master1@MYREALM.COM' is not authorized to delegate to 'ben'. User delegation is disabled.
... View more
05-09-2016
11:04 AM
yes, you are right, cron-based schedule does not relate to data in or out. then, how can I use traditional dataset based or interval based scheduling on Hue 3.9 (or CDH5)? thanks Ben
... View more
05-06-2016
04:34 PM
Of course if you do this anyone can change resource pool settings using Cloudera Manager REST API or yarn admin command. When you get update error you can check specific user who perform the command from Cloudera Server log, but i didn't bother to check it.
... View more
05-06-2016
04:30 PM
On Cloudera Manager 5.7 I was seeing same problem, but luckily I fixed it by adding this to "YARN Service Advanced Configuration Snippet (Safety Valve) for hadoop-policy.xml" <property> <name>security.resourcemanager-administration.protocol.acl</name> <value>*</value> </property> If you found this helpful, please buy me beer 😉
... View more