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 2016/10/31 22:45:57 UTC

[1/2] incubator-impala git commit: Remove vim plugin config file from .gitignore

Repository: incubator-impala
Updated Branches:
  refs/heads/master 9b507b6ed -> c03044717


Remove vim plugin config file from .gitignore

Files in be/ get wiped out by clean.sh if they're listed in .gitignore.
It is easier to just configure this via a project-specific .vimrc file.

Change-Id: I262f7a1ec8daace84a29518ba826c7c3b20fb9e9
Reviewed-on: http://gerrit.cloudera.org:8080/4854
Reviewed-by: Jim Apple <jb...@cloudera.com>
Tested-by: Tim Armstrong <ta...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/08ef70be
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/08ef70be
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/08ef70be

Branch: refs/heads/master
Commit: 08ef70bebe972647a5e67ac622dc4ada74e4d3d9
Parents: 9b507b6
Author: Lars Volker <lv...@cloudera.com>
Authored: Wed Oct 26 14:44:43 2016 -0700
Committer: Tim Armstrong <ta...@cloudera.com>
Committed: Mon Oct 31 22:44:54 2016 +0000

----------------------------------------------------------------------
 .gitignore | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/08ef70be/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index e63f863..9d5d981 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,4 +57,3 @@ hs_err_pid*.log
 # Vim related files
 .*.swp
 .vimrc
-be/.ycm_extra_conf.py


[2/2] incubator-impala git commit: IMPALA-4380: Remove 'cloudera' from hostnames in bin/generate_minidump_collection_testdata.py

Posted by ta...@apache.org.
IMPALA-4380: Remove 'cloudera' from hostnames in bin/generate_minidump_collection_testdata.py

These host names don't need to be in cloudera.com.

Change-Id: Icad9ba6ccba745ad3017cd6ad1c2a11c6af9cb42
Reviewed-on: http://gerrit.cloudera.org:8080/4858
Reviewed-by: Taras Bobrovytsky <tb...@cloudera.com>
Tested-by: Tim Armstrong <ta...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/c0304471
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/c0304471
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/c0304471

Branch: refs/heads/master
Commit: c0304471728e402baf92e6232c138d1d258a590f
Parents: 08ef70b
Author: Lars Volker <lv...@cloudera.com>
Authored: Wed Oct 26 18:11:00 2016 -0700
Committer: Tim Armstrong <ta...@cloudera.com>
Committed: Mon Oct 31 22:45:22 2016 +0000

----------------------------------------------------------------------
 bin/generate_minidump_collection_testdata.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/c0304471/bin/generate_minidump_collection_testdata.py
----------------------------------------------------------------------
diff --git a/bin/generate_minidump_collection_testdata.py b/bin/generate_minidump_collection_testdata.py
index 350f0e3..5e3d9fb 100755
--- a/bin/generate_minidump_collection_testdata.py
+++ b/bin/generate_minidump_collection_testdata.py
@@ -68,10 +68,10 @@ CONFIG_FILE = '''-beeswax_port=21000
 -log_dir={0}
 -minidump_path={1}
 -max_lineage_log_file_size=5000
--hostname=vb0204.halxg.cloudera.com
--state_store_host=vb0202.halxg.cloudera.com
+-hostname=host1.example.com
+-state_store_host=host2.example.com
 -state_store_port=24000
--catalog_service_host=vb0202.halxg.cloudera.com
+-catalog_service_host=host2.example.com
 -catalog_service_port=26000
 -local_library_dir=/var/lib/impala/udfs
 -disable_admission_control=true