Github user jinossy commented on a diff in the pull request:
https://github.com/apache/tajo/pull/107#discussion_r16338681
--- Diff: tajo-dist/src/main/conf/tajo-env.sh ---
@@ -68,4 +74,7 @@ export TAJO_WORKER_STANDBY_MODE=true
# It must be required to use HCatalogStore
# export HIVE_HOME=
-# export HIVE_JDBC_DRIVER_DIR=
\ No newline at end of file
+# export HIVE_JDBC_DRIVER_DIR=
+
+# Tajo PullServer mode. the default mode is dedicated mode(dedicated or
embedded)
+ export TAJO_PULLSERVER_MODE=dedicated
--- End diff --
How about changing âTAJO_PULLSERVER_STANDALONE = trueâ instead of
dedicated/embeded ?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---