RE: issue about hive command line

2013-12-02 Thread Sachin Sudarashana
2-‎2013 13:39 To: "user@hive.apache.org" Subject: RE: issue about hive command line Set your hive home to $HIVE_HOME variable and execute the following command. $HIVE_HOME/bin/hive –e "DDL" Thanks & Regards, Rinku Garg - Global Commercial Services From: ch huang [mailto:jus

Re: issue about hive command line

2013-12-02 Thread ch huang
; >>> *Rinku Garg *- Global Commercial Services >>> >>> *From:* ch huang [mailto:justlo...@gmail.com] >>> *Sent:* 02 December 2013 13:22 >>> *To:* user@hive.apache.org >>> *Subject:* issue about hive command line >>> >>>

Re: issue about hive command line

2013-12-02 Thread Nitin Pawar
gt;> >> >> >> Thanks & Regards, >> >> *Rinku Garg *- Global Commercial Services >> >> *From:* ch huang [mailto:justlo...@gmail.com] >> *Sent:* 02 December 2013 13:22 >> *To:* user@hive.apache.org >> *Subject:* issue about hive comman

Re: issue about hive command line

2013-12-02 Thread ch huang
the following > command. > > > > $HIVE_HOME/bin/hive –e "DDL" > > > > Thanks & Regards, > > *Rinku Garg *- Global Commercial Services > > *From:* ch huang [mailto:justlo...@gmail.com] > *Sent:* 02 December 2013 13:22 > *To:* user@hive.ap

RE: issue about hive command line

2013-12-02 Thread Garg, Rinku
Set your hive home to $HIVE_HOME variable and execute the following command. $HIVE_HOME/bin/hive -e "DDL" Thanks & Regards, Rinku Garg - Global Commercial Services From: ch huang [mailto:justlo...@gmail.com] Sent: 02 December 2013 13:22 To: user@hive.apache.org Subject: is

issue about hive command line

2013-12-01 Thread ch huang
hi,maillist: i am write a bash script,what i want is run "hive -e 'DDL' " in script, and i want judge if the hive DDL is success or fail,how can i do this ?