[jira] [Commented] (SPARK-5631) Server IPC version 7 cannot communicate with client version 4

2015-02-08 Thread DeepakVohra (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14311506#comment-14311506
 ] 

DeepakVohra commented on SPARK-5631:


This means you have mismatched Hadoop versions, either between your Spark and 
Hadoop deployment, 

Hadoop version is hadoop-2.0.0-cdh4.2.0.tar.gz.  
Spark binaries are compiled with the same version: spark-1.2.0-bin-cdh4.tgz

or because you included Hadoop code in your app.

The Spark application is the RunRecommender application. 



 Server IPC version 7 cannot communicate with   client version 4   
 --

 Key: SPARK-5631
 URL: https://issues.apache.org/jira/browse/SPARK-5631
 Project: Spark
  Issue Type: Bug
  Components: Java API
Affects Versions: 1.2.0
 Environment: Scala 2.10.4
 Spark 1.2
 CDH4.2
Reporter: DeepakVohra

 A Spark application generates the error
 Server IPC version 7 cannot communicate with client version 4



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-5631) Server IPC version 7 cannot communicate with client version 4

2015-02-08 Thread Sean Owen (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14311531#comment-14311531
 ] 

Sean Owen commented on SPARK-5631:
--

So, one problem is that the {{cdh4}} binary is compiled vs 
{{2.0.0-mr1-cdh4.2.0}}. This may be the problem, that the build you downloaded 
is for a different flavor of CDH4. Although none of those are officially 
supported, I don't see why it wouldn't work to build Spark with {{-Pyarn -Phive 
-Phive-thriftserver -Dhadoop.version=2.0.0-cdh4.2.0}}. That would rule out 
that difference.

The second potential difference, your app vs server, is avoided if you do not 
bundle Spark or Hadoop with your app, and run it with spark-submit. It doesn't 
matter what your app is.

 Server IPC version 7 cannot communicate with   client version 4   
 --

 Key: SPARK-5631
 URL: https://issues.apache.org/jira/browse/SPARK-5631
 Project: Spark
  Issue Type: Bug
  Components: Java API
Affects Versions: 1.2.0
 Environment: Scala 2.10.4
 Spark 1.2
 CDH4.2
Reporter: DeepakVohra

 A Spark application generates the error
 Server IPC version 7 cannot communicate with client version 4



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-5631) Server IPC version 7 cannot communicate with client version 4

2015-02-08 Thread DeepakVohra (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14311597#comment-14311597
 ] 

DeepakVohra commented on SPARK-5631:


Thanks for the clarification.

 Server IPC version 7 cannot communicate with   client version 4   
 --

 Key: SPARK-5631
 URL: https://issues.apache.org/jira/browse/SPARK-5631
 Project: Spark
  Issue Type: Bug
  Components: Java API
Affects Versions: 1.2.0
 Environment: Scala 2.10.4
 Spark 1.2
 CDH4.2
Reporter: DeepakVohra

 A Spark application generates the error
 Server IPC version 7 cannot communicate with client version 4



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-5631) Server IPC version 7 cannot communicate with client version 4

2015-02-05 Thread DeepakVohra (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14308475#comment-14308475
 ] 

DeepakVohra commented on SPARK-5631:


The Spark is built with Hadoop 2.0
spark-assembly-1.2.0-hadoop2.0.0-mr1-cdh4.2.0.jar

The Hadoop server is also Hadoop 2.0
hadoop-2.0.0-cdh4.6.0

Still getting the error
org.apache.hadoop.ipc.RemoteException: Server IPC version 7 cannot communicate 
with 
client version 4

The same version hadoop2.0.0-mr1-cdh4.2.0 as server also generates the error
Server IPC version 7 cannot communicate with 
client version 4

 Server IPC version 7 cannot communicate with   client version 4   
 --

 Key: SPARK-5631
 URL: https://issues.apache.org/jira/browse/SPARK-5631
 Project: Spark
  Issue Type: Bug
  Components: Java API
Affects Versions: 1.2.0
 Environment: Scala 2.10.4
 Spark 1.2
 CDH4.2
Reporter: DeepakVohra

 A Spark application generates the error
 Server IPC version 7 cannot communicate with client version 4



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org