You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by mj...@apache.org on 2017/03/22 19:04:33 UTC

[1/2] incubator-impala git commit: Bump Kudu client version to 16dd6e4

Repository: incubator-impala
Updated Branches:
  refs/heads/master a50c34407 -> 7592e332a


Bump Kudu client version to 16dd6e4

Also sets the Java client version to
1.4.0-cdh5.12.0-SNAPSHOT

Change-Id: I9a8074640a6b93b5a65a1e0e2f22c7fe78754ad1
Reviewed-on: http://gerrit.cloudera.org:8080/6423
Reviewed-by: Matthew Jacobs <mj...@cloudera.com>
Tested-by: Impala Public Jenkins


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

Branch: refs/heads/master
Commit: 52ab7ce501c415675edbfa13969358dc1c6d363c
Parents: a50c344
Author: Matthew Jacobs <mj...@cloudera.com>
Authored: Fri Mar 17 18:33:35 2017 -0700
Committer: Impala Public Jenkins <im...@gerrit.cloudera.org>
Committed: Wed Mar 22 02:50:05 2017 +0000

----------------------------------------------------------------------
 bin/impala-config.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/52ab7ce5/bin/impala-config.sh
----------------------------------------------------------------------
diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index ebe29ec..36db222 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -72,7 +72,7 @@ fi
 # moving to a different build of the toolchain, e.g. when a version is bumped or a
 # compile option is changed. The build id can be found in the output of the toolchain
 # build jobs, it is constructed from the build number and toolchain git hash prefix.
-export IMPALA_TOOLCHAIN_BUILD_ID=369-421c1fb391
+export IMPALA_TOOLCHAIN_BUILD_ID=371-4cf61fa2f3
 
 # Versions of toolchain dependencies.
 # -----------------------------------
@@ -121,10 +121,10 @@ if [[ $OSTYPE == "darwin"* ]]; then
 fi
 
 # Kudu version in the toolchain; provides libkudu_client.so and minicluster binaries.
-export IMPALA_KUDU_VERSION=2b0edbe
+export IMPALA_KUDU_VERSION=16dd6e4
 
 # Kudu version used to identify Java client jar from maven
-export KUDU_JAVA_VERSION=1.3.0-SNAPSHOT
+export KUDU_JAVA_VERSION=1.4.0-cdh5.12.0-SNAPSHOT
 
 # Versions of Hadoop ecosystem dependencies.
 # ------------------------------------------


[2/2] incubator-impala git commit: [DOCS] Genericize LZO setup instructions

Posted by mj...@apache.org.
[DOCS] Genericize LZO setup instructions

Take out the Cloudera-specific download URLs
for the impala-lzo package.

Change-Id: Idea5a28a73287b6b3a023843ddada88204db7b1b
Reviewed-on: http://gerrit.cloudera.org:8080/6439
Reviewed-by: Jim Apple <jb...@apache.org>
Reviewed-by: John Russell <jr...@cloudera.com>
Tested-by: Impala Public Jenkins


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

Branch: refs/heads/master
Commit: 7592e332ad71a9e3c03af1d1d4a4130b9698cf66
Parents: 52ab7ce
Author: John Russell <jr...@cloudera.com>
Authored: Mon Mar 20 12:47:59 2017 -0700
Committer: Impala Public Jenkins <im...@gerrit.cloudera.org>
Committed: Wed Mar 22 17:44:28 2017 +0000

----------------------------------------------------------------------
 docs/topics/impala_incompatible_changes.xml |  2 +-
 docs/topics/impala_txtfile.xml              | 33 +++---------------------
 2 files changed, 4 insertions(+), 31 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/7592e332/docs/topics/impala_incompatible_changes.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_incompatible_changes.xml b/docs/topics/impala_incompatible_changes.xml
index e41fbb0..bb4c434 100644
--- a/docs/topics/impala_incompatible_changes.xml
+++ b/docs/topics/impala_incompatible_changes.xml
@@ -1353,7 +1353,7 @@ ALTER TABLE <varname>table_name</varname> SET FILEFORMAT
       <ul>
         <li>
           If you use LZO-compressed text files, when you upgrade Impala to version 1.0, also update the
-          <codeph>impala-lzo-cdh4</codeph> to the latest level. See <xref href="impala_txtfile.xml#lzo"/> for
+          Impala LZO package to the latest level. See <xref href="impala_txtfile.xml#lzo"/> for
           details.
         </li>
       </ul>

http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/7592e332/docs/topics/impala_txtfile.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_txtfile.xml b/docs/topics/impala_txtfile.xml
index 3b676d2..3c09b80 100644
--- a/docs/topics/impala_txtfile.xml
+++ b/docs/topics/impala_txtfile.xml
@@ -486,34 +486,7 @@ INSERT INTO csv SELECT * FROM other_file_format_table;</codeblock>
 
             <p>
               Download and install the appropriate file to each machine on which you intend to use LZO with Impala.
-              These files all come from
-              <xref keyref="gplextras">this GPL extras</xref> download site. Install the:
             </p>
-            <ul>
-              <li>
-                <xref keyref="gplextras_rhel5">Red Hat 5 repo file</xref> to <filepath>/etc/yum.repos.d/</filepath>.
-              </li>
-
-              <li>
-                <xref keyref="gplextras_rhel6">Red Hat 6 repo file</xref> to <filepath>/etc/yum.repos.d/</filepath>.
-              </li>
-
-              <li>
-                <xref keyref="gplextras_sles11">SUSE repo file</xref> to <filepath>/etc/zypp/repos.d/</filepath>.
-              </li>
-
-              <li>
-                <xref keyref="gplextras_ubuntu_lucid">Ubuntu 10.04 list file</xref> to <filepath>/etc/apt/sources.list.d/</filepath>.
-              </li>
-
-              <li>
-                <xref keyref="gplextras_ubuntu_precise">Ubuntu 12.04 list file</xref> to <filepath>/etc/apt/sources.list.d/</filepath>.
-              </li>
-
-              <li>
-                <xref keyref="gplextras_debian_squeeze">Debian list file</xref> to <filepath>/etc/apt/sources.list.d/</filepath>.
-              </li>
-            </ul>
           </li>
 
           <li>
@@ -551,7 +524,7 @@ $ sudo apt-get install hadoop-lzo
 $ sudo apt-get install impala-lzo</codeblock>
             <note>
               <p>
-                The level of the <codeph>impala-lzo-cdh4</codeph> package is closely tied to the version of Impala
+                The level of the <codeph>impala-lzo</codeph> package is closely tied to the version of Impala
                 you use. Any time you upgrade Impala, re-do the installation command for
                 <codeph>impala-lzo</codeph> on each applicable machine to make sure you have the appropriate
                 version of that package.
@@ -652,8 +625,8 @@ hive&gt; INSERT INTO TABLE lzo_t SELECT col1, col2 FROM uncompressed_text_table;
           Run the indexer using a command like the following:
         </p>
 
-<codeblock>$ hadoop jar /usr/lib/hadoop/lib/hadoop-lzo-cdh4-0.4.15-gplextras.jar
-  com.hadoop.compression.lzo.DistributedLzoIndexer /hdfs_location_of_table/</codeblock>
+<codeblock>$ hadoop jar /usr/lib/hadoop/lib/hadoop-lzo-<varname>version</varname>-gplextras.jar
+  com.hadoop.compression.lzo.DistributedLzoIndexer /<varname>hdfs_location_of_table</varname>/</codeblock>
 
         <note>
           If the path of the JAR file in the preceding example is not recognized, do a <cmdname>find</cmdname>