This repository was archived by the owner on Mar 24, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ contains the integration of clouding as spark-sql external datasource
1414contains various test cases for exploring spark api:
1515
1616* mytest.spark.CloudantApp: cloudant as spark-sql external datastore application
17+ * mytest.spark.CloudantDF: cloudant as spark-sql external datastore application using DataFrame
18+ * mytest.spark.CloudantDFOption: cloudant as spark-sql external datastore application using DataFrame with option
1719
1820
1921#### Python project:
@@ -23,7 +25,8 @@ contains various test cases for exploring spark api:
2325Contains various test cases for exploring spark api:
2426
2527* CloudantApp.py : Cloudant as spark-sql external datastore application , similar to test class in Scala
26- * CloudantDF.py : Cloudant as spark-sql external datastore DataFrame application
28+ * CloudantDF.py : Cloudant as spark-sql external datastore DataFrame application using DataFrame
29+ * CloudantDFOption.py : Cloudant as spark-sql external datastore DataFrame application using DataFrame with option
2730* RiakApp.py: Riak as spark-sql external datastore application.
2831
2932
You can’t perform that action at this time.
0 commit comments