Skip to content
This repository was archived by the owner on Mar 24, 2021. It is now read-only.

Commit 51678c4

Browse files
author
Yang Lei
committed
revise build content
1 parent ecaa009 commit 51678c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README_build.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ contains the integration of clouding as spark-sql external datasource
1414
contains 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:
2325
Contains 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

0 commit comments

Comments
 (0)