Member since
08-16-2016
642
Posts
131
Kudos Received
68
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3926 | 10-13-2017 09:42 PM | |
7341 | 09-14-2017 11:15 AM | |
3733 | 09-13-2017 10:35 PM | |
5918 | 09-13-2017 10:25 PM | |
6498 | 09-13-2017 10:05 PM |
07-17-2017
11:02 AM
1 Kudo
There isn't anything of use in the logs you posted. Are you able to post the full log? Also check the stderr log, either in CM or in the process running directory, as I think this is where it posted launch errors.
... View more
07-17-2017
10:58 AM
My bad, I guess CDH does something to not put the DB connection info into the /etc/hive/conf/hive-site.xml. Check the same file in the HMS process directory. It should be under /var/run/cloudera-scm-agent/process/<procid>-hive-HIVEMETASTORE. This needs to be on the host where HMS is set up to run. This directory should be present even if HMS is failing to run. You can use ls -ltr to get the latest directory if there have been multiple start attempts. You can also grep for "jdbc:" to quickly see if the config is there.
... View more
07-17-2017
10:39 AM
I am certain that Cloudera's stance and strategy is to back-port certain bug fixes and features from 2.7+ but not do a full shift in major version, for any projects really, while they focus a lot of energy to CDH 6 which, I have heard, will run Hadoop 3.x. I would focus on seeing if certain fixes or features are in CDH and which version of CDH. To answer your question, no there isn't as it has not be made part of the CDH distribution.
... View more
07-17-2017
10:36 AM
The db.properties and those settings are for the Cloudera Manager server to connect to its database. The Hive Metastore configs will been in the Hive configuration under the Database filters or directly in the /etc/hive/conf/hive-site.xml.
... View more
07-15-2017
10:31 AM
I think you are suffering from https://issues.apache.org/jira/browse/HIVE-16949. I am suffering from it on my dev cluster. Since I upgrade it CDH 5.11.1 the thread count has climbed steadily. Just got reports today of HS2 slowing down on partition operations as well as throwing exceptions about concurrency issues. I have added the workaround and will report on the status of it later. The patch that introduced this leak, https://issues.apache.org/jira/browse/HIVE-15546, was added to CDH 5.11.0.
... View more
07-14-2017
11:03 AM
Path A with parcels involves adding the parcel repo URL either in the first run Cluster Install wizard or in CM Parcel configs. Choose Software Installation Method and Install Software "Parcel Repository - In the Remote Parcel Repository URLs field, click the button and enter the URL of the repository. The URL you specify is added to the list of repositories listed in the Configuring Cloudera Manager Server Parcel Settings page and a parcel is added to the list of parcels on the Select Repository page. If you have multiple repositories configured, you will see all the unique parcels contained in all your repositories." https://www.cloudera.com/documentation/enterprise/5-4-x/topics/cm_ig_install_path_a.html#cmig_topic_6_5_3 I believe it also asks for a repo when allowing CM to install the CM agent.
... View more
07-14-2017
10:59 AM
1 Kudo
Both commands show that it is trying over IPv6 first and then by IP. The former fails with a connection refused while the latter succeeds. I would disable IPv6 on all hosts but for this it can just be the CM host, and then try again.
... View more
07-14-2017
10:44 AM
I am confused as to how you are trying to accomplish this install. Are you following path A in the docs? Are you using an installer of some kind?
... View more
07-14-2017
10:41 AM
1 Kudo
From the hosts are you able to access CM over port 7180. Try access the CM url using curl -v to try to get more information. The 0 progress indicates that it is trying but failing to download it from the CM server to the cluster hosts.
... View more
07-14-2017
10:33 AM
That URL does not look correct. Try the below link. It contains the CDH 5.12.0 parcel, sha1, and manifest file. http://archive.cloudera.com/cdh5/parcels/5.12.0/
... View more