cassandra « hadoop « Java Database Q&A





1. Hadoop MapReduce - Pig/Cassandra - Unable to create input splits    stackoverflow.com

I'm trying to run a MapReduce Job with Pig and Cassandra and I always get the error: ERROR 2118: Unable to create input splits for: cassandra://constellation/logs [SOLVED] There were some environment variables I missed ...

2. Using mahout and hadoop    stackoverflow.com

I am a newbie trying to understand how will mahout and hadoop be used for collaborative filtering. I m having single node cassandra setup. I want to fetch data from cassandra ...

3. Cassandra wih Hive    stackoverflow.com

Am new in cassandra and Hive. Now i want integrate cassandra with the Hadoop-Hive but how can i integrate the cassandra with Hive. Thanks in advance venkat.N

4. cassandra pig insertion exception    stackoverflow.com

I am using pig CassandraStroage() to insert a big data set into cassandra, after running 4 hours, it crashed with the following exception:

java.lang.NullPointerException
        at ...

5. why Mutation does not make inserts for existing columns    stackoverflow.com

I am loading initial data (url list for a crawler) to Cassandra with status crawled=0. Then using Hadoop I crawl all the links and try to change crawled from 0 to ...

6. Cassandra InvalidRequestException(why:[MyKeyspace][MyColumnFamily][6675...6c74] = [6c86......e65720] failed validation (String didn't validate.))    stackoverflow.com

I am using Cassandra with Hadoop for input and output. During the output reduce job, I got an error:

2011-08-10 03:54:04,326 WARN org.apache.hadoop.mapred.Child: Error running child
java.io.IOException: InvalidRequestException(why:[MyKeyspace][MyColumnFamily][66756c6c74657874] = [6c696e6bb66e68656974207a756d.................65697465726520536f6e67746578746520] failed   ...

7. Cassandra setInputSplitSize is not working properly    stackoverflow.com

I am using Hadoop + Cassandra. I use setInputSplitSize(1000) to not overload mappers (and receive out of heap memory) as default it is 64K. All together I have only 2M lines ...

8. Cassandra Upgrade 0.8.2->0.8.4 get error "failed connecting to all endpoints"    stackoverflow.com

After upgrade of cassandra from 0.8.2 to 0.8.4, got this error I have restarted cassandra, removed data, etc. nothing helps I have 6 identical machines in the cloud, before it was working fine. If ...

9. How to increase cassandra write performance using hadoop map reduce?    stackoverflow.com

I am uploading data to Cassandra-0.7.8 using hadoop map/reduce program. To upload 9G of data to cluster of 3 nodes with RF=3 is taking 3.15 hrs. Bleow are my mapper class code ...