aboutsummaryrefslogtreecommitdiff
path: root/sql
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:45 -0700
commit87229c95c6b597f5b84e36d518b9830e3ba63424 (patch)
tree643b395fc3016f0a2ec2399091060839ac1a0458 /sql
parent3a9b6997df3fef1052d8c410f32319018c52acff (diff)
downloadspark-87229c95c6b597f5b84e36d518b9830e3ba63424.tar.gz
spark-87229c95c6b597f5b84e36d518b9830e3ba63424.tar.bz2
spark-87229c95c6b597f5b84e36d518b9830e3ba63424.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.
Diffstat (limited to 'sql')
-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