Repository: spark-website Updated Branches: refs/heads/asf-site 19a5c7059 -> 0eaa78e8f
update doap file Author: Felix Cheung <[email protected]> Closes #112 from felixcheung/doap. Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/0eaa78e8 Tree: http://git-wip-us.apache.org/repos/asf/spark-website/tree/0eaa78e8 Diff: http://git-wip-us.apache.org/repos/asf/spark-website/diff/0eaa78e8 Branch: refs/heads/asf-site Commit: 0eaa78e8f3b96d7de5e9ac47173a95a299775d93 Parents: 19a5c70 Author: Felix Cheung <[email protected]> Authored: Mon Jun 11 13:44:00 2018 -0700 Committer: Marcelo Vanzin <[email protected]> Committed: Mon Jun 11 13:44:00 2018 -0700 ---------------------------------------------------------------------- doap.rdf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark-website/blob/0eaa78e8/doap.rdf ---------------------------------------------------------------------- diff --git a/doap.rdf b/doap.rdf index 1568c3f..25bb8fc 100644 --- a/doap.rdf +++ b/doap.rdf @@ -28,13 +28,16 @@ <homepage rdf:resource="http://spark.apache.org" /> <asfext:pmc rdf:resource="http://spark.apache.org" /> <shortdesc>Apache Spark is a fast and general engine for large-scale data processing.</shortdesc> - <description>Apache Spark is a fast and general engine for large-scale data processing. It offers high-level APIs in Java, Scala and Python as well as a rich set of libraries including stream processing, machine learning, and graph analytics.</description> + <description>Apache Spark is a fast and general engine for large-scale data processing. It offers high-level APIs in Java, Scala, Python and R, as well as a rich set of libraries including stream processing, machine learning, and graph analytics.</description> <bug-database rdf:resource="http://issues.apache.org/jira/browse/SPARK" /> <mailing-list rdf:resource="http://spark.apache.org/community.html" /> <download-page rdf:resource="http://spark.apache.org/downloads.html" /> <programming-language>Java</programming-language> <programming-language>Scala</programming-language> <programming-language>Python</programming-language> + <programming-language>R</programming-language> + <programming-language>SQL</programming-language> + <programming-language>JDBC</programming-language> <category rdf:resource="http://projects.apache.org/category/big-data" /> </Project> </rdf:RDF> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
