(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Can anyone help us to configure hive server2 with Azure blob storage
instead of HDFS in kerberos hadoop cluster?
Thanks,
Selva
urrent tables.
>
> Hive will take care of adding dynic partitions and that will remove the
> ocerhead from you.
>
> To answer your question, you can always load data in different partitions
> parallely as long as you have resources available on hive cli machine
>
> On May 3,
#x27;);
.
LOAD DATA INPATH '/logs/processed/2013-04-30' OVERWRITE INTO TABLE
processedlogs PARTITION(logdate='2013-04-30');
Thanks
Selva