Accumulo and Spark

2014-09-10 Thread Megavolt
I've been doing some Googling and haven't found much info on how to incorporate Spark and Accumulo. Does anyone know of some examples of how to tie Spark to Accumulo (for both fetching data and dumping results)? -- View this message in context: http://apache-spark-user-list.1001560.n3

Re: Accumulo and Spark

2014-09-10 Thread Russ Weeks
(hadoopJob.getConfiguration(), AccumuloInputFormat.class, Key.class, Value.class); } There's tons of docs around how to operate on a JavaPairRDD. But you're right, there's hardly anything at all re. how to plug accumulo into spark. -Russ On Wed, Sep 10, 2014 at 1:17 PM, Megavolt jbru...@42six.com wrote: I've