RE: SELECT specific data

2014-07-30 Thread CHEBARO Abdallah
Thank you From: Devopam Mittra [mailto:devo...@gmail.com] Sent: Wednesday, July 30, 2014 2:57 PM To: user@hive.apache.org Subject: Re: SELECT specific data If you have a defined table, then loading partial columns will be easiest handled with inserting the rest columns with NULL value after

Re: SELECT specific data

2014-07-30 Thread Devopam Mittra
wrote: > I am only using Hive and hadoop, nothing more. > > > > *From:* Devopam Mittra [mailto:devo...@gmail.com] > *Sent:* Wednesday, July 30, 2014 12:15 PM > > *To:* user@hive.apache.org > *Subject:* Re: SELECT specific data > > > > Are you using any tool

RE: SELECT specific data

2014-07-30 Thread CHEBARO Abdallah
Thank you very much, your respond was very helpful From: Nitin Pawar [mailto:nitinpawar...@gmail.com] Sent: Wednesday, July 30, 2014 12:53 PM To: user@hive.apache.org Subject: Re: SELECT specific data Please check another mail i sent right after that. my bad had hit send button too soon without

Re: SELECT specific data

2014-07-30 Thread Nitin Pawar
pawar...@gmail.com] > *Sent:* Wednesday, July 30, 2014 12:37 PM > > *To:* user@hive.apache.org > *Subject:* Re: SELECT specific data > > > > sorry hit send too soon .. > > I mean without creating intermediate tables, in hive you can process the > file directly >

RE: SELECT specific data

2014-07-30 Thread CHEBARO Abdallah
@hive.apache.org Subject: Re: SELECT specific data sorry hit send too soon .. I mean without creating intermediate tables, in hive you can process the file directly On Wed, Jul 30, 2014 at 3:06 PM, Nitin Pawar mailto:nitinpawar...@gmail.com>> wrote: With hive, without creating a table with ful

Re: SELECT specific data

2014-07-30 Thread Nitin Pawar
, CHEBARO Abdallah < abdallah.cheb...@murex.com> wrote: > I am only using Hive and hadoop, nothing more. > > > > *From:* Devopam Mittra [mailto:devo...@gmail.com] > *Sent:* Wednesday, July 30, 2014 12:15 PM > > *To:* user@hive.apache.org > *Subject:* Re: SELECT sp

Re: SELECT specific data

2014-07-30 Thread Nitin Pawar
I am only using Hive and hadoop, nothing more. >> >> >> >> *From:* Devopam Mittra [mailto:devo...@gmail.com] >> *Sent:* Wednesday, July 30, 2014 12:15 PM >> >> *To:* user@hive.apache.org >> *Subject:* Re: SELECT specific data >> >> >> &g

RE: SELECT specific data

2014-07-30 Thread CHEBARO Abdallah
I am only using Hive and hadoop, nothing more. From: Devopam Mittra [mailto:devo...@gmail.com] Sent: Wednesday, July 30, 2014 12:15 PM To: user@hive.apache.org Subject: Re: SELECT specific data Are you using any tool to load data ? If yes, then the ETL tool will provide you such options. If not

Re: SELECT specific data

2014-07-30 Thread Devopam Mittra
> > > > *From:* Nitin Pawar [mailto:nitinpawar...@gmail.com] > *Sent:* Wednesday, July 30, 2014 11:37 AM > *To:* user@hive.apache.org > *Subject:* Re: SELECT specific data > > > > you mean just by writing query then I think no. > > > > But if you want

RE: SELECT specific data

2014-07-30 Thread CHEBARO Abdallah
] Sent: Wednesday, July 30, 2014 11:37 AM To: user@hive.apache.org Subject: Re: SELECT specific data you mean just by writing query then I think no. But if you want to read only first 3 columns of the data then it would work with just a single table and load data into On Wed, Jul 30, 2014 at 1:47 PM

Re: SELECT specific data

2014-07-30 Thread Nitin Pawar
you mean just by writing query then I think no. But if you want to read only first 3 columns of the data then it would work with just a single table and load data into On Wed, Jul 30, 2014 at 1:47 PM, CHEBARO Abdallah < abdallah.cheb...@murex.com> wrote: > Hello, > > > > I am interested in sel