Disclaimer: The documentation and packaging methodology is still a work in progress.
The latest confluent packages are provided for your convenience at: confluent.
** You have the following choices: **
The latest confluent dependency packages are provided for your convenience at: confluent-dep.
** You have the following choices: **
If the OS/architecture you are looking for is not provided under confluent-dep, please
send an email to the xcat-users mailing list: xcat-users@lists.sourceforge.net
Example: rhels7.1 on ppc64le.
Go to https://sourceforge.net/projects/xcat/files/confluent-dep/rh7/ppc64le/
[configure local repo]
1. download the confluent-dep-rh7-ppc64le.tar.bz2
2. extract (tar -jxvf confluent-dep-rh7-ppc64le.tar.bz2)
3. execute the mklocalrepo.sh script which will configure a local yum repository
[configure public yum repo]
1. download the confluent-dep-rh7-ppc64le.repo file directly to
/etc/yum.repos.d/ on your management node
If you plan to install confluent using yum, skip to the next step.
On the management node, place the downloaded rpms in a single directory and install using the following command:
If /root/confluent/ contains the confluent and confluent-deps rpms:
# rpm -ihv /root/confluent/*.rpm
xCAT 2.9.1 began shipping a new rpm: xCAT-confluent.
Use the following commands to install xCAT-confluent and its confluent dependencies:
# yum install xCAT-confluent
For convenience, it may be helpful to add the confluent paths into your system path:
CONFLUENTROOT=/opt/confluent
export PATH=$CONFLUENTROOT/bin:$PATH
export MANPATH=$CONFLUENTROOT/share/man:$MANPATH
TODO