| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
63 (6.147s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Hive Server Leaking File Descriptors? - Hive - [mail # user]
|
|
...I've tried to look into it a bit more and it seems to happen on "load data inpath" LOAD DATA INPATH '/user/hive/warehouse/chatsessions_2010-02-01.csv' INTO TABLE chatsessions_loa...
|
|
|
Author: Bennie Schut,
2010-02-18, 14:27
|
|
|
Re: Hive Server Leaking File Descriptors? - Hive - [mail # user]
|
|
...That's 133k of data so perhaps this is enough?: 627: 1 112 org.apache.hadoop.fs.FileSystem$Cl...
|
|
|
Author: Bennie Schut,
2010-02-16, 09:36
|
|
|
Re: Hive Server Leaking File Descriptors? - Hive - [mail # user]
|
|
...jstack on the Hive process: 2010-02-16 09:30:47 &nbs...
|
|
|
Author: Bennie Schut,
2010-02-16, 08:32
|
|
|
Re: Hive Server Leaking File Descriptors? - Hive - [mail # user]
|
|
...That's the datanode port. So Hdfs. Any trick to see what is opened on hdfs? like an lsof for hdfs :) Zheng Shao wrote:...
|
|
|
Author: Bennie Schut,
2010-02-16, 08:13
|
|
|
Re: Hive Server Leaking File Descriptors? - Hive - [mail # user]
|
|
...I think it's lines like this: java 16908 hadoop 160u IPv6 153354839 TCP hadoopmaster.cluster.trafficbroker.co.uk:34546->hadoopslave3.cluster.trafficbroker.co.uk:50010 (ESTABLI...
|
|
|
Author: Bennie Schut,
2010-02-16, 08:05
|
|
|
Re: Hive Server Leaking File Descriptors? - Hive - [mail # user]
|
|
...Did this help? I'm running into a similar problem. slowly leaking connections to 50010 and after a hive restart all is ok again. Andy Kent wrote:...
|
|
|
Author: Bennie Schut,
2010-02-15, 14:09
|
|
|
Re: Lzo problem throwing java.io.IOException:java.io.EOFException - Hive - [mail # user]
|
|
...You are probably right. Hopefully I'll get a chance to look at this today. Thanks.. Zheng Shao wrote:...
|
|
|
Author: Bennie Schut,
2010-02-10, 07:45
|
|
|
Lzo problem throwing java.io.IOException:java.io.EOFException - Hive - [mail # user]
|
|
...I have a bit of an edge case on using lzo which I think might be related to HIVE-524. When running a query like this: select distinct login_cldr_id as cldr_id from chatsessions_load; I...
|
|
|
Author: Bennie Schut,
2010-02-09, 14:04
|
|
|
[HIVE-1138] Hive using lzo comporession returns unexpected results. - Hive - [issue]
|
|
...I have a tab separated files I have loaded it with "load data inpath" then I do aSET hive.exec.compress.output=true;SET mapred.output.compression.codec=com.hadoop.compression.lzo.LzoCodec;SE...
|
|
|
http://issues.apache.org/jira/browse/HIVE-1138
Author: Bennie Schut,
2010-02-09, 12:27
|
|
|
Re: LZO Compression on trunk - Hive - [mail # user]
|
|
...Hadoop 0.20.1 and hive trunk from this week. Monday I'll try and use an older version of hive to see if that helps. Perhaps also "gz" to see if it's compression in general.  ...
|
|
|
Author: Bennie Schut,
2010-02-05, 22:37
|
|
|
|