You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by pb...@apache.org on 2018/03/10 00:58:00 UTC

phoenix git commit: PHOENIX-4553 - Phoenix client libraries were wrongly included in RS classpath

Repository: phoenix
Updated Branches:
  refs/heads/4.x-cdh5.11.2 ea30181ec -> 0aba3a9a1


PHOENIX-4553 - Phoenix client libraries were wrongly included in RS classpath


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/0aba3a9a
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0aba3a9a
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/0aba3a9a

Branch: refs/heads/4.x-cdh5.11.2
Commit: 0aba3a9a10d8d1d533e587474020372f270fc917
Parents: ea30181
Author: Pedro Boado <pb...@apache.org>
Authored: Sat Mar 10 00:51:10 2018 +0000
Committer: Pedro Boado <pb...@apache.org>
Committed: Sat Mar 10 00:51:10 2018 +0000

----------------------------------------------------------------------
 phoenix-parcel/src/parcel/meta/phoenix_env.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/0aba3a9a/phoenix-parcel/src/parcel/meta/phoenix_env.sh
----------------------------------------------------------------------
diff --git a/phoenix-parcel/src/parcel/meta/phoenix_env.sh b/phoenix-parcel/src/parcel/meta/phoenix_env.sh
index 9287fc9..4f1f052 100755
--- a/phoenix-parcel/src/parcel/meta/phoenix_env.sh
+++ b/phoenix-parcel/src/parcel/meta/phoenix_env.sh
@@ -36,7 +36,7 @@ MYLIBDIR=${PARCELS_ROOT}/${PARCEL_DIRNAME}/lib/phoenix
     exit 1
 }
 
-APPENDSTRING=`echo ${MYLIBDIR}/*.jar | sed 's/ /:/g'`
+APPENDSTRING=`echo ${MYLIBDIR}/phoenix-*-server.jar | sed 's/ /:/g'`
 echo "appending '$APPENDSTRING' to HBASE_CLASSPATH"
 if [ -z $HBASE_CLASSPATH ] ; then
     export HBASE_CLASSPATH=$APPENDSTRING