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
Post a Comment