Re: hadoop core 0.20.2 not found

2011-02-16 Thread abhinav narain
On Thu, Feb 10, 2011 at 2:17 PM, Carl Steinbach wrote: > Hi Abhinav, > > Assuming that your .ant directory already contains all of the Hive > dependencies, then you should be able to build Hive in an offline mode > using > the following ant command: > > % ant -Divy.cache.name=offline > > Setting

Re: hadoop core 0.20.2 not found

2011-02-10 Thread Carl Steinbach
Hi Abhinav, Assuming that your .ant directory already contains all of the Hive dependencies, then you should be able to build Hive in an offline mode using the following ant command: % ant -Divy.cache.name=offline Setting ivy.cache.name=offline tells Ivy to look for dependencies in its local cac

Re: hadoop core 0.20.2 not found

2011-02-08 Thread abhinav narain
I compiled the code on remote machine without a proxy and it worked. Then, I copied the .ant folder to my comp(in lab) and the hive code also Now, I can see some ivy*.xml files and jar files in the org.apache.hbase/hbase folder . I build the same code using the new .ant folder in my home and I ag

Re: hadoop core 0.20.2 not found

2011-02-08 Thread Carl Steinbach
Hi Abhinav, Please make sure the .ant cache directory contains the following files: .ant/cache/org.apache.hbase/hbase/jars/hbase-0.89.0-SNAPSHOT.jar .ant/cache/org.apache.hbase/hbase/test-jars/hbase-0.89.0-SNAPSHOT-tests.jar I don't have any more suggestions if this does not work. Sorry. Carl

Re: hadoop core 0.20.2 not found

2011-02-08 Thread abhinav narain
I am waiting, if Carl can suggest anything ? On Tue, Feb 8, 2011 at 9:08 PM, abhinav narain wrote: > Only if I had a machine, that was not behind a proxy ! > > > On Tue, Feb 8, 2011 at 8:43 PM, Edward Capriolo wrote: > >> On Tue, Feb 8, 2011 at 5:40 AM, abhinav narain >> wrote: >> > On Mon, Feb

Re: hadoop core 0.20.2 not found

2011-02-08 Thread abhinav narain
Only if I had a machine, that was not behind a proxy ! On Tue, Feb 8, 2011 at 8:43 PM, Edward Capriolo wrote: > On Tue, Feb 8, 2011 at 5:40 AM, abhinav narain > wrote: > > On Mon, Feb 7, 2011 at 11:29 PM, Carl Steinbach > wrote: > > > >> Hi Abhinav, > >> > >> I am using a proxy. > >> > I am usi

Re: hadoop core 0.20.2 not found

2011-02-08 Thread Edward Capriolo
On Tue, Feb 8, 2011 at 5:40 AM, abhinav narain wrote: > On Mon, Feb 7, 2011 at 11:29 PM, Carl Steinbach wrote: > >> Hi Abhinav, >> >> I am using a proxy. >> > I am using cntlm for authentication. >> > I have added localhost:1234 in ANT_OPTS ... as above before compiling >> > >> > >> It looks like

Re: hadoop core 0.20.2 not found

2011-02-08 Thread abhinav narain
On Mon, Feb 7, 2011 at 11:29 PM, Carl Steinbach wrote: > Hi Abhinav, > > I am using a proxy. > > I am using cntlm for authentication. > > I have added localhost:1234 in ANT_OPTS ... as above before compiling > > > > > It looks like Ivy supports NTLM authentication: > > > https://issues.apache.org

Re: hadoop core 0.20.2 not found

2011-02-07 Thread Carl Steinbach
Hi Abhinav, I am using a proxy. > I am using cntlm for authentication. > I have added localhost:1234 in ANT_OPTS ... as above before compiling > > It looks like Ivy supports NTLM authentication: https://issues.apache.org/jira/browse/IVY-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:al

Re: hadoop core 0.20.2 not found

2011-02-07 Thread abhinav narain
On Mon, Feb 7, 2011 at 10:50 PM, Carl Steinbach wrote: > Hi Abhinav, > > > > [ivy:resolve] Host repository.apache.org not found. url= > > > > > https://repository.apache.org/content/repositories/snapshots/org/apache/hbase/hbase/0.89.0-SNAPSHOT/maven-metadata.xml > > > > > This looks like a conn

Re: hadoop core 0.20.2 not found

2011-02-07 Thread Carl Steinbach
Hi Abhinav, > [ivy:resolve] Host repository.apache.org not found. url= > > https://repository.apache.org/content/repositories/snapshots/org/apache/hbase/hbase/0.89.0-SNAPSHOT/maven-metadata.xml > > This looks like a connection/DNS problem on your end. Can you please verify this by attempting to

Re: hadoop core 0.20.2 not found

2011-02-07 Thread abhinav narain
> > > I do not see the jar that is being looked for in the repository. > > If possible I would suggest trying to build from trunk not 0.6.0 since > all the development is targeted for trunk. > I am using the trunk, not the 0.6.0 source code. [ivy:resolve] You probably access the destination serve

Re: hadoop core 0.20.2 not found

2011-02-07 Thread Edward Capriolo
On Mon, Feb 7, 2011 at 10:23 AM, abhinav narain wrote: > I get the following error about hbase, then ? > > this is the code recently checked out from svn > >    Host repository.apache.org not found. url= > https://repository.apache.org/content/repositories/snapshots/org/apache/hbase/hbase/0.89.0-S

Re: hadoop core 0.20.2 not found

2011-02-07 Thread abhinav narain
I get the following error about hbase, then ? this is the code recently checked out from svn Host repository.apache.org not found. url= https://repository.apache.org/content/repositories/snapshots/org/apache/hbase/hbase/0.89.0-SNAPSHOT/hbase-0.89.0-SNAPSHOT.jar [ivy:resolve] Host reposito

Re: hadoop core 0.20.2 not found

2011-02-07 Thread Edward Capriolo
You do not need to compile against a specific minor (it is a bug in the build process) Try: ant -Dhadoop.version=0.20.0 package The resulting binary will be compatible with 0.20.2 Edward On Mon, Feb 7, 2011 at 3:27 AM, abhinav narain wrote: > hi, >  I have mailed my problem on dev-list and hav