Member since
06-26-2013
416
Posts
104
Kudos Received
49
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 7725 | 03-23-2016 08:06 AM | |
| 13788 | 10-12-2015 01:56 PM | |
| 4913 | 03-05-2015 11:11 AM | |
| 6143 | 02-19-2015 02:41 PM | |
| 13419 | 01-26-2015 09:55 AM |
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-01-2014
12:58 PM
For anybody who might be following this, I referenced all the libraries referenced in the video and for HBase , added the 2 HBase refs to the reference list (hbase.jar and hbase-0.92.1-cdh4.1.1-security.jar) Then it worked in Eclipse. -- jp
... View more
02-27-2014
02:14 PM
I think what you're describing is what we refer to as a "Gateway" machine. On a cluster under Cloudera Manager's control, we allow you to add the "Gateway" role to a machine outside the cluster. This installs the base CDH packages and deploys client configurations to that machine so that it can run regular hadoop commands like you describe and can upload files and run jobs against the cluster.
It sounds like your database server is already able to do this, can you clarify the question?
Regards.
... View more
02-19-2014
11:56 AM
Your accumulo installation does not have the example configuration directories. ($ACCUMULO_HOME/conf/examples). Looking at our docs I see we tell people to move the conf directory to set up initial configs, probably on the assumption that people won't be rebuilding. I'll file an internal ticket to get that corrected. In the mean time, I'd recommend restoring the $ACCUMULO_HOME/conf directory from the dist tarball.
... View more
02-13-2014
11:33 AM
Glad to hear it, thanks for the followup!
... View more
02-12-2014
06:29 AM
Nice, many thanks, Clint. Looking forward to your feedback.....br, Gerd
... View more
01-22-2014
12:36 PM
Thanks for your reply. The facebook link was interesting to read.Unfortunately we have it a bit more complicated, since we are developing a product which gets installed in customers datacenters and has to work with minimal manual interaction without losing any data. (You want your mobile phone bills to be correct 😉 ) If we go down that road, I would indeed follow your advise to shut the replication down on the surviving cluster and use snapshots to restore the failed cluster when it comes back online. Regards Marc
... View more