Member since
03-23-2015
1288
Posts
114
Kudos Received
98
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 5201 | 06-11-2020 02:45 PM | |
| 4682 | 04-21-2020 03:38 PM | |
| 3655 | 02-27-2020 05:51 PM | |
| 3661 | 01-23-2020 03:41 AM | |
| 23438 | 01-14-2020 07:14 PM |
02-04-2020
11:34 PM
@dewi If HS2 was unable to connect to HMS, then you should check HMS log as well. What error is reported over there? Cheers Eric
... View more
01-23-2020
03:41 AM
2 Kudos
@snm1523, CM's full API documentation can be found here: https://archive.cloudera.com/cm7/7.0.3/generic/jar/cm_api/apidocs/index.html The API url starts with /api/v{number}, for example: http://{CM_URL}:7180/api/v32/clusters I have never personally used API ${SCM_URL}/cmf/exportCLI, I googled and found those articles seemed very old (more than 8-9 years old). I do not think it is applicable anymore. Current CM provides a URL for you to export all cluster configurations in one call via ${SCM_URL}/api/v32/cm/deployment. v32 is the highest version number that is available in CM6.2, the version that I am using, so depending on your version of CM, the version of API might be different. Use ${SCM_URL}/api/version to check. Cheers Eric
... View more
01-14-2020
07:14 PM
@Seaport, Please refer to documentation here: https://hadoop.apache.org/docs/r2.4.1/hadoop-project-dist/hadoop-common/FileSystemShell.html#setfacl Maybe try: sudo -u hdfs hadoop fs -setfacl -m group:hadoop:r-x /warehouse/tablespace/managed/hive/test1
... View more
01-14-2020
02:06 PM
@Seaport Great, thanks for sharing! So try to use "hdfs dfs -setfacl" to update it and see how it goes.
... View more
01-13-2020
10:17 PM
@Seaport , Can you try: hdfs groups zeppelin Or run "id zeppelin" on the active NN host?
... View more
01-05-2020
05:24 PM
@Cl0ck Glad that it is all resolved. cheers
... View more
01-02-2020
11:14 PM
No problem, glad that it helped. Cheers Eric
... View more
01-02-2020
02:02 PM
Sorry, forgot to mention that you might need to stop YARN service first before step 2. Cheers Eric
... View more
01-02-2020
01:55 PM
1 Kudo
@backlashhardik , Please try below: 1. update HDFS path permissions to make sure: hdfs dfs -chmod 755 /user/yarn hdfs dfs -chmod 755 /user/yarn/mapreduce you might need to run as "hdfs" user 2. Then install the Yarn MapReduce Frame jar CM -> YARN -> Actions -> Install YARN MapReduce frame jar Please let me know if that helps. Cheers Eric
... View more
12-29-2019
08:49 PM
@Cl0ck Have you updated CM's DB configuration file under /etc/cloudera-scm-server/db.properties? You need to change the value for com.cloudera.cmf.db.host from taco.net to dev.taco.net, and see if that helps. Cheers Eric
... View more