Member since
02-09-2017
5
Posts
1
Kudos Received
0
Solutions
09-10-2018
10:34 AM
Sorry for my late reply. This helped me a lot ! Thank you very much !
... View more
01-10-2018
09:30 AM
1 Kudo
Hi there, I would like to change the Hue load balancer port in my Cloudera Director script. What should I write ? (I want the equivalent of this : ) Thank you in advance !
... View more
Labels:
- Labels:
-
Cloudera Hue
12-08-2017
07:18 AM
Hi there,
I would like to install Spark 2 on a cluster that is set up through a Cloudera Director script. I used this script as an example : https://github.com/cloudera/director-scripts/blob/master/configs/aws.reference.conf More precisely, I did :
cloudera-manager {
csds: [
"http://archive.cloudera.com/spark2/csd/SPARK2_ON_YARN-2.2.0.cloudera1.jar"
]
}
cluster {
products {
...
SPARK2: 2
}
parcelRepositories: ["http://archive.cloudera.com/spark2/parcels/2.2.0.cloudera1/"]
services : [..., SPARK2-ON_YARN]
masters-1 {
roles {
SPARK2_ON_YARN: [SPARK2_YARN_HISTORY_SERVER]
}
}
}
However, the Spark2 service never starts and when I attempt do start it manually through the Cloudera Manager interface, I get the following error : "This role requires the following additional parcels to be activated before it can start: [spark2]."
Do you have any idea of what is missing in the configuration ?
Thank you in advance.
... View more
Labels:
- Labels:
-
Apache Spark
-
Apache YARN
-
Cloudera Manager
02-13-2017
04:06 AM
Indeed, thank you very much ! 🙂
... View more
02-09-2017
02:01 AM
Hi there, I would like to set a Hue configuration value automatically at cluster instantiation, through my Cloudera Director configuration file. I guess I could write a post-creation script that finds the correct hue.ini file, modify it and restart Hue, but isn't there a simpler solution to do it ? The configuration I would like to set is : [desktop]
allowed_hosts=* Thank you very much.
... View more
Labels:
- Labels:
-
Cloudera Hue