Re: spark streaming socket read issue

2017-06-30 Thread Shixiong(Ryan) Zhu
readStream().format("socket") > .option("host", > "10.176.110.112").option("port", ).load(); > > > thanks > Pradeep > > > > > -- > View this message in context: http://apache-spark-user-list. &

spark streaming socket read issue

2017-06-30 Thread pradeepbill
. Dataset d = sparkSession.readStream().format("socket") .option("host", "10.176.110.112").option("port", ).load(); thanks Pradeep -- View this message in context: http://apache-spark-user-list.1001560.n3.nabb