Azure blob storage for hadoop, beeline issue

2017-04-26 Thread Selva Mani
(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

Re: Parallely Load Data into Two partitions of a Hive Table

2013-05-03 Thread 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,

Parallely Load Data into Two partitions of a Hive Table

2013-05-03 Thread selva
#x27;); . LOAD DATA INPATH '/logs/processed/2013-04-30' OVERWRITE INTO TABLE processedlogs PARTITION(logdate='2013-04-30'); Thanks Selva