unsubscribe

2019-05-26 Thread Sonu Jyotshna

Re:Does Spark SQL has match_recognize?

2019-05-26 Thread yeikel valdes
Isn't match_recognize just a filter? df.filter(predicate)? On Sat, 25 May 2019 12:55:47 -0700 kanth...@gmail.com wrote HiĀ All, Does Spark SQL has match_recognize? I am not sure why CEP seems to be neglected I believe it is one of the most useful concepts in the Financial

Spark 2.4.3 on Kubernetes Client mode fails

2019-05-26 Thread David Aspegren
Hi, I can run successfully in cluster mode but when trying in client mode the job won't run. I have a driver pod created from jupyter/pyspark-notebook that I would assume is sufficient. I execute: bin/spark-submit \ --master k8s://https://192.168.99.100:8443 \ --deploy-mode client \