DjvuLee created SPARK-10717:
-------------------------------

             Summary: remove the with Loging in the NioBlockTransferService
                 Key: SPARK-10717
                 URL: https://issues.apache.org/jira/browse/SPARK-10717
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
    Affects Versions: 1.5.0
            Reporter: DjvuLee
            Priority: Minor


Since BlockTransferService implement the Logging interface, we can remove the 
with Logging in the NioBlockTransferService, keep the same as 
NettyBlockTransferService

abstract class BlockTransferService extends ShuffleClient with Closeable with 
Logging {}

final class NioBlockTransferService(conf: SparkConf, securityManager: 
SecurityManager) 
extends BlockTransferService with Logging {}

class NettyBlockTransferService(conf: SparkConf, securityManager: 
SecurityManager, numCores: Int) extends BlockTransferService {}



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

Reply via email to