Re: Install/Run Streaming Anomaly Detection R package in Flink

2021-03-29 Thread Robert Cullen
Wei, Thank you for pointing to those examples. Here is a code sample of how it's configured for me: env = StreamExecutionEnvironment.get_execution_environment() env.set_parallelism(1) env.set_stream_time_characteristic(TimeCharacteristic.EventTime) env.add_python_a

Re: Install/Run Streaming Anomaly Detection R package in Flink

2021-02-23 Thread Wei Zhong
Hi Robert, If you do not want to install the library on every machine of the cluster, the Python dependency management API can be used to upload and use the required dependencies to cluster. For this case, I recommend building a portable python environment that contains all the required depen

Re: Install/Run Streaming Anomaly Detection R package in Flink

2021-02-23 Thread Roman Khachatryan
Hi, I'm pulling in Wei Zhong and Xingbo Huang who know PyFlink better. Regards, Roman On Mon, Feb 22, 2021 at 3:01 PM Robert Cullen wrote: > My customer wants us to install this package in our Flink Cluster: > > https://github.com/twitter/AnomalyDetection > > One of our engineers developed a

Install/Run Streaming Anomaly Detection R package in Flink

2021-02-22 Thread Robert Cullen
My customer wants us to install this package in our Flink Cluster: https://github.com/twitter/AnomalyDetection One of our engineers developed a python version: https://pypi.org/project/streaming-anomaly-detection/ Is there a way to install this in our cluster? -- Robert Cullen 240-475-4490