You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2017/12/11 22:39:35 UTC

[GitHub] keith-turner opened a new issue #976: fluo scan raw command is not working

keith-turner opened a new issue #976: fluo scan raw command is not working
URL: https://github.com/apache/fluo/issues/976
 
 
   I am seeing the following when trying to scan Fluo's raw data.  However, the scan without the raw options works fine.
   
   ```
   $ fluo scan -a alide --raw
   Scanning data in Accumulo directly for 'alide' application.
   Exception in thread "main" java.util.NoSuchElementException: fluo.accumulo.instance is not set!
   	at org.apache.fluo.api.config.FluoConfiguration.getDepNonEmptyString(FluoConfiguration.java:1202)
   	at org.apache.fluo.api.config.FluoConfiguration.getAccumuloInstance(FluoConfiguration.java:477)
   	at org.apache.fluo.core.util.AccumuloUtil.getInstance(AccumuloUtil.java:37)
   	at org.apache.fluo.core.util.AccumuloUtil.getConnector(AccumuloUtil.java:47)
   	at org.apache.fluo.core.util.ScanUtil.scanAccumulo(ScanUtil.java:150)
   	at org.apache.fluo.command.FluoScan.main(FluoScan.java:103)
   
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services