Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 407A110C4D for ; Sat, 26 Oct 2013 20:04:40 +0000 (UTC) Received: (qmail 39935 invoked by uid 500); 26 Oct 2013 20:04:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 39885 invoked by uid 500); 26 Oct 2013 20:04:33 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 39875 invoked by uid 500); 26 Oct 2013 20:04:31 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 39867 invoked by uid 99); 26 Oct 2013 20:04:30 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Oct 2013 20:04:30 +0000 Date: Sat, 26 Oct 2013 20:04:30 +0000 (UTC) From: "Hive QA (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-5519) Use paging mechanism for templeton get requests. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-5519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13806161#comment-13806161 ] Hive QA commented on HIVE-5519: ------------------------------- {color:green}Overall{color}: +1 all checks pass Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12610402/HIVE-5519.2.patch.txt {color:green}SUCCESS:{color} +1 4483 tests passed Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/1251/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/1251/console Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. > Use paging mechanism for templeton get requests. > ------------------------------------------------ > > Key: HIVE-5519 > URL: https://issues.apache.org/jira/browse/HIVE-5519 > Project: Hive > Issue Type: Bug > Components: WebHCat > Reporter: Hari Sankar Sivarama Subramaniyan > Assignee: Hari Sankar Sivarama Subramaniyan > Attachments: HIVE-5519.1.patch.txt, HIVE-5519.2.patch.txt > > > Issuing a command to retrieve the jobs field using > "https://mwinkledemo.azurehdinsight.net:563/templeton/v1/queue/?user.name=admin&fields=*" --user u:p > will result in timeout in windows machine. The issue happens because of the amount of data that needs to be fetched. The proposal is to use paging based encoding scheme so that we flush the contents regularly and the client does not time out. -- This message was sent by Atlassian JIRA (v6.1#6144)