Github user JoshRosen commented on the pull request:

    https://github.com/apache/spark/pull/6651#issuecomment-109041174
  
    Wow, weird: it looks like the MiMa tests are causing some SQL test code to 
be run:
    
    ```
    [WARN] Unable to detect inner functions for 
class:org.apache.spark.repl.SparkMemberHandlers.MemberDefHandler
    [WARN] Unable to detect inner functions for 
class:org.apache.spark.sql.catalyst.CatalystTypeConverters.BigDecimalConverter
    Using Spark's default log4j profile: 
org/apache/spark/log4j-defaults.properties
    15/06/04 13:16:09 INFO SparkContext: Running Spark version 1.5.0-SNAPSHOT
    15/06/04 13:16:09 WARN SparkConf: 
    SPARK_JAVA_OPTS was detected (set to '-XX:MaxPermSize=1g -Xmx2g').
    This is deprecated in Spark 1.0+.
    
    Please instead use:
     - ./spark-submit with conf/spark-defaults.conf to set defaults for an 
application
     - ./spark-submit with --driver-java-options to set -X options for a driver
     - spark.executor.extraJavaOptions to set -X options for executors
     - SPARK_DAEMON_JAVA_OPTS to set java options for standalone daemons 
(master or worker)
            
    15/06/04 13:16:09 WARN SparkConf: Setting 'spark.executor.extraJavaOptions' 
to '-XX:MaxPermSize=1g -Xmx2g' as a work-around.
    15/06/04 13:16:09 WARN SparkConf: Setting 'spark.driver.extraJavaOptions' 
to '-XX:MaxPermSize=1g -Xmx2g' as a work-around.
    15/06/04 13:16:09 INFO SecurityManager: Changing view acls to: jenkins
    15/06/04 13:16:09 INFO SecurityManager: Changing modify acls to: jenkins
    15/06/04 13:16:09 INFO SecurityManager: SecurityManager: authentication 
disabled; ui acls disabled; users with view permissions: Set(jenkins); users 
with modify permissions: Set(jenkins)
    15/06/04 13:16:09 INFO Slf4jLogger: Slf4jLogger started
    15/06/04 13:16:09 INFO Remoting: Starting remoting
    15/06/04 13:16:10 INFO Remoting: Remoting started; listening on addresses 
:[akka.tcp://[email protected]:39213]
    15/06/04 13:16:10 INFO Utils: Successfully started service 'sparkDriver' on 
port 39213.
    15/06/04 13:16:10 INFO SparkEnv: Registering MapOutputTracker
    15/06/04 13:16:10 INFO SparkEnv: Registering BlockManagerMaster
    15/06/04 13:16:10 INFO DiskBlockManager: Created local directory at 
/tmp/spark-eb0dce41-f8ab-4a1f-8d7a-03df6b182cdb/blockmgr-1ef79039-3cb9-463d-ab68-ac60ef5d865e
    15/06/04 13:16:10 INFO MemoryStore: MemoryStore started with capacity 246.0 
MB
    15/06/04 13:16:10 INFO HttpFileServer: HTTP File server directory is 
/tmp/spark-eb0dce41-f8ab-4a1f-8d7a-03df6b182cdb/httpd-99bc8592-e56a-4e04-a7fb-7fdc36cacb73
    15/06/04 13:16:10 INFO HttpServer: Starting HTTP Server
    15/06/04 13:16:10 INFO Server: jetty-8.y.z-SNAPSHOT
    15/06/04 13:16:10 INFO AbstractConnector: Started 
[email protected]:53289
    15/06/04 13:16:10 INFO Utils: Successfully started service 'HTTP file 
server' on port 53289.
    15/06/04 13:16:10 INFO SparkEnv: Registering OutputCommitCoordinator
    15/06/04 13:16:10 INFO Server: jetty-8.y.z-SNAPSHOT
    15/06/04 13:16:10 WARN AbstractLifeCycle: FAILED 
[email protected]:4040: java.net.BindException: Address already in 
use
    java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind0(Native Method)
        at sun.nio.ch.Net.bind(Net.java:444)
    [...]
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to