Member since
09-29-2015
40
Posts
12
Kudos Received
5
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1632 | 08-15-2016 08:32 PM | |
26835 | 07-02-2016 04:35 PM | |
3685 | 06-21-2016 11:43 PM | |
1399 | 06-06-2016 04:46 PM | |
3200 | 05-16-2016 11:09 PM |
09-12-2022
05:18 AM
How do we check if Hive is running in Http mode? I tried to search the same in hive-site.xml and found that http.mode <binary> be default. In this case , can you please help me with this issue?
... View more
06-15-2016
02:10 PM
2 Kudos
@suresh krish Try this alter table <table_name> > set serde 'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe' WITH SERDEPROPERTIES ('field.delim' = '\001'); I guess hive internally converts '\001' --> \u0001
... View more
07-22-2016
03:43 AM
no,it's not about the disk space,yarn schedule it the key
... View more
11-11-2015
04:55 PM
@rxu@hortonworks.com You can use this and if you want to prompt for password only then here you go [root@nsfed01 ~]# cat r1.sh #read -p "enter HS2 hostname: " HS2 #read -p "enter username: " username echo "enter password" read -s passwd #read -p "enter filename: " filename beeline -u jdbc:hive2://n3:10000/default -n neeraj -p $passwd -f f.sql [root@nsfed01 ~]#
... View more