[ https://issues.apache.org/jira/browse/LIVY-464 ]
Larry McCay deleted comment on LIVY-464:
----------------------------------
was (Author: lmccay):
Due to the pending 2.0.0 release this JIRA has been pushed out to 2.1.0 as part
of a bulk update. If there is a specific reason to pull this back into the
2.0.0 release and you intend to provide a PR in the next few days please
provide justification and reset the Fix Version to 2.0.0.
> Cannot connect to Datastax standalone cluster DSE 5.1.5
> -------------------------------------------------------
>
> Key: LIVY-464
> URL: https://issues.apache.org/jira/browse/LIVY-464
> Project: Livy
> Issue Type: Bug
> Components: Core
> Affects Versions: 0.5.0, 0.6.0
> Environment: OSX and Ubuntu 16.04 in docker
> Reporter: Brian Konzman
> Priority: Major
> Fix For: 0.9.0
>
>
> Using
> livy.spark.master = dse://<server>:9042
> The new way to define a datastax cluster as the spark master in livy.conf
> returns
> {{Error: Master must either be yarn or start with spark, mesos, local}}
> livy.spark.master = spark://<server>:9042
>
> {{18/04/30 17:21:51 INFO StandaloneAppClient$ClientEndpoint: Connecting to
> master spark://<server>:9042...}}
> {{18/04/30 17:21:51 INFO TransportClientFactory: Successfully created
> connection to <server>:9042 after 19 ms (0 ms spent in bootstraps)}}
> {{18/04/30 17:21:51 WARN TransportChannelHandler: Exception in connection
> from <server>:9042 java.lang.IllegalArgumentException: Frame length should be
> positive: -8858580467037765640}}
>
> livy.spark.master = spark://<server>:7077
>
> {{18/04/30 17:23:31 INFO StandaloneAppClient$ClientEndpoint: Connecting to
> master spark://<server>:7077... }}
> {{18/04/30 17:23:31 INFO TransportClientFactory: Successfully created
> connection to <server>:7077 after 15 ms (0 ms spent in bootstraps)
> }}{{18/04/30 17:23:51 INFO StandaloneAppClient$ClientEndpoint: Connecting to
> master spark://<server>:7077... }}
> {{18/04/30 17:24:11 INFO StandaloneAppClient$ClientEndpoint: Connecting to
> master spark://<server>:7077... }}
> {{18/04/30 17:24:31 ERROR StandaloneSchedulerBackend: Application has been
> killed. Reason: All masters are unresponsive! Giving up.}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)