[
https://issues.apache.org/jira/browse/LIVY-546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gyorgy Gal updated LIVY-546:
----------------------------
Fix Version/s: 0.10.0
(was: 0.9.0)
This issue has been moved to the 0.10.0 release as part of a bulk update. If
you feel this is moved out inappropriately, feel free to provide justification
and reset the Fix Version to 0.9.0.
> Livy-SparkR Auth secret not provided in environment
> ---------------------------------------------------
>
> Key: LIVY-546
> URL: https://issues.apache.org/jira/browse/LIVY-546
> Project: Livy
> Issue Type: Bug
> Components: REPL
> Affects Versions: 0.5.0
> Reporter: Euijun
> Priority: Major
> Fix For: 0.10.0
>
>
> Hi expert,
> I tried to use Livy to connect SparkR.
> This is related to
> [https://stackoverflow.com/questions/53900995/livy-spark-r-issue]
>
> Error message is,
> {code:java}
> Error in sparkR.sparkContext(master, appName, sparkHome, sparkConfigMap, :
> Auth secret not provided in environment.{code}
>
> I think it caused by,
> spark-2.3.1/R/pkg/R/sparkR.R
> {code:java}
> sparkR.sparkContext <- function(
> ...
> authSecret <- Sys.getenv("SPARKR_BACKEND_AUTH_SECRET")
> if (nchar(authSecret) == 0) {
> stop("Auth secret not provided in environment.")
> }
> ...
> )
> {code}
>
> It seems Livy to need a configuration about connecting SparkR authentication
> secret key.
> Best regard.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)