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

David Wannemacher commented on OOZIE-1490:
------------------------------------------

Regarding the -1's:
* This patch is pom.xml only, does not need to add/modify tests
* New javac warnings are due to using ${hadoopOne.version}, etc. in the project 
version. This is intentional, now the version of the project is generated from 
the hadoop version. Example warning: 
bq.'version' contains an expression but should be a constant. 
org.apache.oozie:oozie-hadoop-test:${hadoopOne.version}.oozie-4.1.0-SNAPSHOT
* Test errors are due to the known SLA test issue
                
> Remove unix OS enforcement and parametrize hadoop versions
> ----------------------------------------------------------
>
>                 Key: OOZIE-1490
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1490
>             Project: Oozie
>          Issue Type: Sub-task
>          Components: build
>         Environment: Windows
>            Reporter: David Wannemacher
>             Fix For: trunk
>
>         Attachments: OOZIE-1490.2.patch, OOZIE-1490.patch
>
>
> Windows builds do not run because there is a requireOS restriction for unix.
> Also, building and running unit tests on windows requires that a specific 
> hadoop version is used. Right now this requires editing multiple pom.xml 
> files because the version is hard-coded. This should be fixed to allow 
> passing specific hadoop  versions to the build on the command-line.

--
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

Reply via email to