You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by yw...@apache.org on 2015/12/07 02:15:05 UTC

bigtop git commit: BIGTOP-2164. Phoenix Queryserver should write it's logs into /var/log/phoenix/

Repository: bigtop
Updated Branches:
  refs/heads/master 152bebe1d -> 0876d636e


BIGTOP-2164. Phoenix Queryserver should write it's logs into /var/log/phoenix/


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/0876d636
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/0876d636
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/0876d636

Branch: refs/heads/master
Commit: 0876d636e410a181e6345019add4a1ba8cc39e40
Parents: 152bebe
Author: Youngwoo Kim <yw...@apache.org>
Authored: Thu Dec 3 14:10:35 2015 +0900
Committer: Youngwoo Kim <yw...@apache.org>
Committed: Mon Dec 7 10:16:44 2015 +0900

----------------------------------------------------------------------
 bigtop-packages/src/common/phoenix/phoenix-queryserver.default | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/0876d636/bigtop-packages/src/common/phoenix/phoenix-queryserver.default
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/phoenix/phoenix-queryserver.default b/bigtop-packages/src/common/phoenix/phoenix-queryserver.default
index 6c7d85a..0381220 100644
--- a/bigtop-packages/src/common/phoenix/phoenix-queryserver.default
+++ b/bigtop-packages/src/common/phoenix/phoenix-queryserver.default
@@ -14,3 +14,4 @@
 # limitations under the License.
 
 export HBASE_CONF_DIR=/etc/hbase/conf/
+export PHOENIX_QUERYSERVER_OPTS="-Dpsql.log.dir=/var/log/phoenix -Dpsql.log.file=phoenix-queryserver.log"