-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #932 from Nitish1814/single-sparksession-911
added singleton SparkSessionProvider
- Loading branch information
Showing
31 changed files
with
423 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 10 additions & 7 deletions
17
...e/src/test/java/zingg/TestDocumenter.java → ...java/zingg/spark/core/TestDocumenter.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...src/test/java/zingg/TestUDFDoubleArr.java → ...va/zingg/spark/core/TestUDFDoubleArr.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package zingg; | ||
package zingg.spark.core; | ||
|
||
import org.apache.spark.sql.api.java.UDF2; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...rc/test/java/zingg/TestUDFDoubleList.java → ...a/zingg/spark/core/TestUDFDoubleList.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package zingg; | ||
package zingg.spark.core; | ||
|
||
import java.util.List; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...src/test/java/zingg/TestUDFDoubleObj.java → ...va/zingg/spark/core/TestUDFDoubleObj.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package zingg; | ||
package zingg.spark.core; | ||
|
||
import org.apache.spark.sql.api.java.UDF2; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...src/test/java/zingg/TestUDFDoubleSeq.java → ...va/zingg/spark/core/TestUDFDoubleSeq.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package zingg; | ||
package zingg.spark.core; | ||
|
||
import org.apache.spark.sql.api.java.UDF2; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...t/java/zingg/TestUDFDoubleWrappedArr.java → ...g/spark/core/TestUDFDoubleWrappedArr.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package zingg; | ||
package zingg.spark.core; | ||
|
||
import org.apache.spark.sql.api.java.UDF2; | ||
|
||
|
5 changes: 3 additions & 2 deletions
5
...ngg/common/core/block/TestSparkBlock.java → ...ingg/spark/core/block/TestSparkBlock.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.