You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2020/01/10 01:47:34 UTC

[spark-website] branch asf-site updated: Document the signals for Hive 1.2 and 2.3 profiles

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

gurwls223 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new ad84357  Document the signals for Hive 1.2 and 2.3 profiles
ad84357 is described below

commit ad8435787be874fdd2c0e308acacfa0f1601dc72
Author: HyukjinKwon <gu...@apache.org>
AuthorDate: Fri Jan 10 10:47:20 2020 +0900

    Document the signals for Hive 1.2 and 2.3 profiles
    
    This PR documents the signals for Hive 1.2 and 2.3 profiles
    
    Author: HyukjinKwon <gu...@apache.org>
    
    Closes #248 from HyukjinKwon/hive-signals.
---
 developer-tools.md        | 2 ++
 site/developer-tools.html | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/developer-tools.md b/developer-tools.md
index 1b98c7b..8ed4141 100644
--- a/developer-tools.md
+++ b/developer-tools.md
@@ -256,6 +256,8 @@ your pull request to change testing behavior. This includes:
 - `[test-hadoop2.7]` - signals to test using Spark's Hadoop 2.7 profile
 - `[test-hadoop3.2]` - signals to test using Spark's Hadoop 3.2 profile
 - `[test-hadoop3.2][test-java11]` - signals to test using Spark's Hadoop 3.2 profile with JDK 11
+- `[test-hive1.2]` - signals to test using Spark's Hive 1.2 profile
+- `[test-hive2.3]` - signals to test using Spark's Hive 2.3 profile
 
 <h3>Binary compatibility</h3>
 
diff --git a/site/developer-tools.html b/site/developer-tools.html
index 3ba40b2..c449e20 100644
--- a/site/developer-tools.html
+++ b/site/developer-tools.html
@@ -435,6 +435,8 @@ your pull request to change testing behavior. This includes:</p>
   <li><code class="highlighter-rouge">[test-hadoop2.7]</code> - signals to test using Spark&#8217;s Hadoop 2.7 profile</li>
   <li><code class="highlighter-rouge">[test-hadoop3.2]</code> - signals to test using Spark&#8217;s Hadoop 3.2 profile</li>
   <li><code class="highlighter-rouge">[test-hadoop3.2][test-java11]</code> - signals to test using Spark&#8217;s Hadoop 3.2 profile with JDK 11</li>
+  <li><code class="highlighter-rouge">[test-hive1.2]</code> - signals to test using Spark&#8217;s Hive 1.2 profile</li>
+  <li><code class="highlighter-rouge">[test-hive2.3]</code> - signals to test using Spark&#8217;s Hive 2.3 profile</li>
 </ul>
 
 <h3>Binary compatibility</h3>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org