[
https://issues.apache.org/jira/browse/AMBARI-8173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14199792#comment-14199792
]
Hadoop QA commented on AMBARI-8173:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12679710/AMBARI-8173_branch-1.7.0.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
ambari-server.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/517//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/517//console
This message is automatically generated.
> Kafka does not provide any default value for kafka.log.dirs and creates
> confusion / poor UX
> -------------------------------------------------------------------------------------------
>
> Key: AMBARI-8173
> URL: https://issues.apache.org/jira/browse/AMBARI-8173
> Project: Ambari
> Issue Type: Bug
> Components: ambari-agent, ambari-web, stacks
> Affects Versions: 1.7.0
> Reporter: Yusaku Sako
> Assignee: Sriharsha Chintalapani
> Priority: Critical
> Fix For: 1.7.0
>
> Attachments: AMBARI-8173.patch, AMBARI-8173_branch-1.7.0.patch
>
>
> Kafka does not provide any default value for log.dirs property.
> The user is prompted to enter a path (or paths) there.
> If the user enters paths that kafka user cannot create, then Kafka Broker
> fails to come up and Kafka Service Check fails Once the user goes to the
> dashboard, most of the services show up red as the start operation for other
> components were canceled .
> There are several problems with this.
> 1. Most users will install the full stack including Kafka. The user does not
> know what directory/directories to put there (and does not want to be
> concerned about that at install time). We specify default directories for all
> other components so we should do the same.
> 2. If we leave this blank, then the user is force to enter something. I put
> /kafka. However, Ambari agent does not try to create/chown/chmod, so Kafka
> tries to create the directory as "kafka" user and this fails and you end up
> getting a dashboard with a bunch of services down. Even if we provide some
> default and the user changes it, the same failure occurs. So Ambari agent
> should automatically take care of directory creation/chown/chmod.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)