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:38 UTC

[incubator-streampipes] branch rel/0.67.0 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 rel/0.67.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


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

commit 7c2ab20ab4a05306703676d7f91e5e833b1549ce
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