Skip to content

Commit

Permalink
Merge pull request #178732 from daeho-ro/parquet-cli
Browse files Browse the repository at this point in the history
parquet-cli: not to use runtime when it work without hadoop
  • Loading branch information
BrewTestBot committed Jul 28, 2024
2 parents 24e1fa5 + 47f37c0 commit a4a937c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/p/parquet-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ class ParquetCli < Formula
head "https://github.com/apache/parquet-mr.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, all: "4921c5a0099f3b55f007e97ae1ad4492260025ebb813de235faa234c84746fa8"
rebuild 1
sha256 cellar: :any_skip_relocation, all: "6e33538fcca9b9bd16232ce073ee5626302003c7a8786a293ab76987d22308b3"
end

depends_on "maven" => :build
Expand All @@ -23,7 +24,7 @@ def install
cd "parquet-cli" do
system "mvn", "clean", "package", "-DskipTests=true"
system "mvn", "dependency:copy-dependencies"
libexec.install "target/parquet-cli-#{version}-runtime.jar"
libexec.install "target/parquet-cli-#{version}.jar"
libexec.install Dir["target/dependency/*"]
(bin/"parquet").write <<~EOS
#!/bin/sh
Expand Down

0 comments on commit a4a937c

Please sign in to comment.