Member since
07-29-2013
62
Posts
19
Kudos Received
8
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1836 | 10-28-2014 10:22 AM | |
| 6119 | 09-19-2014 10:26 AM | |
| 29155 | 07-02-2014 07:52 AM | |
| 5980 | 06-11-2014 01:47 PM | |
| 8430 | 06-11-2014 05:46 AM |
09-22-2014
01:43 PM
Good to hear that! If you have everything straightened out, please mark my previous message as an accepted answer so that other users are able to find it. If you have more issues later, then we can always start a new thread.
... View more
09-20-2014
01:16 AM
Thank You mgrover for all the answers.
... View more
06-19-2014
02:15 PM
Okay, I found the problem. It was in the alternatives system (why did I not look there before?!?!?!?). Apparently when I installed YARN it added a path to hadoop-conf of /etc/hadoop/conf.cloudera.yarn and made it a HIGHER PRIORITY than the /etc/hadoop/conf.cloudera.mapreduce that I need. Simply removing the path worked: alternatives --remove hadoop-conf /etc/hadoop/conf.cloudera.yarn
... View more
06-12-2014
06:48 AM
Apparently this was the issue as it reported a successful install. But now CM doesn't come up in my browser at port 7180. 😞 Still working through that. The content of the log file follows: Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile * base: centos.mia.host-engine.com * extras: mirror.raystedman.net * updates: mirror.5ninesolutions.com Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package cloudera-manager-server.x86_64 0:5.0.2-1.cm502.p0.297.el6 will be installed --> Processing Dependency: cloudera-manager-daemons = 5.0.2 for package: cloudera-manager-server-5.0.2-1.cm502.p0.297.el6.x86_64 --> Running transaction check ---> Package cloudera-manager-daemons.x86_64 0:5.0.2-1.cm502.p0.297.el6 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: cloudera-manager-server x86_64 5.0.2-1.cm502.p0.297.el6 cloudera-manager 8.0 k Installing for dependencies: cloudera-manager-daemons x86_64 5.0.2-1.cm502.p0.297.el6 cloudera-manager 315 M Transaction Summary ================================================================================ Install 2 Package(s) Total download size: 315 M Installed size: 428 M Downloading Packages: -------------------------------------------------------------------------------- Total 317 kB/s | 315 MB 16:56 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Warning: RPMDB altered outside of yum. Installing : cloudera-manager-daemons-5.0.2-1.cm502.p0.297.el6.x86_64 1/2 Installing : cloudera-manager-server-5.0.2-1.cm502.p0.297.el6.x86_64 2/2 Verifying : cloudera-manager-daemons-5.0.2-1.cm502.p0.297.el6.x86_64 1/2 Verifying : cloudera-manager-server-5.0.2-1.cm502.p0.297.el6.x86_64 2/2 Installed: cloudera-manager-server.x86_64 0:5.0.2-1.cm502.p0.297.el6 Dependency Installed: cloudera-manager-daemons.x86_64 0:5.0.2-1.cm502.p0.297.el6 Complete!
... View more
05-22-2014
09:13 PM
Thanks jkestelyn and mrover it s helped us lot to get the product information.
... View more
02-13-2014
11:33 AM
Glad to hear it, thanks for the followup!
... View more
09-18-2013
03:58 PM
Thanks, will do!
... View more
08-22-2013
11:29 PM
We use CDH 4.3, CM 4.6.3 The first thing we've checked was metastore service. It works. impala queries, other hive queries run fine. All our "SQL-like" stuff uses single metastore in PostGre DB. I've also see how does hive tried to get partitions for table used in failed query. There no exceptions on Metastore side, it works 100% We've mentioned one more intersting thing. Queried table have ~1500 partitions (hour partitions). When we issue the same query explicitly specifing the range partition, it works. Even if we specify the range between the oldest and the newest partition (the same as we don't sepcify them at all!) it works. I have no Idea what is that...
... View more
08-22-2013
12:28 AM
Thanks for the answer, I've tried it but faced another problem probably related to the positioning of the jar. I've put it in the folder /usr/lib/hive/lib on all the datanode and even on the namenode and secnamenode (just to cover all the basis). Even tried to load it by Hue (query editor) but nothing, maybe is a problem of my cluster (prototyping one). Actually I've solved using ROW FORMAT DELIMITED FIELDS TERMINATED BY '\073' I did forget that octal representation of escapes. Anyway thank you for your time Rob
... View more
- « Previous
-
- 1
- 2
- Next »