[jira] [Closed] (HAWQ-1590) hawq version in build.properties for hawq-ambari-plugin need to be bumped to 2.3 for Apache HAWQ 2.3.0.0-incubating Release
[ https://issues.apache.org/jira/browse/HAWQ-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruilong Huo closed HAWQ-1590. - > hawq version in build.properties for hawq-ambari-plugin need to be bumped to > 2.3 for Apache HAWQ 2.3.0.0-incubating Release > --- > > Key: HAWQ-1590 > URL: https://issues.apache.org/jira/browse/HAWQ-1590 > Project: Apache HAWQ > Issue Type: Bug > Components: Build >Affects Versions: 2.3.0.0-incubating >Reporter: Ruilong Huo >Assignee: Ruilong Huo >Priority: Minor > Fix For: 2.3.0.0-incubating > > > Need to bump hawq version in contrib/hawq-ambari-plugin/build.properties to > 2.3 for Apache HAWQ 2.3.0.0-incubating Release. > {code} > $ cat contrib/hawq-ambari-plugin/build.properties > hawq.release.version=2.2.0 --> 2.3.0 > hawq.common.services.version=2.0.0 > pxf.release.version=3.2.1 > pxf.common.services.version=3.0.0 > hawq.repo.prefix=hawq > hawq.addons.repo.prefix=hawq-add-ons > repository.version=2.3.0.0 > default.stack=HDP-2.5 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Resolved] (HAWQ-1590) hawq version in build.properties for hawq-ambari-plugin need to be bumped to 2.3 for Apache HAWQ 2.3.0.0-incubating Release
[ https://issues.apache.org/jira/browse/HAWQ-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruilong Huo resolved HAWQ-1590. --- Resolution: Fixed Fixed with change merged to master branch. Need to cherry-pick the fix to 2.3.0.0-incubating for the release. > hawq version in build.properties for hawq-ambari-plugin need to be bumped to > 2.3 for Apache HAWQ 2.3.0.0-incubating Release > --- > > Key: HAWQ-1590 > URL: https://issues.apache.org/jira/browse/HAWQ-1590 > Project: Apache HAWQ > Issue Type: Bug > Components: Build >Affects Versions: 2.3.0.0-incubating >Reporter: Ruilong Huo >Assignee: Ruilong Huo >Priority: Minor > Fix For: 2.3.0.0-incubating > > > Need to bump hawq version in contrib/hawq-ambari-plugin/build.properties to > 2.3 for Apache HAWQ 2.3.0.0-incubating Release. > {code} > $ cat contrib/hawq-ambari-plugin/build.properties > hawq.release.version=2.2.0 --> 2.3.0 > hawq.common.services.version=2.0.0 > pxf.release.version=3.2.1 > pxf.common.services.version=3.0.0 > hawq.repo.prefix=hawq > hawq.addons.repo.prefix=hawq-add-ons > repository.version=2.3.0.0 > default.stack=HDP-2.5 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[GitHub] incubator-hawq pull request #1343: HAWQ-1590. bump hawq version to 2.3 in co...
Github user huor closed the pull request at: https://github.com/apache/incubator-hawq/pull/1343 ---
[jira] [Closed] (HAWQ-1589) hawq version in pom.xml need to be bumped to 2.3 for Apache HAWQ 2.3.0.0-incubating Release
[ https://issues.apache.org/jira/browse/HAWQ-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruilong Huo closed HAWQ-1589. - > hawq version in pom.xml need to be bumped to 2.3 for Apache HAWQ > 2.3.0.0-incubating Release > --- > > Key: HAWQ-1589 > URL: https://issues.apache.org/jira/browse/HAWQ-1589 > Project: Apache HAWQ > Issue Type: Bug > Components: Build >Affects Versions: 2.3.0.0-incubating >Reporter: Ruilong Huo >Assignee: Ruilong Huo >Priority: Minor > Fix For: 2.3.0.0-incubating > > > Need to bump hawq version in pom.xml to 2.3 as RAT check for Apache HAWQ > 2.3.0.0-incubating Release shows wrong version. > {code} > Ruilongs-MBP:apache-hawq-src-2.3.0.0-incubating huor$ mvn verify > [INFO] Scanning for projects... > [INFO] > [INFO] > > [INFO] Building hawq 2.2 > [INFO] > > ... > [INFO] 3334 resources included (use -debug for more details) > [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, > generated: 0, approved: 3324 licenses. > [INFO] > > [INFO] BUILD SUCCESS > [INFO] > > [INFO] Total time: 40.695 s > [INFO] Finished at: 2018-02-20T20:28:29+08:00 > [INFO] Final Memory: 14M/201M > [INFO] > > {code} > The fix is as below: > {code} > org.apache.hawq > hawq > 2.2 --> 2.3 > pom > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Resolved] (HAWQ-1589) hawq version in pom.xml need to be bumped to 2.3 for Apache HAWQ 2.3.0.0-incubating Release
[ https://issues.apache.org/jira/browse/HAWQ-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruilong Huo resolved HAWQ-1589. --- Resolution: Fixed Fixed with change merged to master branch. Need to cherry-pick the fix to 2.3.0.0-incubating for the release. > hawq version in pom.xml need to be bumped to 2.3 for Apache HAWQ > 2.3.0.0-incubating Release > --- > > Key: HAWQ-1589 > URL: https://issues.apache.org/jira/browse/HAWQ-1589 > Project: Apache HAWQ > Issue Type: Bug > Components: Build >Affects Versions: 2.3.0.0-incubating >Reporter: Ruilong Huo >Assignee: Ruilong Huo >Priority: Minor > Fix For: 2.3.0.0-incubating > > > Need to bump hawq version in pom.xml to 2.3 as RAT check for Apache HAWQ > 2.3.0.0-incubating Release shows wrong version. > {code} > Ruilongs-MBP:apache-hawq-src-2.3.0.0-incubating huor$ mvn verify > [INFO] Scanning for projects... > [INFO] > [INFO] > > [INFO] Building hawq 2.2 > [INFO] > > ... > [INFO] 3334 resources included (use -debug for more details) > [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, > generated: 0, approved: 3324 licenses. > [INFO] > > [INFO] BUILD SUCCESS > [INFO] > > [INFO] Total time: 40.695 s > [INFO] Finished at: 2018-02-20T20:28:29+08:00 > [INFO] Final Memory: 14M/201M > [INFO] > > {code} > The fix is as below: > {code} > org.apache.hawq > hawq > 2.2 --> 2.3 > pom > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[GitHub] incubator-hawq pull request #1342: HAWQ-1589. bump hawq version to 2.3 in po...
Github user asfgit closed the pull request at: https://github.com/apache/incubator-hawq/pull/1342 ---
[GitHub] incubator-hawq issue #1343: HAWQ-1590. bump hawq version to 2.3 in contrib/h...
Github user ztao1987 commented on the issue: https://github.com/apache/incubator-hawq/pull/1343 +1 ---
[GitHub] incubator-hawq issue #1342: HAWQ-1589. bump hawq version to 2.3 in pom.xml f...
Github user ztao1987 commented on the issue: https://github.com/apache/incubator-hawq/pull/1342 +1 ---
[GitHub] incubator-hawq issue #1343: HAWQ-1590. bump hawq version to 2.3 in contrib/h...
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1343 +1 LGTM. Thanks! ---
[jira] [Updated] (HAWQ-1590) hawq version in build.properties for hawq-ambari-plugin need to be bumped to 2.3 for Apache HAWQ 2.3.0.0-incubating Release
[ https://issues.apache.org/jira/browse/HAWQ-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruilong Huo updated HAWQ-1590: -- Affects Version/s: (was: 2.2.0.0-incubating) 2.3.0.0-incubating > hawq version in build.properties for hawq-ambari-plugin need to be bumped to > 2.3 for Apache HAWQ 2.3.0.0-incubating Release > --- > > Key: HAWQ-1590 > URL: https://issues.apache.org/jira/browse/HAWQ-1590 > Project: Apache HAWQ > Issue Type: Bug > Components: Build >Affects Versions: 2.3.0.0-incubating >Reporter: Ruilong Huo >Assignee: Ruilong Huo >Priority: Minor > Fix For: 2.3.0.0-incubating > > > Need to bump hawq version in contrib/hawq-ambari-plugin/build.properties to > 2.3 for Apache HAWQ 2.3.0.0-incubating Release. > {code} > $ cat contrib/hawq-ambari-plugin/build.properties > hawq.release.version=2.2.0 --> 2.3.0 > hawq.common.services.version=2.0.0 > pxf.release.version=3.2.1 > pxf.common.services.version=3.0.0 > hawq.repo.prefix=hawq > hawq.addons.repo.prefix=hawq-add-ons > repository.version=2.3.0.0 > default.stack=HDP-2.5 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[GitHub] incubator-hawq pull request #1343: HAWQ-1590. bump hawq version to 2.3 in co...
GitHub user huor opened a pull request: https://github.com/apache/incubator-hawq/pull/1343 HAWQ-1590. bump hawq version to 2.3 in contrib/hawq-ambari-plugin/build.properties for Apache HAWQ 2.3.0.0-incubating Release @jiny2 @radarwave @ztao1987, please review You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-hawq HAWQ-1590 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-hawq/pull/1343.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1343 commit 8248bf950373d2bd05b237205cb191c55ac2a4e7 Author: Ruilong Huo Date: 2018-02-21T02:34:01Z HAWQ-1590. bump hawq version to 2.3 in contrib/hawq-ambari-plugin/build.properties for Apache HAWQ 2.3.0.0-incubating Release ---
[jira] [Updated] (HAWQ-1590) hawq version in build.properties for hawq-ambari-plugin need to be bumped to 2.3 for Apache HAWQ 2.3.0.0-incubating Release
[ https://issues.apache.org/jira/browse/HAWQ-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruilong Huo updated HAWQ-1590: -- Description: Need to bump hawq version in contrib/hawq-ambari-plugin/build.properties to 2.3 for Apache HAWQ 2.3.0.0-incubating Release. {code} $ cat contrib/hawq-ambari-plugin/build.properties hawq.release.version=2.2.0 --> 2.3.0 hawq.common.services.version=2.0.0 pxf.release.version=3.2.1 pxf.common.services.version=3.0.0 hawq.repo.prefix=hawq hawq.addons.repo.prefix=hawq-add-ons repository.version=2.3.0.0 default.stack=HDP-2.5 {code} was:Need to bump hawq version in contrib/hawq-ambari-plugin/build.properties to 2.3 for Apache HAWQ 2.3.0.0-incubating Release. > hawq version in build.properties for hawq-ambari-plugin need to be bumped to > 2.3 for Apache HAWQ 2.3.0.0-incubating Release > --- > > Key: HAWQ-1590 > URL: https://issues.apache.org/jira/browse/HAWQ-1590 > Project: Apache HAWQ > Issue Type: Bug > Components: Build >Affects Versions: 2.2.0.0-incubating >Reporter: Ruilong Huo >Assignee: Ruilong Huo >Priority: Minor > Fix For: 2.3.0.0-incubating > > > Need to bump hawq version in contrib/hawq-ambari-plugin/build.properties to > 2.3 for Apache HAWQ 2.3.0.0-incubating Release. > {code} > $ cat contrib/hawq-ambari-plugin/build.properties > hawq.release.version=2.2.0 --> 2.3.0 > hawq.common.services.version=2.0.0 > pxf.release.version=3.2.1 > pxf.common.services.version=3.0.0 > hawq.repo.prefix=hawq > hawq.addons.repo.prefix=hawq-add-ons > repository.version=2.3.0.0 > default.stack=HDP-2.5 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HAWQ-1590) hawq version in build.properties for hawq-ambari-plugin need to be bumped to 2.3 for Apache HAWQ 2.3.0.0-incubating Release
[ https://issues.apache.org/jira/browse/HAWQ-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruilong Huo updated HAWQ-1590: -- Affects Version/s: 2.2.0.0-incubating > hawq version in build.properties for hawq-ambari-plugin need to be bumped to > 2.3 for Apache HAWQ 2.3.0.0-incubating Release > --- > > Key: HAWQ-1590 > URL: https://issues.apache.org/jira/browse/HAWQ-1590 > Project: Apache HAWQ > Issue Type: Bug > Components: Build >Affects Versions: 2.2.0.0-incubating >Reporter: Ruilong Huo >Assignee: Ruilong Huo >Priority: Minor > Fix For: 2.3.0.0-incubating > > > Need to bump hawq version in contrib/hawq-ambari-plugin/build.properties to > 2.3 for Apache HAWQ 2.3.0.0-incubating Release. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HAWQ-1590) hawq version in build.properties for hawq-ambari-plugin need to be bumped to 2.3 for Apache HAWQ 2.3.0.0-incubating Release
[ https://issues.apache.org/jira/browse/HAWQ-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruilong Huo updated HAWQ-1590: -- Priority: Minor (was: Major) > hawq version in build.properties for hawq-ambari-plugin need to be bumped to > 2.3 for Apache HAWQ 2.3.0.0-incubating Release > --- > > Key: HAWQ-1590 > URL: https://issues.apache.org/jira/browse/HAWQ-1590 > Project: Apache HAWQ > Issue Type: Bug > Components: Build >Reporter: Ruilong Huo >Assignee: Ruilong Huo >Priority: Minor > Fix For: 2.3.0.0-incubating > > > Need to bump hawq version in contrib/hawq-ambari-plugin/build.properties to > 2.3 for Apache HAWQ 2.3.0.0-incubating Release. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (HAWQ-1590) hawq version in build.properties for hawq-ambari-plugin need to be bumped to 2.3 for Apache HAWQ 2.3.0.0-incubating Release
[ https://issues.apache.org/jira/browse/HAWQ-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruilong Huo reassigned HAWQ-1590: - Assignee: Ruilong Huo (was: Radar Lei) > hawq version in build.properties for hawq-ambari-plugin need to be bumped to > 2.3 for Apache HAWQ 2.3.0.0-incubating Release > --- > > Key: HAWQ-1590 > URL: https://issues.apache.org/jira/browse/HAWQ-1590 > Project: Apache HAWQ > Issue Type: Bug > Components: Build >Reporter: Ruilong Huo >Assignee: Ruilong Huo >Priority: Major > Fix For: 2.3.0.0-incubating > > > Need to bump hawq version in contrib/hawq-ambari-plugin/build.properties to > 2.3 for Apache HAWQ 2.3.0.0-incubating Release. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (HAWQ-1590) hawq version in build.properties for hawq-ambari-plugin need to be bumped to 2.3 for Apache HAWQ 2.3.0.0-incubating Release
Ruilong Huo created HAWQ-1590: - Summary: hawq version in build.properties for hawq-ambari-plugin need to be bumped to 2.3 for Apache HAWQ 2.3.0.0-incubating Release Key: HAWQ-1590 URL: https://issues.apache.org/jira/browse/HAWQ-1590 Project: Apache HAWQ Issue Type: Bug Components: Build Reporter: Ruilong Huo Assignee: Radar Lei Fix For: 2.3.0.0-incubating Need to bump hawq version in contrib/hawq-ambari-plugin/build.properties to 2.3 for Apache HAWQ 2.3.0.0-incubating Release. -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[GitHub] incubator-hawq issue #1342: HAWQ-1589. bump hawq version to 2.3 in pom.xml f...
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1342 LGTM +1, Thank for your helping fixing release issues. ---
[GitHub] incubator-hawq issue #1342: HAWQ-1589. bump hawq version to 2.3 in pom.xml f...
Github user huor commented on the issue: https://github.com/apache/incubator-hawq/pull/1342 @jiny2 @radarwave, please review ---
[GitHub] incubator-hawq pull request #1342: HAWQ-1589. bump hawq version to 2.3 in po...
GitHub user huor opened a pull request: https://github.com/apache/incubator-hawq/pull/1342 HAWQ-1589. bump hawq version to 2.3 in pom.xml for Apache HAWQ 2.3.0.0-incubating Release You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-hawq HAWQ-1589 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-hawq/pull/1342.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1342 commit 6387bcf04e1c8daf8f3b1622c58e324131f22162 Author: Ruilong Huo Date: 2018-02-20T13:09:54Z HAWQ-1589. bump hawq version to 2.3 in pom.xml for Apache HAWQ 2.3.0.0-incubating Release ---
[jira] [Updated] (HAWQ-1589) hawq version in pom.xml need to be bumped to 2.3 for Apache HAWQ 2.3.0.0-incubating Release
[ https://issues.apache.org/jira/browse/HAWQ-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruilong Huo updated HAWQ-1589: -- Description: Need to bump hawq version in pom.xml to 2.3 as RAT check for Apache HAWQ 2.3.0.0-incubating Release shows wrong version. {code} Ruilongs-MBP:apache-hawq-src-2.3.0.0-incubating huor$ mvn verify [INFO] Scanning for projects... [INFO] [INFO] [INFO] Building hawq 2.2 [INFO] ... [INFO] 3334 resources included (use -debug for more details) [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3324 licenses. [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] Total time: 40.695 s [INFO] Finished at: 2018-02-20T20:28:29+08:00 [INFO] Final Memory: 14M/201M [INFO] {code} The fix is as below: {code} org.apache.hawq hawq 2.2 --> 2.3 pom {code} was: Need to bump hawq version in pom.xml to 2.3 as RAT check for Apache HAWQ 2.3.0.0-incubating Release shows wrong version. ``` Ruilongs-MBP:apache-hawq-src-2.3.0.0-incubating huor$ mvn verify [INFO] Scanning for projects... [INFO] [INFO] [INFO] Building hawq 2.2 [INFO] ... [INFO] 3334 resources included (use -debug for more details) [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3324 licenses. [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] Total time: 40.695 s [INFO] Finished at: 2018-02-20T20:28:29+08:00 [INFO] Final Memory: 14M/201M [INFO] ``` The fix is as below: ``` org.apache.hawq hawq 2.2 --> 2.3 pom ``` > hawq version in pom.xml need to be bumped to 2.3 for Apache HAWQ > 2.3.0.0-incubating Release > --- > > Key: HAWQ-1589 > URL: https://issues.apache.org/jira/browse/HAWQ-1589 > Project: Apache HAWQ > Issue Type: Bug > Components: Build >Affects Versions: 2.3.0.0-incubating >Reporter: Ruilong Huo >Assignee: Ruilong Huo >Priority: Minor > Fix For: 2.3.0.0-incubating > > > Need to bump hawq version in pom.xml to 2.3 as RAT check for Apache HAWQ > 2.3.0.0-incubating Release shows wrong version. > {code} > Ruilongs-MBP:apache-hawq-src-2.3.0.0-incubating huor$ mvn verify > [INFO] Scanning for projects... > [INFO] > [INFO] > > [INFO] Building hawq 2.2 > [INFO] > > ... > [INFO] 3334 resources included (use -debug for more details) > [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, > generated: 0, approved: 3324 licenses. > [INFO] > > [INFO] BUILD SUCCESS > [INFO] > > [INFO] Total time: 40.695 s > [INFO] Finished at: 2018-02-20T20:28:29+08:00 > [INFO] Final Memory: 14M/201M > [INFO] > > {code} > The fix is as below: > {code} > org.apache.hawq > hawq > 2.2 --> 2.3 > pom > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HAWQ-1589) hawq version in pom.xml need to be bumped to 2.3 for Apache HAWQ 2.3.0.0-incubating Release
[ https://issues.apache.org/jira/browse/HAWQ-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruilong Huo updated HAWQ-1589: -- Priority: Minor (was: Major) > hawq version in pom.xml need to be bumped to 2.3 for Apache HAWQ > 2.3.0.0-incubating Release > --- > > Key: HAWQ-1589 > URL: https://issues.apache.org/jira/browse/HAWQ-1589 > Project: Apache HAWQ > Issue Type: Bug > Components: Build >Affects Versions: 2.3.0.0-incubating >Reporter: Ruilong Huo >Assignee: Ruilong Huo >Priority: Minor > Fix For: 2.3.0.0-incubating > > > Need to bump hawq version in pom.xml to 2.3 as RAT check for Apache HAWQ > 2.3.0.0-incubating Release shows wrong version. > ``` > Ruilongs-MBP:apache-hawq-src-2.3.0.0-incubating huor$ mvn verify > [INFO] Scanning for projects... > [INFO] > [INFO] > > [INFO] Building hawq 2.2 > [INFO] > > ... > [INFO] 3334 resources included (use -debug for more details) > [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, > generated: 0, approved: 3324 licenses. > [INFO] > > [INFO] BUILD SUCCESS > [INFO] > > [INFO] Total time: 40.695 s > [INFO] Finished at: 2018-02-20T20:28:29+08:00 > [INFO] Final Memory: 14M/201M > [INFO] > > ``` > The fix is as below: > ``` > org.apache.hawq > hawq > 2.2 --> 2.3 > pom > ``` -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Created] (HAWQ-1589) hawq version in pom.xml need to be bumped to 2.3 for Apache HAWQ 2.3.0.0-incubating Release
Ruilong Huo created HAWQ-1589: - Summary: hawq version in pom.xml need to be bumped to 2.3 for Apache HAWQ 2.3.0.0-incubating Release Key: HAWQ-1589 URL: https://issues.apache.org/jira/browse/HAWQ-1589 Project: Apache HAWQ Issue Type: Bug Components: Build Reporter: Ruilong Huo Assignee: Radar Lei Fix For: 2.3.0.0-incubating Need to bump hawq version in pom.xml to 2.3 as RAT check for Apache HAWQ 2.3.0.0-incubating Release shows wrong version. ``` Ruilongs-MBP:apache-hawq-src-2.3.0.0-incubating huor$ mvn verify [INFO] Scanning for projects... [INFO] [INFO] [INFO] Building hawq 2.2 [INFO] ... [INFO] 3334 resources included (use -debug for more details) [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3324 licenses. [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] Total time: 40.695 s [INFO] Finished at: 2018-02-20T20:28:29+08:00 [INFO] Final Memory: 14M/201M [INFO] ``` The fix is as below: ``` org.apache.hawq hawq 2.2 --> 2.3 pom ``` -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HAWQ-1589) hawq version in pom.xml need to be bumped to 2.3 for Apache HAWQ 2.3.0.0-incubating Release
[ https://issues.apache.org/jira/browse/HAWQ-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruilong Huo updated HAWQ-1589: -- Affects Version/s: 2.3.0.0-incubating > hawq version in pom.xml need to be bumped to 2.3 for Apache HAWQ > 2.3.0.0-incubating Release > --- > > Key: HAWQ-1589 > URL: https://issues.apache.org/jira/browse/HAWQ-1589 > Project: Apache HAWQ > Issue Type: Bug > Components: Build >Affects Versions: 2.3.0.0-incubating >Reporter: Ruilong Huo >Assignee: Ruilong Huo >Priority: Major > Fix For: 2.3.0.0-incubating > > > Need to bump hawq version in pom.xml to 2.3 as RAT check for Apache HAWQ > 2.3.0.0-incubating Release shows wrong version. > ``` > Ruilongs-MBP:apache-hawq-src-2.3.0.0-incubating huor$ mvn verify > [INFO] Scanning for projects... > [INFO] > [INFO] > > [INFO] Building hawq 2.2 > [INFO] > > ... > [INFO] 3334 resources included (use -debug for more details) > [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, > generated: 0, approved: 3324 licenses. > [INFO] > > [INFO] BUILD SUCCESS > [INFO] > > [INFO] Total time: 40.695 s > [INFO] Finished at: 2018-02-20T20:28:29+08:00 > [INFO] Final Memory: 14M/201M > [INFO] > > ``` > The fix is as below: > ``` > org.apache.hawq > hawq > 2.2 --> 2.3 > pom > ``` -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Assigned] (HAWQ-1589) hawq version in pom.xml need to be bumped to 2.3 for Apache HAWQ 2.3.0.0-incubating Release
[ https://issues.apache.org/jira/browse/HAWQ-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruilong Huo reassigned HAWQ-1589: - Assignee: Ruilong Huo (was: Radar Lei) > hawq version in pom.xml need to be bumped to 2.3 for Apache HAWQ > 2.3.0.0-incubating Release > --- > > Key: HAWQ-1589 > URL: https://issues.apache.org/jira/browse/HAWQ-1589 > Project: Apache HAWQ > Issue Type: Bug > Components: Build >Affects Versions: 2.3.0.0-incubating >Reporter: Ruilong Huo >Assignee: Ruilong Huo >Priority: Major > Fix For: 2.3.0.0-incubating > > > Need to bump hawq version in pom.xml to 2.3 as RAT check for Apache HAWQ > 2.3.0.0-incubating Release shows wrong version. > ``` > Ruilongs-MBP:apache-hawq-src-2.3.0.0-incubating huor$ mvn verify > [INFO] Scanning for projects... > [INFO] > [INFO] > > [INFO] Building hawq 2.2 > [INFO] > > ... > [INFO] 3334 resources included (use -debug for more details) > [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, > generated: 0, approved: 3324 licenses. > [INFO] > > [INFO] BUILD SUCCESS > [INFO] > > [INFO] Total time: 40.695 s > [INFO] Finished at: 2018-02-20T20:28:29+08:00 > [INFO] Final Memory: 14M/201M > [INFO] > > ``` > The fix is as below: > ``` > org.apache.hawq > hawq > 2.2 --> 2.3 > pom > ``` -- This message was sent by Atlassian JIRA (v7.6.3#76005)