Re: Hadoop-1 is dead, long live Hadoop

2015-10-26 Thread Szehon Ho
I removed the hadoop-1 compile hook to the HiveQA precommit runs on master branch now that its pulled out. Thanks, Szehon On Mon, Oct 26, 2015 at 3:57 PM, Sergey Shelukhin wrote: > Yes, that is still supported… I wish Hadoop did EOL, like for Java > versions. > > On 15/10/26, 15:33, "Szehon Ho"

Re: Hadoop-1 is dead, long live Hadoop

2015-10-26 Thread Sergey Shelukhin
Yes, that is still supported… I wish Hadoop did EOL, like for Java versions. On 15/10/26, 15:33, "Szehon Ho" wrote: >I thought the proposal had been that hadoop-1 is still supported for the >hive-1.x branch, if my understanding is correct. > >Thanks >Szehon > >On Mon, Oct 26, 2015 at 3:13 PM, A

Re: Hadoop-1 is dead, long live Hadoop

2015-10-26 Thread Szehon Ho
To clarify, current master branch is for hive 2.x. On Mon, Oct 26, 2015 at 3:33 PM, Szehon Ho wrote: > I thought the proposal had been that hadoop-1 is still supported for the > hive-1.x branch, if my understanding is correct. > > Thanks > Szehon > > On Mon, Oct 26, 2015 at 3:13 PM, Alexander Pi

Re: Hadoop-1 is dead, long live Hadoop

2015-10-26 Thread Alan Gates
Yes, it is. I just pulled it out of master. We should never pull it out of branch-1, as the guarantee there is backwards compatibility. Alan. Szehon Ho October 26, 2015 at 15:33 I thought the proposal had been that hadoop-1 is still supported for the hive-1.x bra

Re: Hadoop-1 is dead, long live Hadoop

2015-10-26 Thread Szehon Ho
I thought the proposal had been that hadoop-1 is still supported for the hive-1.x branch, if my understanding is correct. Thanks Szehon On Mon, Oct 26, 2015 at 3:13 PM, Alexander Pivovarov wrote: > Awesome! > > Looks like cloud.databricks.com run Spark-1.5 clusters with hive-1.2.1 and > hadoop-

Re: Hadoop-1 is dead, long live Hadoop

2015-10-26 Thread Alexander Pivovarov
Awesome! Looks like cloud.databricks.com run Spark-1.5 clusters with hive-1.2.1 and hadoop-1 (lol). I guess they need to move to hadoop-2 > org.apache.hadoop.util.VersionInfo.getVersion res8: String = 1.2.2-SNAPSHOT On Mon, Oct 26, 2015 at 3:02 PM, Alan Gates wrote: > I've committed HIVE-11378

RE: Hadoop

2014-02-26 Thread Rajeshwar
Hi All, I'm a Big Data enthusiast. Someone who has a Hadoop start-up plans. Please connect me. I'm looking for a like-minded people who can come on one platform for knowledge sharing and to build something big, that transforms the whole scenario of current Hadoop Ecosystem. r...@saiconinc.c

Re: Hadoop profile will be required

2013-12-02 Thread Brock Noland
Thank you Lefty! I have updated the HIve ODBC page. Thanks! On Thu, Nov 28, 2013 at 3:33 PM, Lefty Leverenz wrote: > Grepping an html download of the wiki turned up a few more cases where > -Phadoop-1 might be needed (color-coding: brown might need -P, gray > doesn't need it): > >> *grep -n 'm

Re: Hadoop profile will be required

2013-11-28 Thread Lefty Leverenz
Grepping an html download of the wiki turned up a few more cases where -Phadoop-1 might be needed (color-coding: brown might need -P, gray doesn't need it): > *grep -n 'mvn' * | wc* 38 2393499 > *grep -n 'mvn' * | grep -v 'Phadoop-1' | wc* 10 50 859 > *grep -n 'mvn' *

Re: Hadoop profile will be required

2013-11-28 Thread Brock Noland
I have committed HIVE-5755 and updated the wiki. TLDR: Add -Phadoop-1 to all maven commands going forward. On Wed, Nov 27, 2013 at 1:57 PM, Brock Noland wrote: > In maven, we use "profiles" to allow developers to use either the > hadoop-1 or hadoop-2 dependencies when building. When implementing

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