java - How to add to Hbase classpath? -


i trying install custom version on phoenix on hbase cluster. have 1 master , 2 slave nodes. if yum install phoenix installs version 4.7.0. interested in installing version 4.10.0. following extremely short instructions given here - https://phoenix.apache.org/installation.html . in step 2 says :

add phoenix-[version]-server.jar classpath of hbase region server , master , remove previous version. easy way copy hbase lib directory (use phoenix-core-[version].jar phoenix 3.x)

how go doing this? there no verison on phoenix in hadoop-env.sh. dont see environment variables setup hadoop when printenv. appreciated


Comments