[GitHub] spark pull request #19258: add MockNetCat

2017-09-17 Thread bluejoe2008
Github user bluejoe2008 closed the pull request at: https://github.com/apache/spark/pull/19258 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h

[GitHub] spark pull request #19258: add MockNetCat

2017-09-16 Thread bluejoe2008
GitHub user bluejoe2008 opened a pull request: https://github.com/apache/spark/pull/19258 add MockNetCat ## What changes were proposed in this pull request? I add a MockNetCat class, which avoid manually launch 'nc -lk ' command for test also I put a MockNetCatTest