You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/03/24 07:23:32 UTC

[GitHub] [arrow] kou opened a new pull request, #34716: GH-34700: [Packaging][RPM] Use lz4-libs instead of lz4 on AlmaLinux 8+

kou opened a new pull request, #34716:
URL: https://github.com/apache/arrow/pull/34716

   ### Rationale for this change
   
   `liblz4.so.*` are included in `lz4-libs` on AlmaLinux 8+.
   
   ### What changes are included in this PR?
   
   Use `lz4-libs` not `lz4` on AlmaLinux 8+.
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   Yes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou merged pull request #34716: GH-34700: [Packaging][RPM] Use lz4-libs instead of lz4 on AlmaLinux 8+

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou merged PR #34716:
URL: https://github.com/apache/arrow/pull/34716


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] ursabot commented on pull request #34716: GH-34700: [Packaging][RPM] Use lz4-libs instead of lz4 on AlmaLinux 8+

Posted by "ursabot (via GitHub)" <gi...@apache.org>.
ursabot commented on PR #34716:
URL: https://github.com/apache/arrow/pull/34716#issuecomment-1482991186

   ['Python', 'R'] benchmarks have high level of regressions.
   [test-mac-arm](https://conbench.ursa.dev/compare/runs/80eefa47740d488dbb8a1e35c58579fe...91d35b7dd9234c85880f5939a09abf71/)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] github-actions[bot] commented on pull request #34716: GH-34700: [Packaging][RPM] Use lz4-libs instead of lz4 on AlmaLinux 8+

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #34716:
URL: https://github.com/apache/arrow/pull/34716#issuecomment-1482366601

   :warning: GitHub issue #34700 **has been automatically assigned in GitHub** to PR creator.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on pull request #34716: GH-34700: [Packaging][RPM] Use lz4-libs instead of lz4 on AlmaLinux 8+

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on PR #34716:
URL: https://github.com/apache/arrow/pull/34716#issuecomment-1482767373

   Thanks for the explanation @kou :tada: 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] github-actions[bot] commented on pull request #34716: GH-34700: [Packaging][RPM] Use lz4-libs instead of lz4 on AlmaLinux 8+

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #34716:
URL: https://github.com/apache/arrow/pull/34716#issuecomment-1482366521

   * Closes: #34700


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on pull request #34716: GH-34700: [Packaging][RPM] Use lz4-libs instead of lz4 on AlmaLinux 8+

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on PR #34716:
URL: https://github.com/apache/arrow/pull/34716#issuecomment-1482366774

   @github-actions crossbow submit almalinux-* amazon-linux-* centos-*


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on pull request #34716: GH-34700: [Packaging][RPM] Use lz4-libs instead of lz4 on AlmaLinux 8+

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on PR #34716:
URL: https://github.com/apache/arrow/pull/34716#issuecomment-1482723533

   > I have been trying to understand on the almalinux job test where are we using lz4-libs
   
   We can confirm it by `dnf install -y --enablerepo=powertools --enablerepo=epel arrow-devel-12.0.0.dev282-1.el8` https://github.com/apache/arrow/blob/main/dev/release/verify-yum.sh#L201 doesn't install `lz4` (`lz4-libs` is installed by default on AlmaLinux 8):
   
   https://github.com/ursacomputing/crossbow/actions/runs/4508813205/jobs/7937873260#step:9:339
   
   ```text
   ....
      libzstd-devel        x86_64 1.4.4-1.el8           baseos                  43 k
      lz4-devel            x86_64 1.8.3-3.el8_4         baseos                  30 k
   ...
   ```
   
   and an example can run successfully https://github.com/apache/arrow/blob/main/dev/release/verify-yum.sh#L225 :
   
   https://github.com/ursacomputing/crossbow/actions/runs/4508813205/jobs/7937873260#step:9:1478
   
   ```text
   + ./arrow-example
   * Reading CSV file 'test.csv' into table
   * Read table:
   ...
   ```
   
   > we seem to install an old arrow-lib package
   
   It's a test whether we can install both of old arrow-libs and new arrow-libs at the same time or not:
   
   https://github.com/apache/arrow/blob/main/dev/release/verify-yum.sh#L311
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] ursabot commented on pull request #34716: GH-34700: [Packaging][RPM] Use lz4-libs instead of lz4 on AlmaLinux 8+

Posted by "ursabot (via GitHub)" <gi...@apache.org>.
ursabot commented on PR #34716:
URL: https://github.com/apache/arrow/pull/34716#issuecomment-1482989981

   Benchmark runs are scheduled for baseline = 872f8996abcc88518997aaf3ae5435e282c8417f and contender = 37556bc6d80bcc5b2b372036b798d44aef709c80. 37556bc6d80bcc5b2b372036b798d44aef709c80 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/e797c83dbae548f9b527549fd0203dd9...2f02c4b745704c23a6bf6514025349c3/)
   [Failed :arrow_down:0.39% :arrow_up:0.03%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/80eefa47740d488dbb8a1e35c58579fe...91d35b7dd9234c85880f5939a09abf71/)
   [Finished :arrow_down:0.77% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/c799854f3b5141f2a9966fe0576a635a...4bb4b73ff2aa41c7ae6439aebe18cffa/)
   [Finished :arrow_down:0.81% :arrow_up:0.09%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/1570c2edc98a42aa9abc415495799900...4bfbcf0cfc36492892bb5b471b3e2af7/)
   Buildkite builds:
   [Finished] [`37556bc6` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/2570)
   [Finished] [`37556bc6` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/2600)
   [Finished] [`37556bc6` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/2568)
   [Finished] [`37556bc6` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/2591)
   [Finished] [`872f8996` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/2569)
   [Failed] [`872f8996` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/2599)
   [Finished] [`872f8996` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/2567)
   [Finished] [`872f8996` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/2590)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
   test-mac-arm: Supported benchmark langs: C++, Python, R
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] github-actions[bot] commented on pull request #34716: GH-34700: [Packaging][RPM] Use lz4-libs instead of lz4 on AlmaLinux 8+

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #34716:
URL: https://github.com/apache/arrow/pull/34716#issuecomment-1482369093

   Revision: 0e149b25e55d59c57a888685ed3c193f7e86b122
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-867ab837c3](https://github.com/ursacomputing/crossbow/branches/all?query=actions-867ab837c3)
   
   |Task|Status|
   |----|------|
   |almalinux-8-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-867ab837c3-github-almalinux-8-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4508813205/jobs/7937873260)|
   |almalinux-8-arm64|[![Travis CI](https://img.shields.io/travis/ursacomputing/crossbow/actions-867ab837c3-travis-almalinux-8-arm64.svg)](https://github.com/ursacomputing/crossbow/runs/12245396140)|
   |almalinux-9-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-867ab837c3-github-almalinux-9-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4508812962/jobs/7937872763)|
   |almalinux-9-arm64|[![Travis CI](https://img.shields.io/travis/ursacomputing/crossbow/actions-867ab837c3-travis-almalinux-9-arm64.svg)](https://github.com/ursacomputing/crossbow/runs/12245392699)|
   |amazon-linux-2-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-867ab837c3-github-amazon-linux-2-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4508812610/jobs/7937872151)|
   |amazon-linux-2-arm64|[![Travis CI](https://img.shields.io/travis/ursacomputing/crossbow/actions-867ab837c3-travis-amazon-linux-2-arm64.svg)](https://github.com/ursacomputing/crossbow/runs/12245394697)|
   |centos-7-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-867ab837c3-github-centos-7-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4508813349/jobs/7937873635)|
   |centos-8-stream-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-867ab837c3-github-centos-8-stream-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4508812848/jobs/7937872551)|
   |centos-8-stream-arm64|[![Travis CI](https://img.shields.io/travis/ursacomputing/crossbow/actions-867ab837c3-travis-centos-8-stream-arm64.svg)](https://github.com/ursacomputing/crossbow/runs/12245395732)|
   |centos-9-stream-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-867ab837c3-github-centos-9-stream-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/4508813779/jobs/7937874560)|
   |centos-9-stream-arm64|[![Travis CI](https://img.shields.io/travis/ursacomputing/crossbow/actions-867ab837c3-travis-centos-9-stream-arm64.svg)](https://github.com/ursacomputing/crossbow/runs/12245393759)|


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org