[
https://issues.apache.org/jira/browse/HIVE-8809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14249653#comment-14249653
]
Lefty Leverenz commented on HIVE-8809:
--------------------------------------
Doc note: This will require some documentation changes.
The 'mvn clean install' command occurs 15 times in the wiki, and 'mvn' occurs
43 times. The string '-Phadoop-1' occurs 24 times and '-Phadoop-2' occurs 12
times. They should all be reviewed for possible revisions, with version notes.
These docs contain 'mvn' with '-Phadoop-1' or '-Phadoop-2' (or
'-Podbc,hadoop-1'):
* Getting Started
* Hive Developer FAQ
* Hive ODBC
* How To Contribute
* How To Release
> Activate maven profile hadoop-2 by default
> ------------------------------------------
>
> Key: HIVE-8809
> URL: https://issues.apache.org/jira/browse/HIVE-8809
> Project: Hive
> Issue Type: Improvement
> Affects Versions: 0.15.0
> Reporter: Prasanth Jayachandran
> Assignee: Prasanth Jayachandran
> Priority: Minor
> Attachments: HIVE-8809.01.patch, HIVE-8809.1.patch,
> dep_itests_with_hadoop_2.txt, dep_itests_without_hadoop_2.txt,
> dep_with_hadoop_2.txt, dep_without_hadoop_2.txt
>
>
> For every maven command profile needs to be specified explicitly. It will be
> better to activate "hadoop-2" profile by default as HIVE QA uses hadoop-2
> profile. With this change both the following commands will be equivalent
> {code}
> mvn clean install -DskipTests
> mvn clean install -DskipTests -Phadoop-2
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)