Member since
01-20-2014
578
Posts
102
Kudos Received
94
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5710 | 10-28-2015 10:28 PM | |
2703 | 10-10-2015 08:30 PM | |
4733 | 10-10-2015 08:02 PM | |
3534 | 10-07-2015 02:38 PM | |
2322 | 10-06-2015 01:24 AM |
07-04-2017
03:54 AM
1 Kudo
@rampo wrote: Also when I check Impala Parcels on http://archive.cloudera.com/impala/parcels/latest/ I see there is no EL7 parcel. I'm glad you mentioned the parcel repo. With the latest releases of CDH, Impala is included in the CDH parcel itself and doesn't need a separate repository. The current version of Impala in CDH 5.11.1 is 2.8.0, see this URL: https://www.cloudera.com/documentation/enterprise/release-notes/topics/cdh_vd_cdh_package_tarball_511.html So this means, if you're able to create a CDH cluster on a bunch of CentOS 7 hosts, you should be able to add the Impala service as well. Please don't add that parcel quoted above as it's not required any longer.
... View more
07-03-2017
05:36 PM
rampo wrote: But in Centos 6(since impala is not supported on Centos 7, had to try Centos 6), getting this error on all hosts. This is not true, our latest versions of CDH do run on CentOS 7 which means Impala is supported on it as well. e.g. 5.11.1 https://www.cloudera.com/documentation/enterprise/release-notes/topics/cdh_vd_cdh_download_511.html
... View more
05-10-2016
12:11 AM
1 Kudo
Vik11, you can work around this by setting Java's tmp dir to something other than /tmp. This solution has worked in the past for a customer, YMMV. Of course that mount point should not have noexec set. In YARN configuration append '-Djava.io.tmpdir=/path/to/other/temp/dir' to the following properties: 1. ApplicationMaster Java Opts Base 2. Java Configuration Options for JobHistory Server 3. Java Configuration Options for NodeManager 4. Java Configuration Options for ResourceManager For jobs: Cloudera Manager --> YARN --> search for: Gateway Client Environment Advanced Configuration Snippet (Safety Valve) for hadoop-env.sh and add this: HADOOP_CLIENT_OPTS="-Djava.io.tmpdir=/path/to/other/temp/dir" Now redeploy YARN client configuration.
... View more
10-29-2015
04:53 PM
Yes, by deleting it from the list, Cloudera Manager will automatically remove it from the ensemble and update the config files of the other three servers. They would need a restart to see the change.
... View more
10-29-2015
04:36 PM
4 is not an ideal number. I'd suggest you simply stop and delete the "down" ZooKeeper server from Cloudera Manager. It will remove the server from the ensemble, you'd have to restart all of ZooKeeper to enforce the change.
... View more
10-29-2015
04:05 PM
The message implies you must have 1,3,5,7,... ZooKeeper servers in the cluster. It doesn't matter if they're running or not at the time. How many ZooKeeper servers do you have within the service?
... View more
10-28-2015
10:30 PM
1 Kudo
Please read this document as well, the item regarding "Hive replication fails if "Force Overwrite" is not set." http://www.cloudera.com/content/www/en-us/documentation/enterprise/latest/topics/cm_rn_known_issues.html
... View more
10-28-2015
10:28 PM
3 Kudos
This error likely occurs because the target hive service already has a version of that table, but with different metadata properties. In order to overwrite it, check/select the "Force Overwrite" option in the hive replication schedule. How many times do you see this and how many tables are having this error?
... View more
10-21-2015
06:38 PM
Does your "cluster" definition look like this? The CDH property should be the version, not the entire parcel name cluster { products { CDH: 5.4.7 } parcelRepositories: [ "http://archive.cloudera.com/cdh5/parcels/5.4.7/" ] }
... View more
10-10-2015
08:30 PM
Just distributing a parcel is a means to ensure the same file is present on all nodes. Parcels don't deal with running any roles, that is achieved via a custom CSD. https://github.com/cloudera/cm_ext/wiki/CSD-Overview
... View more