keith-turner commented on issue #984: Create option for machine readable output for scan
URL: https://github.com/apache/fluo/issues/984#issuecomment-367022467
My slight preference would be to make the csv options command line options. The reason
is that I think this would give more predictable results. However I can see the convenience
of putting the options in the config file. So I am uncertain which is best.
If doing command line options, could be something like the following.
```
fluo scan -a app1 --csv --csv-delimiter '"'
```
I would replace `COLUMN_FAMILY`, `COLUMN_QUALIFIER`, and `COLUMN_VISIBILITY` with `FAMILY`,
`QUALIFIER`, and `VISIBILITY` in json and csv output to make it shorter.
I think using commons csv is fine.
For the json dependency upgrade we need to make sure it does not cause issue with Accumulo
and Hadoop libraries. If it does not, then its ok to upgrade.
----------------------------------------------------------------
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
|