Member since
07-01-2015
460
Posts
78
Kudos Received
43
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1346 | 11-26-2019 11:47 PM | |
1304 | 11-25-2019 11:44 AM | |
9478 | 08-07-2019 12:48 AM | |
2178 | 04-17-2019 03:09 AM | |
3489 | 02-18-2019 12:23 AM |
07-31-2018
01:48 AM
Hi, I am not able to use AWS instance type c5d for cluster template. Is it related to the cloudera director version? How can I include the template to this instance type? Thanks
... View more
07-26-2018
10:08 AM
Is it possible to deploy via director Hue without Ozzie? Cloudera Manager refuses to activate Hue if the cluster does not contain Oozie.
... View more
Labels:
- Labels:
-
Apache Oozie
-
Cloudera Hue
-
Cloudera Manager
07-26-2018
02:17 AM
In TLS auto mode where can I find the password for the truststore in the Cloudera Managed node? keytool -list -v -keystore /var/lib/cloudera-scm-agent/agent-cert/cm-auto-global_truststore.jks I know this password is stored in the Cloudera Manager server, but it should be somewhere in the server running cloudera-scm-agent as well, Thanks for the help
... View more
Labels:
- Labels:
-
Cloudera Manager
07-24-2018
08:12 AM
Hi,
does anybody know what exactly this error means?
[Cloudera][ImpalaODBC] (100) Error from the Impala Thrift API: SASL(-1): generic failure: Failed to initialize security context: No credentials are available in the security package
I have a ODBC driver 2.5.41 connecting to Impala daemon, the user has a valid ticket in the Windows machine, but the driver refuse to connect. Mechanism is Kerberos, service name, keytab .. all configured in ODBC Setup.
The impala daemon does not show any particular meaningful message in the logs about the login attempt,
Thanks
... View more
Labels:
- Labels:
-
Apache Impala
-
Kerberos
07-18-2018
08:38 AM
Hi I have services configured with CM_AUTO_TLS. I would like to know where can I find the services truststore (for example Hive2, or Impala daemon's) and where can I find the passwords for keystores and trusstores? Is there any documentation describing in detail how these files are organized, where are located? Thanks
... View more
Labels:
- Labels:
-
Cloudera Manager
07-04-2018
03:42 AM
Thanks for the list. Is there a similar documentation for Cloudera Manager service configuration items? I would like to set Event Server, Host Monitor, Service Monitor, Report Manager heap memory sizes in the template file.
... View more
07-03-2018
07:29 AM
1 Kudo
It could be a memory issue, and it does not relate to the condition of the server at all. The containers running on YARN have their max memory size, and the NodeManager carefully watch over. When the container allocates more memory, then it gets killed. Also keep in mind that the container size is the whole JVM, so if it is not 100% for map or reduce data. For example on Spark you have to calculate how big container do you need if you want to use X MB of memory for cache and Y MB of memory for code.
... View more
07-02-2018
05:12 AM
Hi, is it possible to define a template for cloudera director to call a python script in the bootstrap process? The documentation states that the bootstrapScriptsPaths defines a list of script file (shell commands) - so I assume only shell commands are supported.
... View more
06-25-2018
12:58 AM
Hi, is this the only solution for this kind of error - increasing the memory limit? Thannks
... View more
06-19-2018
03:57 AM
Hello, I am using template json files for cluster configuration, and I was wondering if there is a list of configuration items which can be used in the "configs" entry for the particular service such as HIVE, HDFS, KUDU etc. One example: the HA fencing methods is set via config like this: HDFS { dfs_ha_fencing_methods: "shell(true)" } But the actual configuration value in ClouderaManager is: dfs.ha_fencing_methods (dfs dot ha_fencing_methods) So my question is how to find out the correct name for the config item, if I know it from the CM? Is it just a simple replace of dot with the underscore? Or is there any documentation listing all the available fields/configuration items for the services? Thanks
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Kudu
-
Cloudera Manager
-
HDFS