Is there more of a stack trace you could post around the error?

I'm guessing that this is something along the lines of
NoSuchMethodException. Could you also post some info on your environment?
Which version of Hadoop and HBase are you using? Is there an alternate
version of joda-time on your classpath somewhere (e.g. in your Hadoop lib
directory)?


On Mon, Mar 2, 2015 at 2:09 PM Bulvik, Noam <[email protected]> wrote:

>  When using CSV bulk loader with dates I am getting this error Error:
> org.joda.time.format.DateTimeFormatter.withZoneUTC()Lorg/joda/time/format/DateTimeFormatter
>
>
>
>
>
>
>
> *Table DDL:*
>
> create table TS_TEST
>
> ( ID                 integer   not null,
>
>   REC_TIMESTAMP      timestamp not null,
>
>   REC_TIMESTAMP_STR  varchar   not null
>
>   CONSTRAINT TS_TEST_PK PRIMARY KEY (ID,REC_TIMESTAMP,REC_TIMESTAMP_STR) )
>
> COMPRESSION='SNAPPY';
>
>
>
> *Input File Data:*
>
> 1,2015-03-01 00:00:00.111,2015-03-01 00:00:00.111
>
> 2,2015-03-01 01:00:00.222,2015-03-01 01:00:00.222
>
> 3,2015-03-01 02:00:00.333,2015-03-01 02:00:00.333
>
> 4,2015-03-01 03:00:00.444,2015-03-01 03:00:00.444
>
>
>
>
>
>
>
>
>  Information in this e-mail and its attachments is confidential and
> privileged under the TEOCO confidentiality terms that can be reviewed here
> <http://www.teoco.com/email-disclaimer>.
>

Reply via email to