Re: new to hive and could't build success

2015-07-02 Thread Alan Gates
Hive no longer uses svn. The official code is now in git. So the below should be: git clone https://git-wip-us.apache.org/repos/asf/hive.git cd hive mvn clean install -Phadoop-2 # you don't need dist unless your building the package Alan. baishaoqi July 2

new to hive and could't build success

2015-07-02 Thread baishaoqi
Dear developers: I am new to hive, I have a work which have to compile hive and make some modifications for my use(very few)。 but when I type the following command: $ svn co http://svn.apache.org/repos/asf/hive/trunk hive $ cd hive $ mvn clean install -Phadoop-2,dist but