Thanks for reporting back on that. I'll add a jira ticket to make the error message clear, as well as documenting that the table name is case-sensitive.
> On 16 May 2014, at 21:51, Vladimir Rodionov <[email protected]> wrote: > > yep, case sensitive. Thanks, Gabriel. > > >> On Fri, May 16, 2014 at 11:20 AM, Gabriel Reid <[email protected]> >> wrote: >> On Fri, May 16, 2014 at 7:48 PM, Vladimir Rodionov >> <[email protected]> wrote: >> > This worked in 2.x. It seems not working in 3.0 >> > >> > ./psql.py -t ods.events localhost ods_flow_events.csv >> > csv columns from database. >> > java.lang.IllegalArgumentException: At least one column must be provided >> > for >> > upserts >> >> >> I think that the -t option is case-senstive. I'm assuming that the >> HBase table name is "ODS.EVENTS". Could you try running the same >> command with -t ODS.EVENTS (or whatever the correct case is of the >> table)? >> >> In any case, case-sensitive or not, there should be a clear error >> message for that case. >> >> - Gabriel >
