You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/06/21 01:32:24 UTC

[jira] [Created] (SLIDER-154) HBASE_LOG_DIR shouldn't contain comma

Ted Yu created SLIDER-154:
-----------------------------

             Summary: HBASE_LOG_DIR shouldn't contain comma
                 Key: SLIDER-154
                 URL: https://issues.apache.org/jira/browse/SLIDER-154
             Project: Slider
          Issue Type: Bug
            Reporter: Ted Yu
            Assignee: Ted Yu


Launching hbase on cluster, I observed the following HBASE_LOG_DIR :
{code}
/grid/0/hdp/yarn/log/application_1403300788015_0004/container_1403300788015_0004_01_000002,/grid/1/hdp/yarn/log/application_1403300788015_0004/container_1403300788015_0004_01_000002,/grid/2/hdp/yarn/log/application_1403300788015_0004/container_1403300788015_0004_01_000002,/grid/3/hdp/yarn/log/application_1403300788015_0004/container_1403300788015_0004_01_000002,/grid/4/hdp/yarn/log/application_1403300788015_0004/container_1403300788015_0004_01_000002,/grid/5/hdp/yarn/log/application_1403300788015_0004/container_1403300788015_0004_01_000002/app/log/hbase-yarn-master-hor12n11.gq1.ygridcore.net.log
{code}
This was due to providerUtils.getLogdir() returning multiple locations.
The actual log dir should be one of the directories



--
This message was sent by Atlassian JIRA
(v6.2#6252)