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 2018/02/22 15:18:27 UTC

[GitHub] alanblueshift commented on a change in pull request #1018: Scan command now can produce results as csv and json. Related to #984

alanblueshift commented on a change in pull request #1018: Scan command now can produce results as csv and json. Related to #984
URL: https://github.com/apache/fluo/pull/1018#discussion_r169990326
 
 

 ##########
 File path: modules/command/src/main/java/org/apache/fluo/command/FluoScan.java
 ##########
 @@ -79,7 +139,7 @@ public String getRowPrefix() {
 
     public ScanUtil.ScanOpts getScanOpts() {
       return new ScanUtil.ScanOpts(startRow, endRow, columns, exactRow, rowPrefix, help,
-          hexEncNonAscii, scanAccumuloTable);
+          hexEncNonAscii, scanAccumuloTable, exportAsCsv, exportAsJson);
     }
 
     public static ScanOptions parse(String[] args) {
 
 Review comment:
   Perfect! I'll do it.

----------------------------------------------------------------
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