[jira] [Commented] (ARROW-17628) [CI][Packaging][Java] Publish latest nightly with SNAPSHOT version
[ https://issues.apache.org/jira/browse/ARROW-17628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17605256#comment-17605256 ] Raúl Cumplido commented on ARROW-17628: --- Instead of publishing it with both the 10.0.0.dev234 version and 10.0.0-SNAPSHOT I've decided to publish only with 10.0.0-SNAPSHOT version but on two locations: repo/org/apache/arrow/${PACKAGE_NAME}/10.0.0-SNAPSHOT and repo/org/apache/arrow/${PACKAGE_NAME}/${DATE} Otherwise we would have to build the jars twice and I don't think it is necessary. > [CI][Packaging][Java] Publish latest nightly with SNAPSHOT version > -- > > Key: ARROW-17628 > URL: https://issues.apache.org/jira/browse/ARROW-17628 > Project: Apache Arrow > Issue Type: New Feature > Components: Java, Packaging >Reporter: Raúl Cumplido >Assignee: Raúl Cumplido >Priority: Major > Labels: pull-request-available > Time Spent: 0.5h > Remaining Estimate: 0h > > I am trying to build the arrow-cookbooks for Java with the latest version > published of the Nightlies. Currently in order to use the latest nightly we > have to specify the latest version, i.e: 10.0.0.dev234 > In order to find out which one is the latest version published we have to > parse the HTML on > [https://nightlies.apache.org/arrow/java/org/apache/arrow/arrow-c-data/] (or > other packages) and find out which one is the latest as discussed on the > documentation: > [https://github.com/apache/arrow/blob/master/docs/source/developers/java/building.rst#installing-from-apache-nightlies] > I propose we publish the latest nightly both with its unique version (i.e: > 10.0.0.dev234) and with 10.0.0-SNAPSHOT to make it easier for upstream > automation. > Another proposal would be to add a VERSIONS metatada file with the latest > published version but from some investigation on other Java projects > publishing nightlies as SNAPSHOT seems to be the most common use case. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (ARROW-17628) [CI][Packaging][Java] Publish latest nightly with SNAPSHOT version
[ https://issues.apache.org/jira/browse/ARROW-17628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17600750#comment-17600750 ] Kouhei Sutou commented on ARROW-17628: -- +1 > [CI][Packaging][Java] Publish latest nightly with SNAPSHOT version > -- > > Key: ARROW-17628 > URL: https://issues.apache.org/jira/browse/ARROW-17628 > Project: Apache Arrow > Issue Type: New Feature > Components: Java, Packaging >Reporter: Raúl Cumplido >Priority: Major > > I am trying to build the arrow-cookbooks for Java with the latest version > published of the Nightlies. Currently in order to use the latest nightly we > have to specify the latest version, i.e: 10.0.0.dev234 > In order to find out which one is the latest version published we have to > parse the HTML on > [https://nightlies.apache.org/arrow/java/org/apache/arrow/arrow-c-data/] (or > other packages) and find out which one is the latest as discussed on the > documentation: > [https://github.com/apache/arrow/blob/master/docs/source/developers/java/building.rst#installing-from-apache-nightlies] > I propose we publish the latest nightly both with its unique version (i.e: > 10.0.0.dev234) and with 10.0.0-SNAPSHOT to make it easier for upstream > automation. > Another proposal would be to add a VERSIONS metatada file with the latest > published version but from some investigation on other Java projects > publishing nightlies as SNAPSHOT seems to be the most common use case. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (ARROW-17628) [CI][Packaging][Java] Publish latest nightly with SNAPSHOT version
[ https://issues.apache.org/jira/browse/ARROW-17628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17600727#comment-17600727 ] Jacob Wujciak-Jens commented on ARROW-17628: +1 > [CI][Packaging][Java] Publish latest nightly with SNAPSHOT version > -- > > Key: ARROW-17628 > URL: https://issues.apache.org/jira/browse/ARROW-17628 > Project: Apache Arrow > Issue Type: New Feature > Components: Java, Packaging >Reporter: Raúl Cumplido >Priority: Major > > I am trying to build the arrow-cookbooks for Java with the latest version > published of the Nightlies. Currently in order to use the latest nightly we > have to specify the latest version, i.e: 10.0.0.dev234 > In order to find out which one is the latest version published we have to > parse the HTML on > [https://nightlies.apache.org/arrow/java/org/apache/arrow/arrow-c-data/] (or > other packages) and find out which one is the latest as discussed on the > documentation: > [https://github.com/apache/arrow/blob/master/docs/source/developers/java/building.rst#installing-from-apache-nightlies] > I propose we publish the latest nightly both with its unique version (i.e: > 10.0.0.dev234) and with 10.0.0-SNAPSHOT to make it easier for upstream > automation. > Another proposal would be to add a VERSIONS metatada file with the latest > published version but from some investigation on other Java projects > publishing nightlies as SNAPSHOT seems to be the most common use case. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (ARROW-17628) [CI][Packaging][Java] Publish latest nightly with SNAPSHOT version
[ https://issues.apache.org/jira/browse/ARROW-17628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17600723#comment-17600723 ] Raúl Cumplido commented on ARROW-17628: --- [~dsusanibara] [~kou] what do you think about this one? I can work on it if you think this is a good approach to take > [CI][Packaging][Java] Publish latest nightly with SNAPSHOT version > -- > > Key: ARROW-17628 > URL: https://issues.apache.org/jira/browse/ARROW-17628 > Project: Apache Arrow > Issue Type: New Feature > Components: Java, Packaging >Reporter: Raúl Cumplido >Priority: Major > > I am trying to build the arrow-cookbooks for Java with the latest version > published of the Nightlies. Currently in order to use the latest nightly we > have to specify the latest version, i.e: 10.0.0.dev234 > In order to find out which one is the latest version published we have to > parse the HTML on > [https://nightlies.apache.org/arrow/java/org/apache/arrow/arrow-c-data/] (or > other packages) and find out which one is the latest as discussed on the > documentation: > [https://github.com/apache/arrow/blob/master/docs/source/developers/java/building.rst#installing-from-apache-nightlies] > I propose we publish the latest nightly both with its unique version (i.e: > 10.0.0.dev234) and with 10.0.0-SNAPSHOT to make it easier for upstream > automation. > Another proposal would be to add a VERSIONS metatada file with the latest > published version but from some investigation on other Java projects > publishing nightlies as SNAPSHOT seems to be the most common use case. -- This message was sent by Atlassian Jira (v8.20.10#820010)