score:4
I answer to this question in order to help other people who are struggling with this problem.
It came out that it was caused by a mismatch between Intellij Idea's scala version and server's one.
Server had scala ~ 2.11.6
while the IDE was using scala ~ 2.11.8
.
In order to make sure of using the very same version, it was necessary to change IDE's scala version by doing the following steps:
File > Project Structure > + > Scala SDK > Find and select server's scala Version > Download it if you haven't it already installed > Ok > Apply > Ok
score:1
Could this be a typo? The errormessage reports 8990, in your connect config you have port 8090 for spark.
Source: stackoverflow.com
Related Query
- Unable to connect to remote Spark Master - ROR TransportRequestHandler: Error while invoking RpcHandler#receive() for one-way message
- Unable to connect to Spark master
- Unable to connect to remote Cassandra via Spark + Scala
- Unable to connect to spark on remote system
- Unable to connect to smtp server: Error [ No provider for smtp ] scala spark
- Spark - Error "A master URL must be set in your configuration" when submitting an app
- Connecting to remote master on standalone Spark
- Connecting to a remote Spark master - Java / Scala
- Scala Spark connect to remote cluster
- Error through remote Spark Job: java.lang.IllegalAccessError: class org.apache.hadoop.hdfs.web.HftpFileSystem
- Spark connect to local Hive and not to remote
- Unable to pass the spark developer code check, encountered binary compatibility error
- spark submit - An existing connection was forcibly closed by the remote host [on master node ]
- Spark worker nodes unable to access file on master node
- Unable to connect to redshift from spark
- unable to connect to minio-s3 spark
- Unable to connect with S3 and Spark Locally
- Unable to connect to RabbitMQ in spark scala
- Unable to connect to a database using JDBC within Spark with Scala
- Apache spark master URL error running in idea intellij
- Spark - Error “A master URL must be set in your configuration” using Intellij IDEA
- Unable to Connect to remote Apache-Spark
- Using remote standalone cluster in local Spark application error "scala.Option; local class incompatible"
- Possible serialization error when executing Spark job from cluster with 1 master and 2 workers
- How can I connect to a postgreSQL database into Apache Spark using scala?
- How to connect to a remote MySQL database via SSL using Play Framework?
- S3 SlowDown error in Spark on EMR
- Spark Shell "Failed to Initialize Compiler" Error on a mac
- Error while exploding a struct column in Spark
- How to use from_json with Kafka connect 0.10 and Spark Structured Streaming?
More Query from same tag
- What does -> _ => mean in Scala/Lift?
- how to handle missing json objects types when reading a JSON to a DF in spark
- Scala: it is possible to use generic type at runtime?
- Extract scala source code from jar
- Scala Play 2.5 Controller class to serve static HTML
- Why KMeansModel.predict error has started to appear since Spark 1.0.1.?
- How can I connect to a MySQL database using Scala?
- Why does c# need "var" identifier?
- Slick confused about numThreads and best practice for good performance
- Explain this type-mismatch in lazy evaluation
- How to load a class from the source code using reflection inside SBT task?
- Re-using A Schema from JSON within a Spark DataFrame using Scala
- Unable to connect to RabbitMQ in spark scala
- Getting a Numeric[T] for generic T (if available) in Scala
- Scala (single) case classes instead of classes
- Database times out waiting for a free available connection
- Implement fold with for-comprehension
- How to ssh with Amonite supplying the password in advance
- Is function declaration a term of type Constant and how to cast such function declaration to Const class?
- Compiler bug? java.lang.ClassCastException: scala.collection.mutable.WrappedArray$ofRef cannot be cast to java.lang.Integer
- Is there anyway to prepend a jar to the unmanagedClasspath in sbt
- Prepending to a Scala Iterator -- timeout?
- Why is this Anorm Result an empty List? (Play 2.1.0)
- Play tests with database: "Too many connections"
- Define your own semigroup in scalaz
- error: value fill is not a member of object Array
- Spark executers ideals after groupby operator
- How to concatenate two streams in Apache Flink
- Simple way to apply a list of functions to a value
- What's the difference between onComplete and flatMap of Future?