Hi Emin,
yes you can change it by configuring tajo.master.info-http.address at
${TAJO_HOME}/conf/tajo-site.xml as follows.... <property> <name>tajo.master.info-http.address</name> <value>192.168.x.x:8080</value> </property> ... Thanks, Jihoon 2015년 8월 23일 (일) 오전 7:40, Emin TÜYLÜCE <[email protected]>님이 작성: > Hi , > Is there any way to change Master web ui default host address and port > number for Tajo . > > Tajo master web UI > http://localhost:26080 to - > 192.168.x.x:8080 > > Thanks , >
