Gunther Hagleitner created HIVE-4290: ----------------------------------------
Summary: Build profiles: Partial builds for quicker dev Key: HIVE-4290 URL: https://issues.apache.org/jira/browse/HIVE-4290 Project: Hive Issue Type: Bug Reporter: Gunther Hagleitner Assignee: Gunther Hagleitner Building is definitely taking longer with hcat, hs2 etc in the build. When you're working on one area of the system though, it would be easier to have an option to only build that. Not for pre-commit or build machines, but for dev this should help. ant clean package build OR ant -Dbuild.profile=full clean package test --> build everything ant -Dbuild.profile=core clean package test --> build just enough to run the tests in ql ant -Dbuild.profile=hcat clean package test --> build only hcatalog -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira