You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by Apache Wiki <wi...@apache.org> on 2013/10/18 14:09:56 UTC

[Tajo Wiki] Update of "Configuration" by HyunsikChoi

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tajo Wiki" for change notification.

The "Configuration" page has been changed by HyunsikChoi:
https://wiki.apache.org/tajo/Configuration?action=diff&rev1=2&rev2=3

   * tajo.sort.part-volume.mb
   * tajo.aggregation.part-volume.mb
  
+ == Service and Rpc Configs ==
+ === Tajo Master ===
+ ||Service Name||Config Property Name||Description||default address||
+ ||Tajo Master Umbilical Rpc||tajo.master.umbilical-rpc.address|| ||localhost:26001||
+ ||Tajo Master Client Rpc||tajo.master.client-rpc.address|| ||localhost:26002||
+ ||Tajo Master Info Http||tajo.master.info-http.address|| ||0.0.0.0:26080||
+ ||Tajo Catalog Client Rpc||tajo.catalog.client-rpc.address|| ||localhost:26005||
+ 
+ === Worker ===
+ ||Service Name||Config Property Name||Description||default address||
+ ||Tajo Worker Peer Rpc||tajo.worker.peer-rpc.address|| ||0.0.0.0:28091||
+ ||Tajo Worker Client Rpc||tajo.worker.client-rpc.address|| ||0.0.0.0:28001||
+ ||Tajo Worker Info Http||tajo.worker.info-http.address|| ||0.0.0.0:28080||
+