File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
examples/src/main/kotlin/org/jetbrains/kotlinx/spark/examples Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ /* -
2+ * =LICENSE=
3+ * Kotlin Spark API: Examples for Spark 2.4+ (Scala 2.11)
4+ * ----------
5+ * Copyright (C) 2019 - 2021 JetBrains
6+ * ----------
7+ * Licensed under the Apache License, Version 2.0 (the "License");
8+ * you may not use this file except in compliance with the License.
9+ * You may obtain a copy of the License at
10+ *
11+ * http://www.apache.org/licenses/LICENSE-2.0
12+ *
13+ * Unless required by applicable law or agreed to in writing, software
14+ * distributed under the License is distributed on an "AS IS" BASIS,
15+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ * See the License for the specific language governing permissions and
17+ * limitations under the License.
18+ * =LICENSEEND=
19+ */
120package org.jetbrains.kotlinx.spark.examples
221
322import org.jetbrains.kotlinx.spark.api.broadcast
@@ -20,4 +39,4 @@ fun main() = withSpark {
2039 .collectAsList()
2140
2241 println (result)
23- }
42+ }
You can’t perform that action at this time.
0 commit comments