aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-05-11 18:10:45 -0700
committerReynold Xin <rxin@databricks.com>2015-05-11 18:10:52 -0700
commite1e599d58ce5ad9e9c0f9e78dd9961c55ea69850 (patch)
tree15f3c6c4d852a63058547fa76c8b642b68754b00
parenteaa61162003fdaf345e8ba04987e0edcee03ca8e (diff)
downloadspark-e1e599d58ce5ad9e9c0f9e78dd9961c55ea69850.tar.gz
spark-e1e599d58ce5ad9e9c0f9e78dd9961c55ea69850.tar.bz2
spark-e1e599d58ce5ad9e9c0f9e78dd9961c55ea69850.zip
Updated DataFrame.saveAsTable Hive warning to include SPARK-7550 ticket.
So users that are interested in this can track it easily. Author: Reynold Xin <rxin@databricks.com> Closes #6067 from rxin/SPARK-7550 and squashes the following commits: ee0e34c [Reynold Xin] Updated DataFrame.saveAsTable Hive warning to include SPARK-7550 ticket. (cherry picked from commit 87229c95c6b597f5b84e36d518b9830e3ba63424) Signed-off-by: Reynold Xin <rxin@databricks.com>
-rw-r--r--sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala12
1 files changed, 6 insertions, 6 deletions
diff --git a/sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala b/sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala
index 729cfc1da2..2472999de3 100644
--- a/sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala
+++ b/sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala
@@ -1194,7 +1194,7 @@ class DataFrame private[sql](
* be the target of an `insertInto`.
*
* Also note that while this function can persist the table metadata into Hive's metastore,
- * the table will NOT be accessible from Hive.
+ * the table will NOT be accessible from Hive, until SPARK-7550 is resolved.
* @group output
*/
@Experimental
@@ -1213,7 +1213,7 @@ class DataFrame private[sql](
* be the target of an `insertInto`.
*
* Also note that while this function can persist the table metadata into Hive's metastore,
- * the table will NOT be accessible from Hive.
+ * the table will NOT be accessible from Hive, until SPARK-7550 is resolved.
* @group output
*/
@Experimental
@@ -1240,7 +1240,7 @@ class DataFrame private[sql](
* be the target of an `insertInto`.
*
* Also note that while this function can persist the table metadata into Hive's metastore,
- * the table will NOT be accessible from Hive.
+ * the table will NOT be accessible from Hive, until SPARK-7550 is resolved.
* @group output
*/
@Experimental
@@ -1259,7 +1259,7 @@ class DataFrame private[sql](
* be the target of an `insertInto`.
*
* Also note that while this function can persist the table metadata into Hive's metastore,
- * the table will NOT be accessible from Hive.
+ * the table will NOT be accessible from Hive, until SPARK-7550 is resolved.
* @group output
*/
@Experimental
@@ -1278,7 +1278,7 @@ class DataFrame private[sql](
* be the target of an `insertInto`.
*
* Also note that while this function can persist the table metadata into Hive's metastore,
- * the table will NOT be accessible from Hive.
+ * the table will NOT be accessible from Hive, until SPARK-7550 is resolved.
* @group output
*/
@Experimental
@@ -1302,7 +1302,7 @@ class DataFrame private[sql](
* be the target of an `insertInto`.
*
* Also note that while this function can persist the table metadata into Hive's metastore,
- * the table will NOT be accessible from Hive.
+ * the table will NOT be accessible from Hive, until SPARK-7550 is resolved.
* @group output
*/
@Experimental