Github user tmalaska commented on the pull request:

    https://github.com/apache/spark/pull/566#issuecomment-41663386
  
    Let me know if the changes are ok.  The only difference from what you told 
me to do was I made a check to prevent a double start.  Let me know if you want 
me to take it out.  If so I can make the change very fast.
    
          if (server == null) {
            server = initServer()
            server.start()
          } else {
            logWarning("Flume receiver being asked to start more then once with 
out close")
          }


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to