sockets - Integration testing for a Spark Streaming application -


i trying write integration test complex spark streaming application, has different input , output support. after starting application, rest call made submits json containing various config params , component info. while trying write test case socket input , console output pretty confused in how test application whole i.e submit streaming data socket , comparing output console.

the application produces output on console via dataframe.println approach integration testing?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -