RE: Add partition data to an external ORC table.

2016-02-11 Thread no jihun
a into a hive managed table, > and then copy the ORC files back to an external table, but why? > > > > *From:* no jihun [mailto:jees...@gmail.com] > *Sent:* Thursday, February 11, 2016 11:48 AM > *To:* user@hive.apache.org > *Subject:* Add partition data to an external ORC table. &

RE: Add partition data to an external ORC table.

2016-02-11 Thread Ryan Harris
: Add partition data to an external ORC table. hello. I wanna know this could be possible or not. There would be an table which created by create external table test ( date_string String, message String) STORED AS ORC PARTIONED BY (date_string STRING) LOCATION '/message'; with this tab

Add partition data to an external ORC table.

2016-02-11 Thread no jihun
hello. I wanna know this could be possible or not. There would be an table which created by create external table test ( date_string String, message String) STORED AS ORC PARTIONED BY (date_string STRING) LOCATION '/message'; with this table I will never add row by 'insert' statement but want t