Re: AccumuloMultiTableInputFormat IllegalStatementException

2014-08-23 Thread JavaHokie
I checked out 1.6.0 from git and updated the exception handling for the getInputTableConfigs method, rebuilt, and tested my M/R jobs that use Accumulo as a source or sink just to ensure everything is still working correctly. I then updated the InputConfigurator.getInputTableConfig exception handli

Re: AccumuloMultiTableInputFormat IllegalStatementException

2014-08-23 Thread Corey Nolet
Awesome! I was going to recommend checking out the code last night so that you could put some logging statements in there. You've probably noticed this already but the MapWritable does not have static type parameters so it dumps out the fully qualified class name so that it can instantiate it back