Hi Matthew, In the case of wayang, you need to create a class like Hackit [2] ( this is similar to hackitSparkRDD), and you can test your changes using the test [1].
Does that respond to your question? Best regards, Bertty [1] https://github.com/apache/incubator-wayang/blob/WAYANG-28/wayang-plugins/wayang-hackit/wayang-hackit-api/src/test/scala/org/apache/wayang/plugin/hackit/api/ApiExtensionTest.scala [2] https://github.com/apache/incubator-wayang/blob/WAYANG-28/wayang-plugins/wayang-hackit/wayang-hackit-api/src/main/scala/org/apache/wayang/plugin/hackit/api/Hackit.scala On Wed, Jul 13, 2022 at 6:12 PM MatthewJ Sanyoto <[email protected]> wrote: > Hi, > > If I remember correctly there was an abstract HackIT Experiment Class where > you could test / check if the wayang debugger worked as intended (tagging > and sniffing) using HackItSparkRdd, if I am not mistaken. Was this class > removed from this branch? Since Apache Wayang is not an execution engine, a > suggestion for how to test HackIT Plugin would be very helpful and > appreciated. > > Best regards, > Matthew > -- Best, Bertty
