You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/09/12 09:33:48 UTC

[incubator-streampipes] branch dev updated: [hotfix] add run config for all-pipeline-elements-flink

This is an automated email from the ASF dual-hosted git repository.

wiener pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 3e79366  [hotfix] add run config for all-pipeline-elements-flink
3e79366 is described below

commit 3e79366eca4ec340ad94241ed566a40c10bc6d7c
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Sat Sep 12 11:33:04 2020 +0200

    [hotfix] add run config for all-pipeline-elements-flink
---
 .idea/runConfigurations/all_pipeline_elements_flink.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.idea/runConfigurations/all_pipeline_elements_flink.xml b/.idea/runConfigurations/all_pipeline_elements_flink.xml
new file mode 100644
index 0000000..73922ac
--- /dev/null
+++ b/.idea/runConfigurations/all_pipeline_elements_flink.xml
@@ -0,0 +1,15 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="all-pipeline-elements-flink" type="Application" factoryName="Application">
+    <envs>
+      <env name="SP_HOST" value="host.docker.internal" />
+      <env name="SP_PORT" value="8005" />
+      <env name="SP_DEBUG" value="true" />
+      <env name="SP_FLINK_DEBUG" value="true" />
+    </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.pe.flink.AllFlinkPipelineElementsInit" />
+    <module name="streampipes-pipeline-elements-all-flink" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file