Github user blrunner commented on the pull request:
https://github.com/apache/tajo/pull/105#issuecomment-51030961
@hyunsik , thanks your quick review. :)
If you tried to find default configurations, you couldn't find the
configuration. Because TajoConf::get just supports to find the configuration in
tajo-site.xml. So, I updated TajoGetConf::processConfKey. And you can use this
patch as follows:
- tajo getconf -masters
localhost
- tajo getconf -confKey tajo.worker.info-http.addre
0.0.0.0:28080
- tajo getconf -confKey tajo.rootdir
hdfs://localhost:9010/tajo (your root dir)
- tajo getconf -confKey tajo.username
blrunner (your user name)
---
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.
---