| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
95 (0.132s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: HIVE AND HBASE - Hive - [mail # user]
|
|
...If you are using the latest release (0.9), you would need atleast hbase-0.92 installed. If you are using the CDH stack, I would recommend recompiling hive with CDH dependencies to avoid any ...
|
|
|
Author: kulkarni.swarnim@...),
2012-07-27, 16:56
|
|
|
Transitive dependencies with hive - Hive - [mail # user]
|
|
...Hello, I know that a custom jar can be added to hive classpath via "--auxpath" command. But for any transitive dependencies that my jar depends on, should they be added explicitly to t...
|
|
|
Author: kulkarni.swarnim@...),
2012-07-26, 19:28
|
|
|
HBaseSerDe - Hive - [mail # dev]
|
|
...While going through some code for HBase/Hive Integration, I came across this constructor: public HBaseSerDe() throws SerDeException { } Basically, the constructor is doing ...
|
|
|
Author: kulkarni.swarnim@...),
2012-07-25, 19:43
|
|
|
Re: HBASE and HIVE Integration - Hive - [mail # user]
|
|
...Can you also post logs from "/tmp//hive.log". That might contain some info on your job failure. On Wed, Jul 25, 2012 at 8:28 AM, vijay shinde wrote: Swarnim...
|
|
|
Author: kulkarni.swarnim@...),
2012-07-25, 13:32
|
|
|
Re: Composite Key Handling in Hbase + Hive Integration - Hive - [mail # user]
|
|
...Try something like this: CREATE EXTERNAL TABLE hbase_table_1(key struct, value string) ROW FORMAT DELIMITED COLLECTION ITEMS TERMINATED BY '~' STORED BY 'org.apache.h...
|
|
|
Author: kulkarni.swarnim@...),
2012-07-24, 14:49
|
|
|
Structs in Hive - Hive - [mail # user]
|
|
...Hello, I kind of have a pretty basic question here. I am trying to read structs stored in HBase to be read by Hive. In what format should these structs be written so that they can be r...
|
|
|
Author: kulkarni.swarnim@...),
2012-07-23, 16:27
|
|
|
Re: Converting timestamp to date format - Hive - [mail # user]
|
|
...BIGINT is 8 bytes whereas INT is 4 bytes. Timestamps are usually of "long" type. To avoid loss of precision, I would recommend BIGINT. On Fri, Jul 20, 2012 at 4:52 PM, Tech RJ wr...
|
|
|
Author: kulkarni.swarnim@...),
2012-07-20, 22:48
|
|
|
Re: Hive 0.10 release date - Hive - [mail # user]
|
|
...Thanks for the advice Edward. That makes sense to me. As a side note, while doing some searching, I stumbled upon your blog[1] regarding the release which made me even more curious. :)...
|
|
|
Author: kulkarni.swarnim@...),
2012-07-20, 21:40
|
|
|
Hive 0.10 release date - Hive - [mail # user]
|
|
...Hello, I totally understand that usually open source projects to not have a fixed date for release but I was just curious if something was chalked out for releasing hive 0.10 out in th...
|
|
|
Author: kulkarni.swarnim@...),
2012-07-20, 21:20
|
|
|
Re: Error while reading from task log url - Hive - [mail # user]
|
|
...No. That config. would only suppress the exception that you are seeing as it will no longer try to fetch those logs for you. You might be able to retrieve them manually as sriram sugge...
|
|
|
Author: kulkarni.swarnim@...),
2012-07-20, 19:56
|
|
|
|