Fwd: Inserting into a Hive transactional table using Java code

2016-03-15 Thread Mich Talebzadeh
Hive 2:00 Spark engine 1.3.1 Eclipse Scala IDE build of Eclipse SDK A simple routine that reads CSV files from a staging directory by creating an external table and insert into an ORC transactional table. Using beeline from another server the task finishes pretty quickly. The code is shown below

Fwd: Inserting into a Hive transactional table using Java code

2016-03-15 Thread Mich Talebzadeh
Hive 2:00 Spark engine 1.3.1 Eclipse Scala IDE build of Eclipse SDK A simple routine that reads CSV files from a staging directory by creating an external table and insert into an ORC transactional table. Using beeline from another server the task finishes pretty quickly. The code is shown in att