[ 
https://issues.apache.org/jira/browse/HADOOP-12257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14712095#comment-14712095
 ] 

Allen Wittenauer commented on HADOOP-12257:
-------------------------------------------

So the life cycle went through some changes.  It's effectively:

{code}
initialize
  all the bootstrap code
  git checkout
  etc

prechecks (these can fail test-patch)
  verify the patch file
  javac checks JAVA_HOME

patchfilests
  author
  test4tests

cycle branch
  find_changed_modules
  _precompile
    mvn install/gradle bootstrap
  compile
    javac_compile
    scalac_compile
    *_compile
  _postcompile
    scaladoc, javadoc, 
    mvnsite, mvn eclipse,
    pylint, perlcritic
    ruby-lint, shellcheck, xml
    whitespace, ..

distclean

apply_patch_file

compute_gitdiff

cycle patch (see above)

runtests

reports

{code}

Three big todo's:
* finish up gradle distclean (which could very well be another git checkout 
*sigh*)
* documentation
* run through all the projects to verify everything is working.  e.g., i need 
to modify flink and hbase's special tests yet


> rework build tool support; add gradle
> -------------------------------------
>
>                 Key: HADOOP-12257
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12257
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: yetus
>    Affects Versions: HADOOP-12111
>            Reporter: Allen Wittenauer
>            Assignee: Allen Wittenauer
>         Attachments: HADOOP-12257.HADOOP-12111.00.patch, 
> HADOOP-12257.HADOOP-12111.01.patch
>
>
> We need to rework build tool support to be pluggable as well as add gradle 
> support so that we cover more of the ecosystem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to