Spark 3754 spark streaming file system api callable from java#2703
Spark 3754 spark streaming file system api callable from java#2703holdenk wants to merge 7 commits intoapache:masterfrom
Conversation
|
Test FAILed. |
|
QA tests have started for PR 2703 at commit
|
|
@tdas this fixes the issue with the Java API I found while working on the book. |
|
QA tests have finished for PR 2703 at commit
|
|
Test FAILed. |
|
QA tests have started for PR 2703 at commit
|
|
QA tests have finished for PR 2703 at commit
|
|
Test FAILed. |
|
Can one of the admins verify this patch? |
|
jenkins, retest this please |
…allable-from-java
|
Jenkins, this is ok to test. |
|
QA tests have started for PR 2703 at commit
|
|
QA tests have finished for PR 2703 at commit
|
|
Test FAILed. |
There was a problem hiding this comment.
This does not seem to be related to SPARK 3754
There was a problem hiding this comment.
I am not sure whether there is any use case for exposing this.
There was a problem hiding this comment.
the use case of exposing this was so that I could expose equivelent java functionality to what was available in Scala
There was a problem hiding this comment.
Hey @holdenk, although the underlying fileinputdstream supported it, it was not exposed in the API. I am not sure its worth exposing this kind of functionality. So lets not change this.
|
Thanks @holdenk for doing this. This is a great fix. Run the mima test with |
|
@tdas: Ok will do. No one should be using the old API because it ins't callable from Java. |
|
QA tests have started for PR 2703 at commit
|
|
QA tests have finished for PR 2703 at commit
|
|
Test FAILed. |
|
Jenkins, test this again |
|
Test build #23146 has started for PR 2703 at commit
|
|
Test build #23146 has finished for PR 2703 at commit
|
|
Test PASSed. |
There was a problem hiding this comment.
Same reason as above, no need to expose this functionality of newFilesOnly
There was a problem hiding this comment.
Correction on this comment. newFilesOnly should be exposed as it is exposed in the Scala api.
|
Ping? |
|
I'll take a look this weekend when I have some time. |
|
Thanks! |
|
This has already been fixed by #4101 Can you please close this PR? |
This is a WIP of making the filesystem api callable for the Java version of Spark Streaming.