Member since
04-30-2020
15
Posts
1
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2390 | 09-22-2020 05:44 AM | |
4112 | 09-17-2020 05:33 AM |
12-11-2020
03:22 PM
@Yuriy_but The answer is very simple you have logging in as admin user in hue and admin has no HDFS home directory. there are 2-ways delegate the HDFS home directory creation to HUE by checking Create a home directory in HUE Users--->AddSync LDAP User username=admin [search]
Distinguished Name = unchecked
Create home directory= checked or as the HDFS user $ hdfs dfs -mkdir /user/admin Change permissions $ hdfs dfs -chown admin /user/admin Now when you log in HUE you should get any issues please let me know
... View more
12-07-2020
01:33 PM
@Yuriy_but Absolutely that's not normal. There are a couple of thinks to check the Bad disk or corruption. Force checkpoint and restart the DN to see the behavior. Ensure the NN has enough memory allocated. Remove it from the cluster and rejoin afresh after reformating. Check the NIC and connectivity. Run the balancer to equally distribute the date.
... View more
12-07-2020
09:21 AM
Slide 17 here has some rules of thumb - https://blog.cloudera.com/latest-impala-cookbook/ Can you mention what version you're running and whether you have any other non-standard configs set, e.g. load_catalog_in_background. We made some improvements in this area and have added some options in more recent versions.
... View more
10-23-2020
02:35 AM
Yes, i thought about cron. But maybe smth in yarn conf can help, but i miss it. Maximum log files bk doesnt help
... View more
10-16-2020
11:53 AM
@Yuriy_but Please follow below doc for NN heap calculations. https://docs.cloudera.com/documentation/enterprise/latest/topics/admin_nn_memory_config.html Also there is another thread nicely explained the same thing here: https://community.cloudera.com/t5/Support-Questions/How-a-NameNode-Heap-size-is-calculated/td-p/227052
... View more
09-24-2020
01:22 AM
@Yuriy_but You are likely hitting some known issue. If this is greater than CM 5.15.1 then please follow this step and see. From Cloudera Manager, stop Navigator Metadata Server On the host where Navigator Metadata Server is installed, navigate to the jars directory: $ cd /usr/share/cmf/cloudera-navigator-server/jars List the contents that start with c3p0: $ ls c3p0* The list may include two jar files: c3p0-0.9.1.2.jar
c3p0-0.9.5.2.jar If the file c3p0-0.9.5.2.jar is present, remove it: $ rm c3p0-0.9.5.2.jar Navigate tothe Navigator wars directory: $ cd /usr/share/cmf/cloudera-navigator-server/wars/ Delete the same file c3p0-0.9.5.2.jar from the nav-core-webapp* war file: $ zip -d nav-core-webapp-2.14.1.war WEB-INF/lib/c3p0-0.9.5.2.jar From Cloudera Manager, start Navigator Metadata Server If this is air-gapped environment (No internet access) then you might need these: 1. Identify IP address of the NMS. (can be gathered in Cloudera Management services->instances->Navigator Metadata Server) 2. Add the following line to the bottom of /etc/hosts on the NMS 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 <NMS_IP_ADDRESS> java.sun.com 3. On NMS, install httpd, depending on your Linux distribution. As this host does not have internet access, you will need to manually import and install rpms. https://httpd.apache.org/docs/2.4/platform/rpm.html 4. Make a directory for java dtd file, and adjust permissions. mkdir /var/www/html/dtd; chown 755 /var/www/html/dtd 5. Acquire Java DTD file from the following URL. http://java.sun.com/dtd/web-app_2_3.dtd 6. Copy the file to /var/www/html/dtd directory on the NMS. Ensure the file is readable by "other". 7. Enable httpd server sudo systemctl enable httpd; sudo systemctl start httpd 8. Start NMS. NOTE: httpd must run for each NMS restart, this is not a one-off workaround. Systemctl command should ensure that this is the case. If the above workaround is not possible, a patch is also available from Cloudera Support until this is resolved in an upcoming release of Cloudera Manager.
... View more
09-17-2020
05:38 AM
Hello @Yuriy_but , it is good to hear you found the solution and it works for you now! Best regards: Ferenc
... View more