Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 41 to 50 from 78 (0.281s).
Loading phrases to help you
refine your search...
Re: Thrift build - Hive - [mail # dev]
...Thanks Namit.  $ svn co svn+ssh://tubbs/svnhive/hadoop/external/thrift-0.7.0 svn: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of yo...
   Author: Aniket Mokashi, 2012-02-09, 00:42
Thrift build - Hive - [mail # dev]
...Hi,  I made some changes to hive_metastore.thrift to add a few new apis. I am trying to generate code with thrift, but I am hitting following errors-  lgmac-amokashi:metastore amok...
   Author: Aniket Mokashi, 2012-02-08, 20:32
Re: Error when Creating an UDF - Hive - [mail # user]
...Add your udf jar to HADOOP_CLASSPATH  Thanks, Aniket  On Mon, Feb 6, 2012 at 10:01 AM, Mark Grover  wrote:    "...:::Aniket:::... Quetzalco@tl"...
   Author: Aniket Mokashi, 2012-02-06, 18:38
Re: How to check if all key/value pairs in two maps are equal? - Hive - [mail # user]
...Can you cast it into string and compare?  On Thu, Feb 2, 2012 at 9:18 AM, Sunderlin, Mark wrote:     "...:::Aniket:::... Quetzalco@tl"...
   Author: Aniket Mokashi, 2012-02-02, 18:35
Re: move tables into different database - Hive - [mail # user]
...If you are on hdfs  How about--  use db1; create table table1 like db2.table1;  and move the data?  Thanks, Aniket  On Mon, Jan 30, 2012 at 8:09 AM, Sriram Krishnan ...
   Author: Aniket Mokashi, 2012-01-31, 00:32
Re: Hive query result in sequence file - Hive - [mail # user]
...You will have to do your own serde..  Hive can write it sequencefile but it will be Text with NULL(bytewritable) key.  Thanks, Aniket  On Tue, Jan 24, 2012 at 11:41 PM, jingju...
   Author: Aniket Mokashi, 2012-01-25, 08:12
Re: Wiki Write Access - Hive - [mail # user]
...Hi Carl,  It would be helpful for me too. My wiki username: aniket486.  Thanks, Aniket  On Tue, Jan 24, 2012 at 11:57 AM, Carl Steinbach  wrote:    "...:::Anike...
   Author: Aniket Mokashi, 2012-01-25, 07:26
Re: Example using Binary SerDe - Hive - [mail # user]
...Does that mean you would like to read the pojo objects using hive? Is your pojo a custom writable? LazyBinarySerDe in my opinion is a SerDe that converts bytewritable to columns. Your record...
   Author: Aniket Mokashi, 2012-01-23, 05:27
Re: Example using Binary SerDe - Hive - [mail # user]
...Hi Hans,  Can you please elaborate on the use case more? Is your data already in Binary format readable to LazyBinarySerDe (if you mount a table with that serde with hive)? OR are you t...
   Author: Aniket Mokashi, 2012-01-23, 01:41
Re: FAILED: Execution Error, return code -101 from org.apache.hadoop.hive.ql.exec.FunctionTask - Hive - [mail # user]
...auxpath is not going to solve this problem. You have to set your HADOOP_CLASSPATH for it. From the error it seems that your job client is not able to load the class from classpath.  Try...
   Author: Aniket Mokashi, 2012-01-23, 01:37
Sort:
project
Pig (94)
Hive (78)
type
mail # user (69)
mail # dev (5)
issue (4)
date
last 7 days (2)
last 30 days (2)
last 90 days (5)
last 6 months (10)
last 9 months (78)
author
Namit Jain (802)
Edward Capriolo (631)
Zheng Shao (613)
Carl Steinbach (604)
John Sichi (297)
Mark Grover (269)
Ning Zhang (255)
Ashutosh Chauhan (250)
Nitin Pawar (220)
Ashish Thusoo (169)
Kevin Wilfong (161)
He Yongqiang (156)
Prasad Chakka (152)
Bejoy Ks (132)
Navis (128)
Aniket Mokashi