Regarding removing double quotes

2017-03-22 Thread elango vaidyanathan
Hi all, I am loading a CSV file into hive. All the columns in the CSV file has values with in the double quotes. How do i remove them and load into hive? Thanks, Elango

Re: Yarn Queue Capacity Schedule

2017-03-22 Thread Mahender Sarangam
Ping.. On 3/17/2017 3:37 PM, Mahender Sarangam wrote: Hi, We have configured our Capacity Scheduler Queues has per link. We have two Queues Q1 an

Re: Alter table partition rename with location - moves partition back to hive warehouse

2017-03-22 Thread Ying Chen
I think the usage scenario for external tables generally indicates that Hive does not try to manage it - and so it makes sense not to move tables or change its names... See external table: https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-ExternalTables See ren