Member since
02-07-2014
34
Posts
0
Kudos Received
5
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5386 | 03-01-2014 09:00 AM | |
11359 | 02-19-2014 12:49 PM | |
11364 | 02-19-2014 11:23 AM | |
9126 | 02-19-2014 10:28 AM | |
11370 | 02-15-2014 02:23 PM |
03-13-2017
12:15 PM
yum install accumulo hasn't worked well. It prompts that "You need to be root to perform this action"
... View more
04-05-2016
06:23 AM
Please open a new discussion thread for your issue. Older solved threads are unlikely to receive an appropriate amount of attention. I'd recommend you post your MapReduce issue over in the batch processing forum. Be sure to include you version of CDH, a complete stack trace, and the command you used to launch the job.
... View more
11-19-2014
05:53 AM
Thanks veru much, I am new to Spark and drank the coolade on the communative and assoviative mandate for Cluster-based algorighms I very much appreciate you providing me an accurate view on implementations. I am very interested in the parelization of SNA and ML algorithms on clusters and appreciate any reading/references you can provide me. Thanks again for your time and insignt and I appreciate any further insight you can provide. In short; thanks Mate! Chris
... View more
11-14-2014
01:00 PM
Thanks Mate! Will give it a shot!
... View more
03-14-2014
10:16 PM
Hi Johndoe! It's probably worth you posting a top-level question about getting things to work with the latest Quickstart VM. FWIW, I have tested the latest install instructions along with our current release (Accumulo 1.4.4-cdh4.5.0) on the 4.4 Quickstart VM and everything worked fine. Can you post your accumulo-site.xml somewhere that I can review it?
... 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-10-2014
11:03 AM
Chris, You will need to create a class that implements SortedKeyValueIterator and deploy it to your cluster. You may also want to consider extending one of the existing iterators in org.apache.accumulo.core.iterators.user if your use case is similar to something that has already been done, or for examples. Mike
... View more