Search Criteria
Package Details: openrefine 3.4.1-2
Git Clone URL: | https://aur.archlinux.org/openrefine.git (read-only, click to copy) |
---|---|
Package Base: | openrefine |
Description: | A free, open source power tool for working with messy data and improving it |
Upstream URL: | https://openrefine.org/ |
Licenses: | |
Submitter: | rdoursenaud |
Maintainer: | simon04 |
Last Packager: | simon04 |
Votes: | 7 |
Popularity: | 0.25 |
First Submitted: | 2017-07-11 07:30 |
Last Updated: | 2021-02-03 22:05 |
Dependencies (2)
- bash (bash-devel-git, bash-devel-static-git)
- java-runtime>=8 (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jdk11-openj9-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk11-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jre11, sapmachine-jdk-bin, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jre8-adoptopenjdk, jdk-arm, jre11-jetbrains-imfix, java-openjdk-bin, jdk-openj9-bin, jdk-adoptopenjdk, jre, zulu-16-bin, liberica-jdk-full-bin, jdk15-adoptopenjdk, jre-openj9, jdk-jetbrains, java-openjdk-ea-bin, amazon-corretto-16, java-openjdk-loom-ea-bin, zulu-embedded-jdk, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
Latest Comments
1 2 Next › Last »
rdoursenaud commented on 2021-02-04 07:47
@simon04 The wording have just been changed. It used to state: "Java Development Kit (JDK) must be installed" (https://web.archive.org/web/20201126011242/https://docs.openrefine.org/manual/installing/#system-requirements). In typical Arch Linux fashion, I didn’t double guess upstream when doing the initial packaging. That’s why I was replying to egilis.
simon04 commented on 2021-02-03 22:12
@egils, thanks for reporting. You're right. java-runtime should be sufficient. I've changed that in 3.4.1-2
@rdoursenaud: OpenJDK does not necessarily refer to Java JDK. https://openrefine.org/download.html provides the Windows kit with embedded Java amounting to 152 MB. The AdoptOpenJDK JDK on https://adoptopenjdk.net/releases.html?variant=openjdk15&jvmVariant=hotspot is larger than that.
rdoursenaud commented on 2021-02-03 09:09
@egils Well, I’m following upstream documentation that explicitly states JDK is required: https://docs.openrefine.org/manual/installing/
egils commented on 2021-02-03 07:55
I was surprised to see that it depends on java-environment and not just java-runtime. I changed to java-runtime and it works just fine. Could you fix that so we don't have to download the whole JDK when installing?
Thulsadum commented on 2020-09-25 11:50
There was a new release yesterday: https://github.com/OpenRefine/OpenRefine/releases/tag/3.4.1
Thank you!
kragol commented on 2020-06-23 22:28
Just a comment about the openrefine.sh script: It would be nice to be able to pass arguments to the refine executable. Currently I would need to call /opt/openrefine/refine just so that I can increase the memory available to the app (e.g.
/opt/openrefine/refine -m 8192m
)simon04 commented on 2020-03-05 18:56
@rdoursenaud, please update to 3.3 – https://github.com/OpenRefine/OpenRefine/releases/tag/3.3
rdoursenaud commented on 2018-02-10 12:20
@Nudin a symlink didn't cut it, I created a launch script. It's named openrefine since argyllcms already uses /usr/bin/refine
Nudin commented on 2017-12-15 12:09
Thanks. I would add a symlink /usr/bin/refine → /opt/openrefine/refine to make it easier to start. That's quite the standard when software is installed in /opt.
rdoursenaud commented on 2017-12-14 14:56
@Nudin Launch /opt/openrefine/refine from a terminal to start the server. Interaction is then done from an Internet browser. Hit CTRL+C in the terminal window to stop the server.