[jira] [Comment Edited] (SPARK-7670) Failure when building with scala 2.11 (after 1.3.1

2015-05-16 Thread Fernando Ruben Otero (JIRA)

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

Fernando Ruben Otero edited comment on SPARK-7670 at 5/16/15 4:11 PM:
--

This docker file reproduces the error I see on my machine

I reproduced the same behavior on a OSX and Ubuntu too


was (Author: zeos):
This docker file reproduces the error on my machine

 Failure when building with scala 2.11 (after 1.3.1
 --

 Key: SPARK-7670
 URL: https://issues.apache.org/jira/browse/SPARK-7670
 Project: Spark
  Issue Type: Bug
  Components: Build
Affects Versions: 1.4.0
Reporter: Fernando Ruben Otero
 Attachments: Dockerfile


 When trying to build spark with scala 2.11 on revision 
 c64ff8036cc6bc7c87743f4c751d7fe91c2e366a  (the one on master when I'm 
 submitting this issue) I'm getting 
  export MAVEN_OPTS=-Xmx2g -XX:MaxPermSize=512M 
  -XX:ReservedCodeCacheSize=512m
  dev/change-version-to-2.11.sh
  mvn -Pyarn -Phadoop-2.4 -Dscala-2.11 -Dhadoop.version=2.6.0 -DskipTests 
  clean install
 ...
 ...
 ...
 [INFO] --- scala-maven-plugin:3.2.0:doc-jar (attach-scaladocs) @ 
 spark-network-shuffle_2.11 ---
 /Users/ZeoS/dev/bigdata/spark/network/shuffle/src/main/java/org/apache/spark/network/shuffle/protocol/UploadBlock.java:56:
  error: not found: type Type
   protected Type type() { return Type.UPLOAD_BLOCK; }
 ^
 /Users/ZeoS/dev/bigdata/spark/network/shuffle/src/main/java/org/apache/spark/network/shuffle/protocol/StreamHandle.java:37:
  error: not found: type Type
   protected Type type() { return Type.STREAM_HANDLE; }
 ^
 /Users/ZeoS/dev/bigdata/spark/network/shuffle/src/main/java/org/apache/spark/network/shuffle/protocol/RegisterExecutor.java:44:
  error: not found: type Type
   protected Type type() { return Type.REGISTER_EXECUTOR; }
 ^
 /Users/ZeoS/dev/bigdata/spark/network/shuffle/src/main/java/org/apache/spark/network/shuffle/protocol/OpenBlocks.java:40:
  error: not found: type Type
   protected Type type() { return Type.OPEN_BLOCKS; }



--
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] [Comment Edited] (SPARK-7670) Failure when building with scala 2.11 (after 1.3.1

2015-05-16 Thread Fernando Ruben Otero (JIRA)

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

Fernando Ruben Otero edited comment on SPARK-7670 at 5/16/15 4:13 PM:
--

This docker file reproduces the error I see on my machine on a clean fedora

Even though the SO should not be the issue, I reproduced the same behavior on a 
OSX and Ubuntu too since I usually work with those environments.



was (Author: zeos):
This docker file reproduces the error I see on my machine

I reproduced the same behavior on a OSX and Ubuntu too

 Failure when building with scala 2.11 (after 1.3.1
 --

 Key: SPARK-7670
 URL: https://issues.apache.org/jira/browse/SPARK-7670
 Project: Spark
  Issue Type: Bug
  Components: Build
Affects Versions: 1.4.0
Reporter: Fernando Ruben Otero
 Attachments: Dockerfile


 When trying to build spark with scala 2.11 on revision 
 c64ff8036cc6bc7c87743f4c751d7fe91c2e366a  (the one on master when I'm 
 submitting this issue) I'm getting 
  export MAVEN_OPTS=-Xmx2g -XX:MaxPermSize=512M 
  -XX:ReservedCodeCacheSize=512m
  dev/change-version-to-2.11.sh
  mvn -Pyarn -Phadoop-2.4 -Dscala-2.11 -Dhadoop.version=2.6.0 -DskipTests 
  clean install
 ...
 ...
 ...
 [INFO] --- scala-maven-plugin:3.2.0:doc-jar (attach-scaladocs) @ 
 spark-network-shuffle_2.11 ---
 /Users/ZeoS/dev/bigdata/spark/network/shuffle/src/main/java/org/apache/spark/network/shuffle/protocol/UploadBlock.java:56:
  error: not found: type Type
   protected Type type() { return Type.UPLOAD_BLOCK; }
 ^
 /Users/ZeoS/dev/bigdata/spark/network/shuffle/src/main/java/org/apache/spark/network/shuffle/protocol/StreamHandle.java:37:
  error: not found: type Type
   protected Type type() { return Type.STREAM_HANDLE; }
 ^
 /Users/ZeoS/dev/bigdata/spark/network/shuffle/src/main/java/org/apache/spark/network/shuffle/protocol/RegisterExecutor.java:44:
  error: not found: type Type
   protected Type type() { return Type.REGISTER_EXECUTOR; }
 ^
 /Users/ZeoS/dev/bigdata/spark/network/shuffle/src/main/java/org/apache/spark/network/shuffle/protocol/OpenBlocks.java:40:
  error: not found: type Type
   protected Type type() { return Type.OPEN_BLOCKS; }



--
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] [Comment Edited] (SPARK-7670) Failure when building with scala 2.11 (after 1.3.1

2015-05-16 Thread Fernando Ruben Otero (JIRA)

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

Fernando Ruben Otero edited comment on SPARK-7670 at 5/16/15 4:34 PM:
--

I did the docker file because that generates a clean environment.

I don't see any other error before that.


was (Author: zeos):
I did the docker file because that generates a clean environment

 Failure when building with scala 2.11 (after 1.3.1
 --

 Key: SPARK-7670
 URL: https://issues.apache.org/jira/browse/SPARK-7670
 Project: Spark
  Issue Type: Bug
  Components: Build
Affects Versions: 1.4.0
Reporter: Fernando Ruben Otero
 Attachments: Dockerfile


 When trying to build spark with scala 2.11 on revision 
 c64ff8036cc6bc7c87743f4c751d7fe91c2e366a  (the one on master when I'm 
 submitting this issue) I'm getting 
  export MAVEN_OPTS=-Xmx2g -XX:MaxPermSize=512M 
  -XX:ReservedCodeCacheSize=512m
  dev/change-version-to-2.11.sh
  mvn -Pyarn -Phadoop-2.4 -Dscala-2.11 -Dhadoop.version=2.6.0 -DskipTests 
  clean install
 ...
 ...
 ...
 [INFO] --- scala-maven-plugin:3.2.0:doc-jar (attach-scaladocs) @ 
 spark-network-shuffle_2.11 ---
 /Users/ZeoS/dev/bigdata/spark/network/shuffle/src/main/java/org/apache/spark/network/shuffle/protocol/UploadBlock.java:56:
  error: not found: type Type
   protected Type type() { return Type.UPLOAD_BLOCK; }
 ^
 /Users/ZeoS/dev/bigdata/spark/network/shuffle/src/main/java/org/apache/spark/network/shuffle/protocol/StreamHandle.java:37:
  error: not found: type Type
   protected Type type() { return Type.STREAM_HANDLE; }
 ^
 /Users/ZeoS/dev/bigdata/spark/network/shuffle/src/main/java/org/apache/spark/network/shuffle/protocol/RegisterExecutor.java:44:
  error: not found: type Type
   protected Type type() { return Type.REGISTER_EXECUTOR; }
 ^
 /Users/ZeoS/dev/bigdata/spark/network/shuffle/src/main/java/org/apache/spark/network/shuffle/protocol/OpenBlocks.java:40:
  error: not found: type Type
   protected Type type() { return Type.OPEN_BLOCKS; }



--
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] [Comment Edited] (SPARK-7670) Failure when building with scala 2.11 (after 1.3.1

2015-05-15 Thread Fernando Ruben Otero (JIRA)

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

Fernando Ruben Otero edited comment on SPARK-7670 at 5/15/15 6:09 PM:
--

BTW: 1.3.1 builds without issues 


was (Author: zeos):
BTW: 1.3.1 build without issues 

 Failure when building with scala 2.11 (after 1.3.1
 --

 Key: SPARK-7670
 URL: https://issues.apache.org/jira/browse/SPARK-7670
 Project: Spark
  Issue Type: Bug
  Components: Build
Affects Versions: 1.4.0
Reporter: Fernando Ruben Otero
 Fix For: 1.4.0


 When trying to build spark with scala 2.11 on revision 
 c64ff8036cc6bc7c87743f4c751d7fe91c2e366a  (the one on master when I'm 
 submitting this issue) I'm getting 
  export MAVEN_OPTS=-Xmx2g -XX:MaxPermSize=512M 
  -XX:ReservedCodeCacheSize=512m
  dev/change-version-to-2.11.sh
  mvn -Pyarn -Phadoop-2.4 -Dscala-2.11 -Dhadoop.version=2.6.0 -DskipTests 
  clean install
 ...
 ...
 ...
 [INFO] --- scala-maven-plugin:3.2.0:doc-jar (attach-scaladocs) @ 
 spark-network-shuffle_2.11 ---
 /Users/ZeoS/dev/bigdata/spark/network/shuffle/src/main/java/org/apache/spark/network/shuffle/protocol/UploadBlock.java:56:
  error: not found: type Type
   protected Type type() { return Type.UPLOAD_BLOCK; }
 ^
 /Users/ZeoS/dev/bigdata/spark/network/shuffle/src/main/java/org/apache/spark/network/shuffle/protocol/StreamHandle.java:37:
  error: not found: type Type
   protected Type type() { return Type.STREAM_HANDLE; }
 ^
 /Users/ZeoS/dev/bigdata/spark/network/shuffle/src/main/java/org/apache/spark/network/shuffle/protocol/RegisterExecutor.java:44:
  error: not found: type Type
   protected Type type() { return Type.REGISTER_EXECUTOR; }
 ^
 /Users/ZeoS/dev/bigdata/spark/network/shuffle/src/main/java/org/apache/spark/network/shuffle/protocol/OpenBlocks.java:40:
  error: not found: type Type
   protected Type type() { return Type.OPEN_BLOCKS; }



--
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