Package Details: parquet-cli 1.12.3-1

Git Clone URL: https://aur.archlinux.org/parquet-cli.git (read-only, click to copy)
Package Base: parquet-cli
Description: Java based command line tools that aid in the inspection of the Parquet files
Upstream URL: https://github.com/apache/parquet-mr
Licenses: Apache
Submitter: vbmithr
Maintainer: None
Last Packager: vbmithr
Votes: 4
Popularity: 0.000000
First Submitted: 2022-03-19 16:02 (UTC)
Last Updated: 2022-06-14 07:36 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

Boxlike commented on 2024-03-08 07:33 (UTC)

Using makepkg 6.0.2 this fails with

==> Entering fakeroot environment...
==> Starting package()...
cp: cannot stat '../parquet-cli': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

Adding parquet-cli to the source array, updating the sha256sums array to include the respective sum and changing

-  cp ../parquet-cli "${pkgdir}/usr/bin"
+  cp parquet-cli "${pkgdir}/usr/bin"

should work.

alkersan commented on 2021-09-09 08:30 (UTC)

Hmm, not sure where the problem comes from. I've just rebuilt and reinstalled this package on a system with the only "java-8-openjdk" available. Would be good to have more information on the errors happened during failed installation.

marcin commented on 2021-09-09 02:09 (UTC) (edited on 2021-09-09 02:10 (UTC) by marcin)

To make it install I had to make sure I have full java SDK installed (java-11-openjdk) and set as default:

> archlinux-java status
Available Java environments:
  java-11-openjdk (default)