Member since
06-26-2013
416
Posts
104
Kudos Received
49
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 7749 | 03-23-2016 08:06 AM | |
| 13845 | 10-12-2015 01:56 PM | |
| 4933 | 03-05-2015 11:11 AM | |
| 6150 | 02-19-2015 02:41 PM | |
| 13484 | 01-26-2015 09:55 AM |
03-27-2014
07:27 AM
No problem at all, welcome to our community!
... View more
03-27-2014
07:24 AM
2 Kudos
That is only a search field where you can begin typing a short description of your problem and/or keywords to see if there's already a thread in the community similar to yours. It's like a Google search box, in effect. As you type your problem description, it will auto-suggest matching threads in the community. If you like one of the suggestions, you can browse to it, otherwise, it allows you to start a new thread. When opening a new topic/thread in the community, you get presented with a rich text editor window that allows MUCH more than 100 charactors.
HTH,
Clint
... View more
03-25-2014
01:01 PM
1 Kudo
I'm not sure why the user wouldn't have been created, but I know you're dealing with an offline cluster so maybe something else in the parcel installation didn't work as expected. The error seems pretty clear, though, you need the "solr" user on your systems. Have you tried manually creating that user and seeing if that helps?
... View more
03-25-2014
08:33 AM
I think you forgot to install your Mysql java connector as detailed on this page.
... View more
03-24-2014
08:28 AM
I see that you've posted this message in several places. Can you be a little bit more clear as to what you are wanting to know about CM?
... View more
03-21-2014
09:23 AM
1 Kudo
Also, you're not trying to access HBase from the MR job, are you? Which class are you getting the CNF exception on?
... View more
03-19-2014
09:09 AM
It is possible that the file /etc/cloudera-scm-server/db.properties still has the old information about postgres, but I'm not sure.
Are you saying there is no error in either of the following files after you attempted to start the service?
/var/log/cloudera-scm-server/cloudera-scm-server.log
/var/log/cloudera-scm-server/cloudera-scm-server.out
... View more
03-18-2014
10:46 AM
If you want to perform the install and configure yourself, you can download Cloudera Express 4 and follow the install instructions for that. Or you can even try our Cloudera Enterprise 5 Beta 2 version if you would like to test the beta release.
If you would like to just have a pre-packaged, working, single node hadoop cluster to test things on, we also offer the Quickstart VM.
HTH,
Clint
... View more
03-18-2014
10:32 AM
Oh, good point, and are you sure there's not a typo in the db name? Did you really create the db in Oracle as "cluderamgr"?
... View more
03-18-2014
10:17 AM
I notice you have the mysql-java-connector in your classpath, maybe that should be moved out of the way so that the oracle driver is the only one that can pick up the connection?
... View more