This is an automated email from the ASF dual-hosted git repository.
sekikn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new 64de225d BIGTOP-3825: remove debug messages on Solr build script
(#1027)
64de225d is described below
commit 64de225d7e54e5a69835feac416ade49db577c3e
Author: Zhiguo Wu <[email protected]>
AuthorDate: Sun Oct 9 08:45:14 2022 +0800
BIGTOP-3825: remove debug messages on Solr build script (#1027)
---
bigtop-packages/src/common/solr/install_solr.sh | 3 ---
1 file changed, 3 deletions(-)
diff --git a/bigtop-packages/src/common/solr/install_solr.sh
b/bigtop-packages/src/common/solr/install_solr.sh
index c83c41dd..a8274fca 100644
--- a/bigtop-packages/src/common/solr/install_solr.sh
+++ b/bigtop-packages/src/common/solr/install_solr.sh
@@ -152,9 +152,6 @@ cp $DISTRO_DIR/solr.in.sh $PREFIX/$ETC_DEFAULT/solr.in.sh
install -d -m 0755 $PREFIX/$NP_ETC_SOLR
install -d -m 0755 $PREFIX/$ETC_SOLR/conf.dist
cp -a ${BUILD_DIR}/server/resources/* $PREFIX/$ETC_SOLR/conf.dist
-echo 111111
-ls -R $PREFIX/$ETC_SOLR/conf.dist
-echo 222222
# Copy in the wrapper
cp -a ${DISTRO_DIR}/solrd $PREFIX/$LIB_DIR/bin/solrd