Member since
10-01-2018
802
Posts
143
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3072 | 04-15-2022 09:39 AM | |
| 2475 | 03-16-2022 06:22 AM | |
| 6554 | 03-02-2022 09:44 PM | |
| 2907 | 03-02-2022 08:40 PM | |
| 1916 | 01-05-2022 07:01 AM |
01-25-2021
12:10 AM
@wert_1311 If this is CDH6 or later you might be hitting a known issue with this. Here is the solution. To resolve this issue, do the following on every Hue server: #RHEL/Centos /usr/sbin/alternatives --install /etc/hue/conf hue-conf /opt/cloudera/parcels/CDH/etc/hue/conf.empty 10 This issue occurs if the upgrade does not create or re-create the alternatives for hue-conf to point to /opt/cloudera/parcels/CDH/etc/hue/conf.empty/.
... View more
01-20-2021
05:01 AM
@ilia987 Are you using Ambari to monitor the cluster? If yes you can refer this : https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-collect-debug-heap-dump-linux If you are using Cloudera Manager then you can also goto CM > Service > Configuration tab.
... View more
01-20-2021
04:59 AM
@Paarth You might have to adjust jars. Check one similar issue here: https://community.cloudera.com/t5/Support-Questions/java-lang-ClassNotFoundException-org-apache-hbase-thirdparty/m-p/290876/highlight/true#M215172
... View more
01-20-2021
04:48 AM
@shrimaha Not very much clear from the logs but you might be hitting something similar reported here : https://community.cloudera.com/t5/Support-Questions/Getting-error-in-hiverserver2-log/td-p/201305
... View more
01-20-2021
04:44 AM
@AD100 The best bet is to contact Cloudera Sales team if you have valid subscription. However I would suggest you to keep an eye on release notes to track this.
... View more
01-20-2021
04:41 AM
@ilia987 In the service's configuration tab you should be able to see the Enable Core Dump property. You just have to uncheck and restart services if needed.
... View more
01-20-2021
04:26 AM
@prasanna06 You have to see the full agent logs to investigate this issue. There should be another error messages apart from this.
... View more
01-12-2021
02:07 PM
@ebeb What you are describing would be a scenario for cross realm trust. In such a scenario you might have all of the cluster principals in realm A and all of the users in Realm B. With Trust established between A and B. Here is the doc for reference: https://docs.cloudera.com/documentation/enterprise/latest/topics/cm_sg_kdc_def_domain_s2.html
... View more
01-12-2021
05:10 AM
@Mamun_Shaheed CDP doesn’t support Python 3 and higher for CDH services. Here is the Software Dependency Note for reference: Python - CDP Private Cloud Base, with the exceptions of Hue and Spark, is supported on the Python version that is included in the operating system by default, as well as higher versions, but is not compatible with Python 3.0 or higher. For example, CDP Private Cloud Base requires Python 2.7 or higher on RHEL 7 compatible operating systems. Spark 2 requires Python 2.7 or higher, and supports Python 3. If the right level of Python is not picked up by default, set the PYSPARK_PYTHON and PYSPARK_DRIVER_PYTHON environment variables to point to the correct Python executable before running the pyspark command. I am assuming you want to use Python 3 for CDSW etc. For that you can use custom engine with required Python version which is independent with CDH services. Some reference docs are below. https://docs.cloudera.com/documentation/data-science-workbench/1-8-x/topics/cdsw_extensible_engines.html In short you can use the distinct Python in hosts but just make sure Cloudera services are using only the supported Python version.
... View more
01-09-2021
08:14 PM
@mig_aguir Yes, I agree with you.
... View more