Description Usage Arguments Value Examples
a shortcut function to read a Spark-managed table directly from the hive metastore without have to write any SQL. This is not a feature in Spark's Scala or Python API.
1 |
table |
string, the name of the table to read |
a spark_tbl
1 2 3 4 5 6 | ## Not run:
spark_read_table("iris")
# same as
spark.sql("SELECT * FROM iris")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.