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/05/02 17:41:19 UTC

[impala] branch master updated (f07be8d -> f22445f)

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 f07be8d  IMPALA-7892 IMPALA-8416: [DOCS] Described the new network and disk info in query profiles
     new e01fc42  [DOCS] Fixed the typo introduced in IMPALA-7892
     new 909bf93  IMPALA-8478: Fix test_provider.py Python 2.6 compatibility
     new f22445f  IMPALA-8481: Pass username in test_hbase_col_filter

The 3 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_explain_plan.xml    | 5 -----
 tests/authorization/test_provider.py   | 2 +-
 tests/query_test/test_hbase_queries.py | 4 ++--
 3 files changed, 3 insertions(+), 8 deletions(-)


[impala] 03/03: IMPALA-8481: Pass username in test_hbase_col_filter

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 f22445fdb266ea6e835892d9a0885b283c84ca0c
Author: David Knupp <dk...@cloudera.com>
AuthorDate: Mon Apr 29 14:31:52 2019 -0700

    IMPALA-8481: Pass username in test_hbase_col_filter
    
    This test will fail if run against a deployed cluster, since the
    default using running the test may not have the correct permissions.
    
    Confirmed fix by running the test on a local minicluster build, as
    well as on the deployed cluster.
    
    Change-Id: Ib9f6c51b8b30087c56c0499923604e1484239468
    Reviewed-on: http://gerrit.cloudera.org:8080/13214
    Reviewed-by: Tim Armstrong <ta...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 tests/query_test/test_hbase_queries.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/query_test/test_hbase_queries.py b/tests/query_test/test_hbase_queries.py
index 4fa286b..ae68fa4 100644
--- a/tests/query_test/test_hbase_queries.py
+++ b/tests/query_test/test_hbase_queries.py
@@ -85,8 +85,8 @@ class TestHBaseQueries(ImpalaTestSuite):
     del_table = "DROP TABLE IF EXISTS {0}".format(table_name)
 
     try:
-      self.run_stmt_in_hive(cr_table)
-      self.run_stmt_in_hive(add_data)
+      self.run_stmt_in_hive(cr_table, username='hdfs')
+      self.run_stmt_in_hive(add_data, username='hdfs')
       self.client.execute("invalidate metadata {0}".format(table_name))
       self.run_test_case('QueryTest/hbase-col-filter', vector, unique_database)
     finally:


[impala] 02/03: IMPALA-8478: Fix test_provider.py Python 2.6 compatibility

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 909bf9320225c1e2dabb405ff591b4386548a9f4
Author: Fredy Wijaya <fw...@cloudera.com>
AuthorDate: Wed May 1 15:13:02 2019 -0700

    IMPALA-8478: Fix test_provider.py Python 2.6 compatibility
    
    This patch updates test_provider.py to work on Python 2.6 by using a
    string formatting syntax that's available on both Python 2.6 and 2.7.
    
    Testing:
    - Ran test_provider.py on both Python 2.6 and 2.7
    
    Change-Id: Ie7aa4a3149ae07261ecb64e84ba4fad5dd63f131
    Reviewed-on: http://gerrit.cloudera.org:8080/13211
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 tests/authorization/test_provider.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/authorization/test_provider.py b/tests/authorization/test_provider.py
index 2e2e7a9..9c7ad2d 100644
--- a/tests/authorization/test_provider.py
+++ b/tests/authorization/test_provider.py
@@ -55,7 +55,7 @@ class TestAuthorizationProvider(CustomClusterTestSuite):
     # parse log file for expected exception
     assert_file_in_dir_contains(TestAuthorizationProvider.LOG_DIR,
                                 "InternalException: Could not parse "
-                                "authorization_provider flag: {}"
+                                "authorization_provider flag: {0}"
                                 .format(TestAuthorizationProvider.BAD_FLAG))
 
   def setup_method(self, method):


[impala] 01/03: [DOCS] Fixed the typo introduced in IMPALA-7892

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 e01fc42f16a6a2d6f8e7f8c8e89becb6ad9aa739
Author: Alex Rodoni <ar...@cloudera.com>
AuthorDate: Wed May 1 14:03:01 2019 -0700

    [DOCS] Fixed the typo introduced in IMPALA-7892
    
    Change-Id: I46bc34a179a5996f1121a5906255d4906e91ce0c
    Reviewed-on: http://gerrit.cloudera.org:8080/13209
    Reviewed-by: Alex Rodoni <ar...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 docs/topics/impala_explain_plan.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/docs/topics/impala_explain_plan.xml b/docs/topics/impala_explain_plan.xml
index b8f3168..cee5969 100644
--- a/docs/topics/impala_explain_plan.xml
+++ b/docs/topics/impala_explain_plan.xml
@@ -227,11 +227,6 @@ under the License.
             href="impala_resource_trace_ratio.xml#resource_trace_ratio"
             >RESOURCE_TRACE_RATIO</xref></codeph> query option.</p>
       <ul>
-        <li>For each host that participates in the query execution it adds the
-          read and write bandwidth across all disks. This includes all data read
-          or written by the host as part of the execution of a query (spilling),
-          by the HDFS data node, and by other processes running on the same
-          system.</li>
         <li><codeph>CpuIoWaitPercentage</codeph>
         </li>
         <li><codeph>CpuSysPercentage</codeph></li>