Packet Capture in SPARK using Scala -



Packet Capture in SPARK using Scala -

how capture packets in spark using scala? there library jpcap in java ? can please tell me how write scala programme capture live packets?

you can create custom receiver , utilize kind of library or bash command (like calling tshark) capture packets , utilize them input.

http://spark.apache.org/docs/latest/streaming-custom-receivers.html

scala apache-spark packet-capture

Comments

Popular posts from this blog

ruby on rails - Devise Logout Error in RoR -

model view controller - MVC Rails Planning -

php - Working with pretty urls on apache and fastcgi after hhvm installation -