You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2019/08/21 23:00:31 UTC

[impala] branch master updated (4b5ea53 -> dce3a58)

This is an automated email from the ASF dual-hosted git repository.

tarmstrong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git.


    from 4b5ea53  IMPALA-8869: Fix handling of HTTP keep-alive when returning 401
     new 475ee79  [DOCS] Corrected a typo in impala_new_features.xml for the 3.3 release
     new dce3a58  IMPALA-8880: Disable EventsProcessorStressTest

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/topics/impala_new_features.xml                                     | 2 +-
 .../org/apache/impala/catalog/events/EventsProcessorStressTest.java     | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)


[impala] 01/02: [DOCS] Corrected a typo in impala_new_features.xml for the 3.3 release

Posted by ta...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tarmstrong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit 475ee7930bef3160227cddde22b63bd7fe531a36
Author: Alex Rodoni <ar...@cloudera.com>
AuthorDate: Wed Aug 21 11:23:21 2019 -0700

    [DOCS] Corrected a typo in impala_new_features.xml for the 3.3 release
    
    Change-Id: I138eefcbcf63a51e567d4387b9c7490da276f8ec
    Reviewed-on: http://gerrit.cloudera.org:8080/14118
    Reviewed-by: Alex Rodoni <ar...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 docs/topics/impala_new_features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/topics/impala_new_features.xml b/docs/topics/impala_new_features.xml
index fb75078..65f543f 100644
--- a/docs/topics/impala_new_features.xml
+++ b/docs/topics/impala_new_features.xml
@@ -51,7 +51,7 @@ under the License.
       <p> The following sections describe the noteworthy improvements made in
           <keyword keyref="impala33"/>. </p>
       <p> For the full list of issues closed in this release, see the <xref
-          keyref="changelog_33">changelog for <keyword keyref="impala32"
+          keyref="changelog_33">changelog for <keyword keyref="impala33"
           /></xref>. </p>
       <section id="section_ezf_tnq_s3b">
         <title>Increased Compatibility with Apache Projects</title>


[impala] 02/02: IMPALA-8880: Disable EventsProcessorStressTest

Posted by ta...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tarmstrong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit dce3a58b330798e2362b2701b698805721633ff9
Author: Vihang Karajgaonkar <vi...@cloudera.com>
AuthorDate: Wed Aug 21 10:23:01 2019 -0700

    IMPALA-8880: Disable EventsProcessorStressTest
    
    EventsProcessorStressTest is flaky. The root-cause of this is MAPREDUCE-6441 which is
    unavailable in the component builds we use in the minicluster. The test will be renabled
    once we port MAPREDUCE-6441 to Hive-3 and Hive-2 minicluster
    
    Testing:
    1. Ran the test on hive-2 and confirmed its being ignored
    
    Change-Id: I0be247e01d5047dbd74702fb43d4d038d8ccf758
    Reviewed-on: http://gerrit.cloudera.org:8080/14117
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 .../org/apache/impala/catalog/events/EventsProcessorStressTest.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/fe/src/test/java/org/apache/impala/catalog/events/EventsProcessorStressTest.java b/fe/src/test/java/org/apache/impala/catalog/events/EventsProcessorStressTest.java
index a340ed1..19da6fb 100644
--- a/fe/src/test/java/org/apache/impala/catalog/events/EventsProcessorStressTest.java
+++ b/fe/src/test/java/org/apache/impala/catalog/events/EventsProcessorStressTest.java
@@ -36,6 +36,7 @@ import org.apache.thrift.TException;
 import org.junit.AfterClass;
 import org.junit.Assert;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -188,6 +189,7 @@ public class EventsProcessorStressTest {
     }
   }
 
+  @Ignore("Ignored until MAPREDUCE-6441 is available in the toolchain")
   @Test
   public void testUsingRandomHiveQueries() throws Exception {
     LOG.info("Using number of clients: {} number of queries per client: {}", numClients_,