[
https://issues.apache.org/jira/browse/TAJO-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13762015#comment-13762015
]
Jinho Kim commented on TAJO-172:
--------------------------------
I have a super computer(Just kidding). I've fixed the bug already with the help
of HyungJoon.
Here are my tajo-site.xml
{code:xml}
<configuration>
<property>
<name>tajo.rootdir</name>
<value>hdfs://localhost:9010/tajo</value>
</property>
<property>
<name>tajo.cluster.distributed</name>
<value>true</value>
</property>
<property>
<name>tajo.task.localdir</name>
<value>/yarn/tajo</value>
</property>
<property>
<name>tajo.master.manager.addr</name>
<value>localhost:9005</value>
</property>
<property>
<name>yarn.resourcemanager.scheduler.address</name>
<value>localhost:8030</value>
</property>
<property>
<name>tajo.resource.manager</name>
<!--
<value>org.apache.tajo.master.rm.YarnTajoResourceManager</value> -->
<value>org.apache.tajo.master.rm.TajoWorkerResourceManager</value>
</property>
<property>
<name>tajo.worker.slots.memoryMB</name>
<value>1600</value>
<description></description>
</property>
<property>
<name>tajo.worker.slots.os.memory.ratio</name>
<value>0.8f</value>
<description>The ratio of allocatable memory to the total system
memory</description>
</property>
<property>
<name>tajo.querymaster.memoryMB</name>
<value>1024</value>
<description>the memory slot size for a
QeuryMaster</description>
</property>
</configuration>
{code}
> TajoWorker allocate wrong container slots.
> ------------------------------------------
>
> Key: TAJO-172
> URL: https://issues.apache.org/jira/browse/TAJO-172
> Project: Tajo
> Issue Type: Bug
> Components: resource manager
> Reporter: Jinho Kim
>
> {noformat}
> PhysicalMemory : 8GB
> Worker Ports Slot Memory(Used/Capacity) Disk Cpu
> Status
> localhost:8092 8092,8091,53854 0/13107 0/6710886 MB 0/16 0/8
> LIVE
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira