RE: Hive Installation Problem

2010-02-05 Thread baburaj . S
I have tried the same but still the installation is giving the same error. I don't know if it is looking in the cache . Can we make any change in ivysettings.xml that it has to resolve the file from the file system rather through an url. Babu -Original Message- From: Zheng Shao

Re: Hive Installation Problem

2010-02-05 Thread Carl Steinbach
Hi Babu, ~/.ant/cache is the default Ivy cache directory for Hive, but if the environment variable IVY_HOME is set it will use $IVY_HOME/cache instead. Is it possible that you have this environment variable set to a value different than ~/.ant? On Fri, Feb 5, 2010 at 12:09 AM, baburaj.S

LZO Compression on trunk

2010-02-05 Thread Bennie Schut
I have a tab separated files I have loaded it with load data inpath then I do a SET hive.exec.compress.output=true; SET mapred.output.compression.codec=com.hadoop.compression.lzo.LzoCodec; SET mapred.map.output.compression.codec=com.hadoop.compression.lzo.LzoCodec; select distinct login_cldr_id

RE: Hive Installation Problem

2010-02-05 Thread baburaj . S
No I don't have the variable defined. Any other things that I have to check. Is this happening because I am trying for Hadoop 0.20.1 Babu From: Carl Steinbach [mailto:c...@cloudera.com] Sent: Friday, February 05, 2010 3:07 PM To: hive-user@hadoop.apache.org Subject: Re: Hive Installation

RE: Hive Installation Problem

2010-02-05 Thread Vidyasagar Venkata Nallapati
Hi , We are still getting the problem [ivy:retrieve] no resolved descriptor found: launching default resolve Overriding previous definition of property ivy.version [ivy:retrieve] using ivy parser to parse file:/master/hadoop/hive/shims/ivy.xml [ivy:retrieve] :: resolving dependencies ::

Re: computing median and percentiles

2010-02-05 Thread Jerome Boulon
Hi Bryan, I'm working on Hive-259. I'll post an update early next week. /Jerome. On 2/4/10 9:08 PM, Bryan Talbot btal...@aeriagames.com wrote: What's the best way to compute median and other percentiles using Hive 0.40? I've run across http://issues.apache.org/jira/browse/HIVE-259 but there

Re: LZO Compression on trunk

2010-02-05 Thread Zheng Shao
That seems to be a bug. Are you using hive trunk or any release? On 2/5/10, Bennie Schut bsc...@ebuddy.com wrote: I have a tab separated files I have loaded it with load data inpath then I do a SET hive.exec.compress.output=true; SET

Re: Hive Installation Problem

2010-02-05 Thread Zheng Shao
HI guys, Can you have a try to make the following directory the same as mine? Once this is done, remove the build directory, and run ant package. Does this solve the problem? [zs...@dev ~/.ant] ls -lR .: total 3896 drwxr-xr-x 2 zshao users4096 Feb 5 13:04 apache-ivy-2.0.0-rc2 -rw-r--r--

heads up on ivy upgrade

2010-02-05 Thread John Sichi
Hi all, Zheng just committed my patch for HIVE-1120, which upgrades ivy from 2.0 to 2.1 and refines the new offline mode for the Hive build. After updating your sandbox with this patch, you'll need to delete your IVY_HOME directory (typically ~/.ant unless you have set it explicitly),

Re: LZO Compression on trunk

2010-02-05 Thread Yongqiang He
Hi Bennie, Can you post your hadoop version and hive version? Thanks Yongqiang On 2/5/10 10:05 AM, Zheng Shao zsh...@gmail.com wrote: That seems to be a bug. Are you using hive trunk or any release? On 2/5/10, Bennie Schut bsc...@ebuddy.com wrote: I have a tab separated files I have

Re: LZO Compression on trunk

2010-02-05 Thread Bennie Schut
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. Yongqiang He wrote: Hi Bennie, Can you post your hadoop version and hive version? Thanks Yongqiang On 2/5/10 10:05 AM,

Re: Hive Installation Problem

2010-02-05 Thread John Sichi
By the way, the current IVY_HOME detection in build-common.xml is broken because it doesn't do: property environment=env/ first. I'll log a JIRA issue for it, but it seems there are other problems with it even after I fix that since the build is currenlty installing ivy under build/ivy