| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
46 (0.407s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Questions about Hive - Hive - [mail # user]
|
|
...I don't think Hive is intended for web request scoped operations... that would be a rather unusual case from my understanding. HBase sounds more like the Hadoop equivalent that you mig...
|
|
|
Author: Tim Robertson,
2012-09-17, 07:15
|
|
|
Re: Questions about Hive - Hive - [mail # user]
|
|
...True. https://cwiki.apache.org/Hive/hiveclient.html#HiveClient-JDBC There are some index implementations in hive, but it is not as simple as a traditional db. E.g. Search Jira and see...
|
|
|
Author: Tim Robertson,
2012-09-17, 05:51
|
|
|
Data-local map tasks - reported correctly in JT? - Hive - [mail # user]
|
|
...Hi all, I have a 6 node cluster, and on a simple query created with a table from a CSV, I was seeing a lot of mappers reporting that they were not using data locality. I changed the re...
|
|
|
Author: Tim Robertson,
2012-05-02, 21:01
|
|
|
[HIVE-2958] GROUP BY causing ClassCastException [LazyDioInteger cannot be cast LazyInteger] - Hive - [issue]
|
|
...This relates to https://issues.apache.org/jira/browse/HIVE-1634.The following work fine:CREATE EXTERNAL TABLE tim_hbase_occurrence ( id int, scientific_name string,&nb...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2958
Author: Tim Robertson,
2012-04-20, 06:00
|
|
|
Re: Hive 0.9 now broken on HBase 0.90 ? - Hive - [mail # dev]
|
|
...Thanks for clarifying Ashutosh. Looks like we'll be forking Hive for a while while we stick with CDH3. I might see if the Cloudera guys are interested in assisting in maintaining...
|
|
|
Author: Tim Robertson,
2012-04-18, 20:32
|
|
|
Re: Hive can't find some tables - Hive - [mail # user]
|
|
...It sounds like you have run Sqoop without specifying a durable metastore for Hive. E.g. you haven't told Hive to use MySQL, PostGRES etc to store it's metadata. It probably used ...
|
|
|
Author: Tim Robertson,
2012-04-18, 19:48
|
|
|
Re: Can we define external table Fields enclosed in " - Hive - [mail # user]
|
|
...Hi again, How about defining a table (t1) with ~ as the delimiter and then creating a view to that table which uses the regexp_replace UDF? CREATE VIEW v_user_access AS SELECT re...
|
|
|
Author: Tim Robertson,
2012-04-18, 19:46
|
|
|
Re: Can we define external table Fields enclosed in " - Hive - [mail # user]
|
|
...I believe so. From the tutorial [1] : CREATE EXTERNAL TABLE page_view_stg(viewTime INT, userid BIGINT, &nbs...
|
|
|
Author: Tim Robertson,
2012-04-18, 19:14
|
|
|
Hive 0.9 now broken on HBase 0.90 ? - Hive - [mail # dev]
|
|
...Hi all, This is my first post to hive-dev so please go easy on me... I built Hive from trunk (0.90) a couple of weeks ago and have been using it against HBase, and today patched ...
|
|
|
Author: Tim Robertson,
2012-04-18, 18:42
|
|
|
Re: Help with INTEGER on HBase (Hive-1634) - Hive - [mail # user]
|
|
...Apologies, it does indeed work when you add the correct JARs in Hive. Tim On Tue, Apr 17, 2012 at 3:33 PM, Tim Robertson wrote: ...
|
|
|
Author: Tim Robertson,
2012-04-17, 14:15
|
|
|
|