RE: Hive columns

2014-09-04 Thread CHEBARO Abdallah
thanks From: Nitin Pawar [mailto:nitinpawar...@gmail.com] Sent: Thursday, September 04, 2014 4:23 PM To: user@hive.apache.org Subject: Re: Hive columns it means you will need to define atleast one column in hive or build your fileformat which can handle reading the files and giving data back to

Re: Hive columns

2014-09-04 Thread Nitin Pawar
an you please specify what this means? > > > > *From:* Nitin Pawar [mailto:nitinpawar...@gmail.com] > *Sent:* Thursday, September 04, 2014 4:00 PM > *To:* user@hive.apache.org > *Subject:* Re: Hive columns > > > > If those are text files you can create the table with sing

RE: Hive columns

2014-09-04 Thread CHEBARO Abdallah
Can you please specify what this means? From: Nitin Pawar [mailto:nitinpawar...@gmail.com] Sent: Thursday, September 04, 2014 4:00 PM To: user@hive.apache.org Subject: Re: Hive columns If those are text files you can create the table with single column and then process them line by line On Thu

Re: Hive columns

2014-09-04 Thread Nitin Pawar
If those are text files you can create the table with single column and then process them line by line On Thu, Sep 4, 2014 at 6:13 PM, CHEBARO Abdallah wrote: > Hello, > > > > Is it possible to create an external table without specifying the columns? > > > > In fact, I am creating an external

Re: hive columns display

2013-03-04 Thread Sai Sai
Many Thanks Jagat. Sai From: Jagat Singh To: user@hive.apache.org; Sai Sai Sent: Monday, 4 March 2013 12:44 AM Subject: Re: hive columns display Hi, See this http://svn.apache.org/repos/asf/hive/trunk/conf/hive-default.xml.template There is one

Re: hive columns display

2013-03-04 Thread Jagat Singh
Hi, See this http://svn.apache.org/repos/asf/hive/trunk/conf/hive-default.xml.template There is one property , if you set that to true it would show. hive.cli.print.header false Whether to print the names of the columns in query output. Thanks, Jagat Singh On Mon, Mar 4, 2013 at 7:

Re: hive columns display

2013-03-04 Thread Sai Sai
When we run a query in hive like: Select * from myTable limit 10; We get the results successfully but the column names r not displayed. Is it possible to display the column names also so the data and the columns can be related right away without running a describe table. Thanks, Sai