Re: MultipleInputs with AccumuloInputFormat

2013-11-07 Thread Christopher
Are there any other analogous InputFormats that use multiple static methods in a stateless way to configure a job? -- Christopher L Tubbs II http://gravatar.com/ctubbsii On Tue, Nov 5, 2013 at 12:15 PM, Josh Elser wrote: > Heh, ok. > > I'm currently working through a bit of a prototype to see h

Re: MultipleInputs with AccumuloInputFormat

2013-11-05 Thread Josh Elser
Heh, ok. I'm currently working through a bit of a prototype to see how it works. I'm not a mapred/mapreduce expert, but I *think* I have an approach that will work. Keep an eye out for a Jira -- would love feedback. On 11/5/13, 12:13 PM, Kevin Faro wrote: I recently looked into that and came

Re: MultipleInputs with AccumuloInputFormat

2013-11-05 Thread Kevin Faro
I recently looked into that and came to the same realization. I ended up writing a new input format that did the cartesian product of two tables. But to do that I had to store values for the left configuration and right configuration and then copy over whichever config settings I wanted to use fo