Uh oh!
There was an error while loading. Please reload this page.
[SPARK-17125][SPARKR] Allow to specify spark config using non-string type in SparkR - #14699
[SPARK-17125][SPARKR] Allow to specify spark config using non-string type in SparkR#14699zjffdu wants to merge 1 commit into
Conversation
SparkQA
commented
Aug 18, 2016
Test build #63981 has finished for PR 14699 at commit
|
felixcheung
commented
Aug 18, 2016
Your example was failing for a different reason: Means that your |
zjffdu
commented
Aug 18, 2016
Make sense, @felixcheung Thanks |
felixcheung
commented
Aug 19, 2016
I haven't exhaustively test out configs, not sure always coercing to string might be limiting, in certain cases (eg. user was expecting |
zjffdu
commented
Aug 19, 2016
@felixcheung In what of case user was expecting |
felixcheung
commented
Aug 19, 2016
It's hard to say. Right now it is being converted on the JVM side - so it is possible to have |
felixcheung
commented
Oct 9, 2016
would you like to follow up or close this? |
Closesapache#11610Closesapache#15411Closesapache#15501Closesapache#12613Closesapache#12518Closesapache#12026Closesapache#15524Closesapache#12693Closesapache#12358Closesapache#15588Closesapache#15635Closesapache#15678Closesapache#14699Closesapache#9008
Closesapache#11610Closesapache#15411Closesapache#15501Closesapache#12613Closesapache#12518Closesapache#12026Closesapache#15524Closesapache#12693Closesapache#12358Closesapache#15588Closesapache#15635Closesapache#15678Closesapache#14699Closesapache#9008 Author: Sean Owen <sowen@cloudera.com> Closesapache#15685 from srowen/CloseStalePRs.
What changes were proposed in this pull request?
Allow to set spark configuration using non-string type in sparkR
How was this patch tested?
Tested manually using the following command