You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrii Tkach (JIRA)" <ji...@apache.org> on 2014/10/25 22:18:33 UTC

[jira] [Created] (AMBARI-7972) Remove "required value" for hive.zookeeper.quorum property in hive-site

Andrii Tkach created AMBARI-7972:
------------------------------------

             Summary: Remove "required value" for hive.zookeeper.quorum property in hive-site
                 Key: AMBARI-7972
                 URL: https://issues.apache.org/jira/browse/AMBARI-7972
             Project: Ambari
          Issue Type: Task
          Components: ambari-web
    Affects Versions: 1.7.0
            Reporter: Andrii Tkach
            Assignee: Andrii Tkach
            Priority: Critical
             Fix For: 1.7.0


By default this property should be empty
{code}
    <property>
        <name>hive.zookeeper.quorum</name>
        <value></value>
        <description>ZooKeeper servers to talk to.</description>
    </property>
{code}

But on UI side we have error "This is requered".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)