Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updated DataFrame.saveAsTable Hive warning to include SPARK-7550 ticket.
So users that are interested in this can track it easily.
  • Loading branch information
rxin committed May 12, 2015
commit ee0e34c402733a0db0480ca77805f7a54a9244cd
12 changes: 6 additions & 6 deletions sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down