Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 41 to 46 from 46 (2.952s).
Loading phrases to help you
refine your search...
Re: Hive / Hadoop Log Retrieval Problem - Hive - [mail # dev]
...Hi,  It appears that no recent version of hadoop supports this - the hadoop code appears to have changed in 2010:  http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-mapreduce...
   Author: Philip Tromans, 2012-03-06, 14:43
Hive / Hadoop Log Retrieval Problem - Hive - [mail # dev]
...Hi all,  I'm running into a problem - I'm using Hive trunk (pretty recent, but I see the bug's in trunk at time of writing as well), with Hadoop 0.20.205.0. I have a job which fails (fo...
   Author: Philip Tromans, 2012-03-06, 14:13
JobDebugger bug / wrong Hadoop version - Hive - [mail # dev]
...Hi all,  I'm running into a problem - I'm using Hive trunk (pretty recent, but I see the bug's in trunk at time of writing as well), with Hadoop 0.20.205.0. I have a job which fails (fo...
   Author: Philip Tromans, 2012-03-06, 14:01
Re: Accessing elements from array returned by split() function - Hive - [mail # user]
...I guess that split(...)[1] is giving you what's inbetween the 1st and 2nd '/' character, which is nothing. Try split(...)[2].  Phil.  On 1 March 2012 21:19, Saurabh S  wrote:...
   Author: Philip Tromans, 2012-03-01, 21:22
[HIVE-2752] Index names are case sensitive - Hive - [issue]
...The following script:DROP TABLE IF EXISTS TestTable;CREATE TABLE TestTable (a INT);DROP INDEX IF EXISTS TestTableA_IDX ON TestTable;CREATE INDEX TestTableA_IDX ON TABLE TestTable (a) AS 'org...
http://issues.apache.org/jira/browse/HIVE-2752    Author: Philip Tromans, 2012-01-26, 16:46
RCFile and LazyBinarySerDe - Hive - [mail # user]
...Hi all,  I'm having a problem, where I'm trying to insert into a table which has ROW FORMAT SERDE 'org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe', and is STORED AS RCFILE. Th...
   Author: Philip Tromans, 2012-01-23, 19:05
Sort:
project
Hive (46)
type
mail # user (30)
mail # dev (9)
issue (7)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (3)
last 9 months (46)
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)
Philip Tromans