[GitHub] [zeppelin] RussellSpitzer commented on issue #3357: [ZEPPELIN-4136] -Use a match expression to determine SparkR Security

2019-04-29 Thread GitBox
RussellSpitzer commented on issue #3357: [ZEPPELIN-4136] -Use a match expression to determine SparkR Security URL: https://github.com/apache/zeppelin/pull/3357#issuecomment-487690798 I'm really not liking what i'm doing here. I think i'm going to try to just push the version number in our

[GitHub] [zeppelin] RussellSpitzer commented on issue #3357: [ZEPPELIN-4136] -Use a match expression to determine SparkR Security

2019-04-29 Thread GitBox
RussellSpitzer commented on issue #3357: [ZEPPELIN-4136] -Use a match expression to determine SparkR Security URL: https://github.com/apache/zeppelin/pull/3357#issuecomment-487671905 @felixcheung I read the code wrong, to avoid the version check for Python I have it check whether py4j

[GitHub] [zeppelin] RussellSpitzer commented on issue #3357: [ZEPPELIN-4136] -Use a match expression to determine SparkR Security

2019-04-29 Thread GitBox
RussellSpitzer commented on issue #3357: [ZEPPELIN-4136] -Use a match expression to determine SparkR Security URL: https://github.com/apache/zeppelin/pull/3357#issuecomment-487648939 Not sure why i'm having such pain with this type matching :/

[GitHub] [zeppelin] RussellSpitzer commented on issue #3357: [ZEPPELIN-4136] -Use a match expression to determine SparkR Security

2019-04-29 Thread GitBox
RussellSpitzer commented on issue #3357: [ZEPPELIN-4136] -Use a match expression to determine SparkR Security URL: https://github.com/apache/zeppelin/pull/3357#issuecomment-487645040 @felixcheung From what I can tell, pyspark just assumes that the secret is always passed

[GitHub] [zeppelin] RussellSpitzer commented on issue #3357: [ZEPPELIN-4136] -Use a match expression to determine SparkR Security

2019-04-29 Thread GitBox
RussellSpitzer commented on issue #3357: [ZEPPELIN-4136] -Use a match expression to determine SparkR Security URL: https://github.com/apache/zeppelin/pull/3357#issuecomment-487625794 Of course On Mon, Apr 29, 2019 at 10:25 AM Jeff Zhang wrote: > Thanks for the