Member since
07-29-2013
162
Posts
8
Kudos Received
7
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 7871 | 05-06-2015 06:52 AM | |
| 3589 | 06-09-2014 10:51 PM | |
| 6161 | 01-30-2014 10:40 PM | |
| 4259 | 08-22-2013 12:28 AM | |
| 5921 | 08-18-2013 11:23 PM |
10-14-2014
11:14 AM
NPE reason is in wrong test initialization order. I'ev found the problem
... View more
06-09-2014
10:51 PM
2 Kudos
Vikram Srivastava helped me in google groups. Here is an explanation: The alternatives priority for HDFS is by default configured lower than MapReduce, so deploying HDFS client configs only will not update what /etc/hadoop/conf points to. I've filed an internal issue for this to warn users that they need to deploy cluster client configs rather than individual services. Hope it would help other hadoopers 🙂
... View more
02-05-2014
10:27 PM
You can fix it this way: 1. Determine name of the ALERTPUBLISHER role. Go to ${your-scm-host}:7180/api/v1/cm/service/roles/ Find json with name like '"name" : "mgmt1-ALERTPUBLISHER-107a27c5a1fc39a5cb9ce9ea1947e296",' 2. Using name from step 1, do the following: curl -X PUT -H "Content-Type:application/json" -u admin:admin -d '{"items": [{"name" : "alert_mailserver_password", "value": "SUPER_MEGA_PASSWORD"}]}' '${your-scm-host}:7180/api/v1/cm/service/roles/mgmt1-ALERTPUBLISHER-107a27c5a1fc39a5cb9ce9ea1947e296/config'
... View more
01-30-2014
10:40 PM
Magic tricks with ids didn't help. They brought more problem during migration later. We did partial migration (users+their saved pig/hive/impala scripts/queries) from sqlite to postgre and the problem gone. The problem is solved for us.
... View more
01-23-2014
11:34 PM
Hi, It confuses a little. CM says that balancer is stopped: But commands interface says it is running:
... View more
12-18-2013
03:00 PM
Thank you for the feedback, Sergey, I will investigate to see if/how we can accomplish something like this.
... View more
10-18-2013
07:52 AM
1 Kudo
Sounds like something that could be done, so I've added a JIRA to track it. https://issues.cloudera.org/browse/IMPALA-633
... View more
10-16-2013
11:25 PM
We do it using oozie coordinator which runc workflow: parse data, add partition, invalidate metadata. And we met another problem:) http://community.cloudera.com/t5/Interactive-Short-cycle-SQL/INVALIDATE-METADATA-suddenly-caused-javax-jdo/m-p/2353#M66 Right now it's not a tragedy, we are waiting for bug fixes.
... View more
10-16-2013
11:20 PM
It's unpredictable. It works for 24 times a day for a whole week and once it fails. Resubmitting helps. We'll wait for new version. Thanks.
... View more
10-16-2013
01:08 PM
1 Kudo
Per e-mail thread discussion 1.7 JDK was manually added before cluster upgrade, and was present within custom local yum repo at the site. CM/CDH will pick the later JDK present to use. Per Phillp L: Yes. We ask yum to install jdk and if yum decides that it's appropriate to install a newer version of jdk than is already installed, that is what it will do. If you want to keep a package on a particular version, even if a newer version is available in a repo, there is a way to make yum do that: http://blog.serverbuddies.com/how-can-i-get-yum-to-keep-package-at-a-certain-version/
... View more
- « Previous
-
- 1
- 2
- Next »