tradunsky
01/22/2019, 10:41 PMtradunsky
01/22/2019, 10:42 PMThomas Vander Wal
02/02/2019, 4:13 AMzaleslaw
06/16/2020, 1:06 PMwithCached
to perform arbitrary transformations on a Dataset without it being recalculated, and don’t worry about your Dataset unpersisting at the end.
Kotlin Spark API also allows you to have unnamed tuples that you can call with c()
function that takes a variable number of arguments. You can add these to one another like in Python.
Check out the Quick Start Guide to quickly set up all the needed dependencies using Maven or Gradle: https://github.com/JetBrains/kotlin-spark-api/blob/master/docs/quick-start-guide.md
Check out some code examples to get an idea of what the API looks like: https://github.com/JetBrains/kotlin-spark-api/tree/master/examples/src/main/kotlin/org/jetbrains/spark/api/examples
Try it and share your feedback with us either in #kotlin-spark, or via GitHub issues: https://github.com/JetBrains/kotlin-spark-api/issues.
Thread in Slack ConversationDavid Martinez
02/11/2021, 10:50 AMjpg
03/22/2021, 12:27 PMJason Jackson
04/09/2021, 8:37 PMJason Jackson
04/09/2021, 8:38 PMmp
08/10/2022, 11:05 AMNullSilck
06/05/2024, 10:32 AM