| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
252 (0.08s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Export hive table format issue - Hive - [mail # user]
|
|
...Jarek, Any chances that Hamza is hitting this one SQOOP-188: Problem with NULL values in MySQL export In that case I would recommend him to use Hamza, can you try above op...
|
|
|
Author: Nitin Pawar,
2013-06-19, 05:21
|
|
|
Re: Hive select shows null after successful data load - Hive - [mail # user]
|
|
...can you run a little more complex query select uniq across columns or do some maths. so we know when it fires up a mapreduce On Wed, Jun 19, 2013 at 1:59 AM, Sunita Arvind wrote...
|
|
|
Author: Nitin Pawar,
2013-06-18, 20:35
|
|
|
Re: Hive select shows null after successful data load - Hive - [mail # user]
|
|
...select * from table is as good as hdfs -cat are you sure there is any data in the table? On Tue, Jun 18, 2013 at 11:54 PM, Sunita Arvind wrote: Nitin Pawar...
|
|
|
Author: Nitin Pawar,
2013-06-18, 18:26
|
|
|
Re: Dynamic partition raising exception while creation - Hive - [mail # user]
|
|
...in any search engine you like, search for "*could only be replicated to 0 nodes, instead of 1" * On Mon, Jun 17, 2013 at 11:44 AM, Hamza Asad wrote: Nitin Pa...
|
|
|
Author: Nitin Pawar,
2013-06-17, 06:52
|
|
|
Re: Hive Query having virtual column INPUT__FILE__NAME in where clause gives exception - Hive - [mail # user]
|
|
...Jitendra, I am really not sure you can use virtual columns in where clause. (I never tried it so I may be wrong as well). can you try executing your query as below select c...
|
|
|
Author: Nitin Pawar,
2013-06-14, 11:36
|
|
|
Re: dynamic Partition not splitting properly - Hive - [mail # user]
|
|
...thats a wrong query insert into table table_name partition (partition_names) select cols, do_data(event_date) from table this is how it should look like hive will take care of in...
|
|
|
Author: Nitin Pawar,
2013-06-14, 08:30
|
|
|
Re: dynamic Partition not splitting properly - Hive - [mail # user]
|
|
...just use hive split function for strings and get the value extracted. by the way I am not sure why the to_date function is failing stringto_date(string timestamp)Returns the date part of a t...
|
|
|
Author: Nitin Pawar,
2013-06-14, 07:41
|
|
|
Re: dynamic Partition not splitting properly - Hive - [mail # user]
|
|
...can you provide whats your data and what you want it to look like ? On Fri, Jun 14, 2013 at 12:31 PM, Hamza Asad wrote: Nitin Pawar...
|
|
|
Author: Nitin Pawar,
2013-06-14, 07:27
|
|
|
Re: non-string partition column types is it discouraged - Hive - [mail # user]
|
|
...Hi Kishor, I am not sure but Can you try upgrading hive. issues like HIVE-3063 where partition columns are int were fixed in 0.9.1 onwards. On Fri, Jun 14, 2013 at 12:07 PM, Kay...
|
|
|
Author: Nitin Pawar,
2013-06-14, 07:22
|
|
|
Re: dynamic Partition not splitting properly - Hive - [mail # user]
|
|
...use already existing UDFs to split or transform your values the way you want On Fri, Jun 14, 2013 at 12:09 PM, Hamza Asad wrote: Nitin Pawar...
|
|
|
Author: Nitin Pawar,
2013-06-14, 06:54
|
|
|
|