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

Hadoop-1 is dead, long live Hadoop

2015-10-26 Thread Alan Gates
I've committed HIVE-11378 to master, which means Hadoop-1 is no longer supported in Hive's master branch. When building it is no longer necessary to say -Phadoop-2. No profile is needed for regular builds. Alan.