jtzero / asdf-apache

installs packages from https://archive.apache.org/dist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-apache

tests

apache flink|zeppelin|kakfa... in theory anything in https://archive.apache.org/dist/, plugin for asdf version manager

Install

asdf plugin-add flink https://github.com/jtzero/asdf-apache.git
asdf plugin-add zeppelin https://github.com/jtzero/asdf-apache.git
asdf plugin-add pulsar https://github.com/jtzero/asdf-apache.git
asdf plugin-add kafka https://github.com/jtzero/asdf-apache.git

=======

Unsupported

  • openoffice

Use

Check out the asdf readme for instructions on how to install and manage asdf plugin versions

Including source versions

INCLUDE_SRC=true asdf list-all pulsar

Including site-docs versions

INCLUDE_SITE_DOCS=true asdf list-all kafka

Apache use

Zeppelin:
   - make sure you have java installed asdf-java
   - install zeppelin: asdf install zeppelin ${SOME_VERSION}
   - then once zeppelin is installed: asdf global zeppelin ${SOME_VERSION}
   - zeppelin-daemon.sh start
   - more information on zeppelin: https://zeppelin.apache.org/docs/latest/quickstart/install.html

About

installs packages from https://archive.apache.org/dist/

License:MIT License


Languages

Language:Shell 100.0%