You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2011/08/01 07:19:09 UTC

[jira] [Created] (HIVE-2328) hive.zookeeper.session.timeout is set to null in hive-default.xml

hive.zookeeper.session.timeout is set to null in hive-default.xml
-----------------------------------------------------------------

                 Key: HIVE-2328
                 URL: https://issues.apache.org/jira/browse/HIVE-2328
             Project: Hive
          Issue Type: Bug
          Components: Configuration, HBase Handler
    Affects Versions: 0.7.1, 0.7.0
            Reporter: Carl Steinbach
             Fix For: 0.8.0




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2328) hive.zookeeper.session.timeout is set to null in hive-default.xml

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-2328:
---------------------------------

    Status: Patch Available  (was: Open)

> hive.zookeeper.session.timeout is set to null in hive-default.xml
> -----------------------------------------------------------------
>
>                 Key: HIVE-2328
>                 URL: https://issues.apache.org/jira/browse/HIVE-2328
>             Project: Hive
>          Issue Type: Bug
>          Components: Configuration, HBase Handler
>    Affects Versions: 0.7.1, 0.7.0
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2328.1.patch.txt
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2328) hive.zookeeper.session.timeout is set to null in hive-default.xml

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073439#comment-13073439 ] 

Carl Steinbach commented on HIVE-2328:
--------------------------------------

In HiveConf.java:

{noformat}
    HIVE_ZOOKEEPER_SESSION_TIMEOUT("hive.zookeeper.session.timeout", 600*1000),
{noformat}

In hive-default.xml:

{noformat}
<property>
  <name>hive.zookeeper.session.timeout</name>
  <value></value>
  <description>Zookeeper client's session timeout. The client is disconnected, 
               and as a result, all locks released, if a heartbeat is not sent
               in the timeout.
  </description>
</property>
{noformat}


It looks like the empty value in hive-default.xml effectively undefines this property:

{noformat}
% hive -e "set -v;" | grep 'hive.zookeeper'
hive.zookeeper.clean.extra.nodes=false
hive.zookeeper.client.port=2181
hive.zookeeper.namespace=hive_zookeeper_namespace
%
{noformat}


> hive.zookeeper.session.timeout is set to null in hive-default.xml
> -----------------------------------------------------------------
>
>                 Key: HIVE-2328
>                 URL: https://issues.apache.org/jira/browse/HIVE-2328
>             Project: Hive
>          Issue Type: Bug
>          Components: Configuration, HBase Handler
>    Affects Versions: 0.7.0, 0.7.1
>            Reporter: Carl Steinbach
>             Fix For: 0.8.0
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2328) hive.zookeeper.session.timeout is set to null in hive-default.xml

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HIVE-2328:
------------------------------------------

    Priority: Minor  (was: Major)

> hive.zookeeper.session.timeout is set to null in hive-default.xml
> -----------------------------------------------------------------
>
>                 Key: HIVE-2328
>                 URL: https://issues.apache.org/jira/browse/HIVE-2328
>             Project: Hive
>          Issue Type: Bug
>          Components: Configuration, HBase Handler
>    Affects Versions: 0.7.0, 0.7.1
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>            Priority: Minor
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2328.1.patch.txt
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2328) hive.zookeeper.session.timeout is set to null in hive-default.xml

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13076110#comment-13076110 ] 

Hudson commented on HIVE-2328:
------------------------------

Integrated in Hive-trunk-h0.21 #866 (See [https://builds.apache.org/job/Hive-trunk-h0.21/866/])
    HIVE-2328. Sets hive.zookeeper.session.timeout value to 600000 in hive-default.xml. Contributedby Carl Steinbach

amareshwari : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1153020
Files : 
* /hive/trunk/conf/hive-default.xml


> hive.zookeeper.session.timeout is set to null in hive-default.xml
> -----------------------------------------------------------------
>
>                 Key: HIVE-2328
>                 URL: https://issues.apache.org/jira/browse/HIVE-2328
>             Project: Hive
>          Issue Type: Bug
>          Components: Configuration, HBase Handler
>    Affects Versions: 0.7.0, 0.7.1
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>            Priority: Minor
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2328.1.patch.txt
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (HIVE-2328) hive.zookeeper.session.timeout is set to null in hive-default.xml

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach reassigned HIVE-2328:
------------------------------------

    Assignee: Carl Steinbach

> hive.zookeeper.session.timeout is set to null in hive-default.xml
> -----------------------------------------------------------------
>
>                 Key: HIVE-2328
>                 URL: https://issues.apache.org/jira/browse/HIVE-2328
>             Project: Hive
>          Issue Type: Bug
>          Components: Configuration, HBase Handler
>    Affects Versions: 0.7.0, 0.7.1
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2328.1.patch.txt
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2328) hive.zookeeper.session.timeout is set to null in hive-default.xml

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13076030#comment-13076030 ] 

Amareshwari Sriramadasu commented on HIVE-2328:
-----------------------------------------------

Thanks Carl !

> hive.zookeeper.session.timeout is set to null in hive-default.xml
> -----------------------------------------------------------------
>
>                 Key: HIVE-2328
>                 URL: https://issues.apache.org/jira/browse/HIVE-2328
>             Project: Hive
>          Issue Type: Bug
>          Components: Configuration, HBase Handler
>    Affects Versions: 0.7.0, 0.7.1
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>            Priority: Minor
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2328.1.patch.txt
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2328) hive.zookeeper.session.timeout is set to null in hive-default.xml

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-2328:
---------------------------------

    Attachment: HIVE-2328.1.patch.txt

> hive.zookeeper.session.timeout is set to null in hive-default.xml
> -----------------------------------------------------------------
>
>                 Key: HIVE-2328
>                 URL: https://issues.apache.org/jira/browse/HIVE-2328
>             Project: Hive
>          Issue Type: Bug
>          Components: Configuration, HBase Handler
>    Affects Versions: 0.7.0, 0.7.1
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2328.1.patch.txt
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2328) hive.zookeeper.session.timeout is set to null in hive-default.xml

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated HIVE-2328:
------------------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

+1

All tests passed with the patch. I just committed this.

> hive.zookeeper.session.timeout is set to null in hive-default.xml
> -----------------------------------------------------------------
>
>                 Key: HIVE-2328
>                 URL: https://issues.apache.org/jira/browse/HIVE-2328
>             Project: Hive
>          Issue Type: Bug
>          Components: Configuration, HBase Handler
>    Affects Versions: 0.7.0, 0.7.1
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2328.1.patch.txt
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira