Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 61 to 70 from 95 (0.106s).
Loading phrases to help you
refine your search...
Re: ipc.RemoteException in Hive - Hive - [mail # user]
..."select *" queries don't really run a M/R job. Rather directly hit HDFS to grab the results. While "select count(*)" run mappers/reducers to perform the count on the data. The former running...
   Author: kulkarni.swarnim@...), 2012-07-17, 14:56
Re: not able to access Hive web Interface - Hive - [mail # user]
...The problem is that it is probably looking for these files in HDFS instead of your local file system. As a workaround, try creating that path on HDFS and uploading these files there and see ...
   Author: kulkarni.swarnim@...), 2012-07-17, 13:24
Re: Hive and CDH4 GA - Hive - [mail # user]
...Yeah. I did override hadoop.security.version to 2.0.0-alpha. That gives me a whole bunch of compilation errors in HadoopShimsSecure.java      [javac] /Users/sk018283/git-repo/...
   Author: kulkarni.swarnim@...), 2012-07-16, 22:08
Re: Hive and CDH4 GA - Hive - [mail # user]
...I found this issue [1] and applied the patch but still the issue persists.  Any different way that I should be creating my assembly (currently just doing "ant clean tar") so that it wor...
   Author: kulkarni.swarnim@...), 2012-07-16, 21:42
Re: connection error - Hive - [mail # user]
...This error is more related to hadoop than hive. Looking at the exception, it looks like your namenode is not running/configured properly. Check you namenode log to see why it failed to start...
   Author: kulkarni.swarnim@...), 2012-07-16, 13:25
Re: [ANN] Hive-protobuf support - Hive - [mail # user]
...Hi Edward,  This project looks really good.  Internally, we also have been working on similar changes. Specifically, enhancing the existing HIve/HBase Integration to support protob...
   Author: kulkarni.swarnim@...), 2012-07-14, 16:07
Hive and CDH4 GA - Hive - [mail # user]
...Has anyone being using hive 0.9.0 release with the CDH4 GA release? I keep hitting this exception on its interaction with HBase.  java.lang.NoSuchMethodError: org.apache.hadoop.net.NetU...
   Author: kulkarni.swarnim@...), 2012-07-13, 19:38
Re: Output from HiveQL query - Hive - [mail # user]
...Yes.  INSERT OVERWRITE DIRECTORY ''   would mean path on HDFS    INSERT OVERWRITE LOCAL DIRECTORY ''   would mean path on the local FS.  On Thu, Jul 12, 2012 at...
   Author: kulkarni.swarnim@...), 2012-07-12, 19:07
Re: Output from HiveQL query - Hive - [mail # user]
...By default, no. They will be displayed onto the console.  Try this to store them in HDFS:   INSERT OVERWRITE DIRECTORY '/tmp/hdfs_out' SELECT * FROM invites a WHERE a.ds='2008-08-1...
   Author: kulkarni.swarnim@...), 2012-07-12, 18:55
Re: Separators in struct - Hive - [mail # user]
...Issue logged. https://issues.apache.org/jira/browse/HIVE-3253  On Wed, Jul 11, 2012 at 4:13 PM, Edward Capriolo wrote:     Swarnim...
   Author: kulkarni.swarnim@...), 2012-07-12, 13:27
Sort:
project
Hive (95)
type
mail # user (77)
mail # dev (18)
date
last 7 days (0)
last 30 days (8)
last 90 days (11)
last 6 months (21)
last 9 months (95)
author
Namit Jain (802)
Edward Capriolo (633)
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)
kulkarni.swarnim@...)