deniskuzZ commented on issue #706: ACCUMULO-705: Added Null check for 
tableConfig in AbstractInputFormat
URL: https://github.com/apache/accumulo/pull/706#issuecomment-430742142
 
 
   > The key which should be something like: 
"AccumuloInputFormat.InputConfigurator.ScanOpts.table_configs"
   
   getDefaultInputTableConfig(implementingClass, conf) -> 
getInputTableName(implementingClass, conf)
   
   public static String getInputTableName(Class<?> implementingClass, 
Configuration conf) {
       return conf.get(enumToConfKey(implementingClass, ScanOpts.TABLE_NAME));
   }
   this one becomes NULL, wasn't able to figure out yet why, but there is some 
conf object manipulations.
   
   in my case key is 
AccumuloInputFormat.InputConfigurator.ScanOpts.accumulo_pushdown, where 
accumulo_pushdown is a table name

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to