Skip to content

Commit e68fd73

Browse files
authored
Merge pull request #298 from Kotlin/spark-hint
Hint about Kotlin Spark API in I/O docs
2 parents 156a607 + 1c16aca commit e68fd73

File tree

1 file changed

+5
-0
lines changed
  • docs/StardustDocs/topics

1 file changed

+5
-0
lines changed

docs/StardustDocs/topics/io.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22

33
When you work with data, you have to [read](read.md) it from disk or from remote URLs and [write](write.md) it on disk.
44
This section describes how to do it. For now, CSV, TSV, JSON, XLS, XLSX, Apache Arrow formats are supported.
5+
6+
Working with [Apache Spark](https://spark.apache.org/) directly from Kotlin DataFrame is not possible at the time of
7+
writing. However, there is a [Kotlin Spark API](https://github.com/Kotlin/kotlin-spark-api) which we can recommend in
8+
the meantime. If you do want to work with data from Spark in Kotlin DataFrame, we recommend exporting your data to CSV or
9+
the Apache Arrow format and then reading it back into a [DataFrame](DataFrame.md).

0 commit comments

Comments
 (0)