[
https://issues.apache.org/jira/browse/HAWQ-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16038285#comment-16038285
]
Ed Espino commented on HAWQ-1481:
---------------------------------
Additional information: The following is seen in the Travis CI execution of the
"configure" command:
{code}
checking for mvn... /usr/local/bin/mvn
configure: using Apache Maven 3.5.0
configure: WARNING:
*** The installed version of Maven, /usr/local/bin/mvn, is too old to use with
HAWQ.
*** Maven version 3.0.0 or later is required, but this is Apache Maven 3.5.0.
configure: WARNING:
*** Without Maven you will not be able to build HAWQ with Mapreduce
*** InputFormat/OutputFormat support.
{code}
> Travis CI build fails the Maven 3.0.0 check
> -------------------------------------------
>
> Key: HAWQ-1481
> URL: https://issues.apache.org/jira/browse/HAWQ-1481
> Project: Apache HAWQ
> Issue Type: Bug
> Components: Build
> Reporter: Ed Espino
> Assignee: Ed Espino
> Fix For: 2.3.0.0-incubating
>
>
> Travis CI uses Apache Maven 3.5.0 and the minimum 3.0.0 version check is
> failing. This causes the build to fail. Here is the failure.
> {code}
> ***
> ERROR: `mvn' is missing on your system.
> ***
> make[2]: *** [hawq-mapreduce-tool/target/hawq-mapreduce-tool-1.1.0.jar] Error
> 1
> make[1]: *** [all] Error 2
> make: *** [all] Error 2
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)