| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
112 (0.84s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: JDBC: Infinite while(rs.next()) loop - Hive - [mail # user]
|
|
... A nightly build is helpful for newbies who don't have the necessary skills (or time) to build trunk themselves. For that class of people it doesn't make any difference if the Hadoop ve...
|
|
|
Author: Saurabh Nanda,
2009-08-05, 03:43
|
|
|
Re: Passing parameters to custom map/reduce scripts - Hive - [mail # user]
|
|
...Prasad, my query was more about the concept. Not the syntax. I hope this will still work when hive 0.4 is released. I'm basing a lot on it. On 8/4/09, Prasad Chakka wrote: ...
|
|
|
Author: Saurabh Nanda,
2009-08-04, 17:28
|
|
|
Re: JDBC: Infinite while(rs.next()) loop - Hive - [mail # user]
|
|
...Is there any possibility of having a nightly build off the trunk, before hive 0.4 is officially released? On 8/4/09, Edward Capriolo wrote: e e: ld ; http://nandz.blogspot...
|
|
|
Author: Saurabh Nanda,
2009-08-04, 17:20
|
|
|
Re: JDBC: Infinite while(rs.next()) loop - Hive - [mail # user]
|
|
...I was dreading this response! Are there any plans to push out a new Hive build with the latest features & bug fixes? Building from trunk is not everyone's cup of tea, you know :-) Any ...
|
|
|
Author: Saurabh Nanda,
2009-08-04, 14:39
|
|
|
Passing parameters to custom map/reduce scripts - Hive - [mail # user]
|
|
...Can I pass parameters to custom map/reduce scripts like this: from try_hits select transform ip_address, aid, uid using 'parse_logs.rb MY_PARA...
|
|
|
Author: Saurabh Nanda,
2009-08-04, 12:43
|
|
|
JDBC: Infinite while(rs.next()) loop - Hive - [mail # user]
|
|
...Here's what I'm trying: ResultSet rs=st.executeQuery("show tables"); while(rs.next()) { Syst...
|
|
|
Author: Saurabh Nanda,
2009-08-04, 07:47
|
|
|
Re: Does Hive have Java API - Hive - [mail # user]
|
|
...Is this what you're looking for -- http://wiki.apache.org/hadoop/Hive/HiveJDBCInterface ? Saurabh. On Thu, Jul 30, 2009 at 6:02 PM, zhang jianfeng wrote: http:...
|
|
|
Author: Saurabh Nanda,
2009-07-30, 12:43
|
|
|
Re: Re: bz2 Splits. - Hive - [mail # user]
|
|
... Thanks, Edward. I''m glad that it helped someone. Saurabh. http://nandz.blogspot.com http://foodieforlife.blogspot.com...
|
|
|
Author: Saurabh Nanda,
2009-07-29, 05:01
|
|
|
Re: UPDATE statement in Hive? - Hive - [mail # user]
|
|
...Sorry for the newbie questions here, but how is this going to work? Using 'normal' Hive queries will I be able to read & write to an HBase datastore? Saurabh. http://nandz.blogspot.com...
|
|
|
Author: Saurabh Nanda,
2009-07-29, 04:21
|
|
|
UPDATE statement in Hive? - Hive - [mail # user]
|
|
...Is there an UPDATE statement in Hive? If not, are there any plans for adding support for it in the future? This is why I ask: I want to maintain a table which, against each user ID, st...
|
|
|
Author: Saurabh Nanda,
2009-07-28, 10:41
|
|
|
|