Re: How can I just find out the physical location of a partitioned table in Hive

2014-02-06 Thread Hadoop Raj
;> On Thu, Feb 6, 2014 at 1:43 PM, Hadoop Raj wrote: >> That doesn't show the hdfs location . Isn't it ? I tried . >> >> Sent from my iPhone >> >>> On Feb 6, 2014, at 1:24 PM, Brad Ruderman wrote: >>> >>> desc extended "tabl

Re: How can I just find out the physical location of a partitioned table in Hive

2014-02-06 Thread Hadoop Raj
That doesn't show the hdfs location . Isn't it ? I tried . Sent from my iPhone > On Feb 6, 2014, at 1:24 PM, Brad Ruderman wrote: > > desc extended "table name" > > Thanks, > Brad > > >> On Thu, Feb 6, 2014 at 10:23 AM, Raj Hadoop wrote: >> Hi, >> >> How can I just find out the physical lo

Re: Special characters in web log file causing issues

2013-07-08 Thread Hadoop Raj
Hi Sanjay, Is that a unix trap command or any other thing? Please let me know. Sent from my iPhone On Jul 8, 2013, at 7:46 PM, Sanjay Subramanian wrote: > U may have to remove non-printable chars first, save an intermediate file and > then load into Hive > > tr -cd '[:print:]\r\n\t' > > O

Re: Did any one used Hive on Oracle Metastore

2013-05-18 Thread Hadoop Raj
Thanks Sanjay - I am sure will try what u mentioned. Sent from my iPhone On May 18, 2013, at 4:30 PM, Sanjay Subramanian wrote: > Raj > It should be pretty much similar to setting it up in MySQL. Except any syntax > differences. Read the cloudera hive installation notes. They have a separate