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/11/25 22:21:42 UTC

[incubator-streampipes] 05/05: [hotfix] modified run configuration for developing edge extensions

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

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

commit fb023c39f3ad01b6fe12d95077ebf8031246ddba
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Wed Nov 25 23:21:07 2020 +0100

    [hotfix] modified run configuration for developing edge extensions
---
 .idea/runConfigurations/all_pe_jvm__edge_01_.xml | 13 +------------
 .idea/runConfigurations/all_pe_jvm__edge_02_.xml | 13 +------------
 .idea/runConfigurations/all_pe_jvm__fog_.xml     | 13 +------------
 .idea/runConfigurations/all_pe_jvm__primary_.xml |  4 ++--
 4 files changed, 5 insertions(+), 38 deletions(-)

diff --git a/.idea/runConfigurations/all_pe_jvm__edge_01_.xml b/.idea/runConfigurations/all_pe_jvm__edge_01_.xml
index ae3a99a..d2fbb9c 100644
--- a/.idea/runConfigurations/all_pe_jvm__edge_01_.xml
+++ b/.idea/runConfigurations/all_pe_jvm__edge_01_.xml
@@ -11,23 +11,12 @@
       <env name="SP_DATA_LAKE_PORT" value="8086" />
       <env name="SP_BACKEND_HOST" value="localhost" />
       <env name="SP_BACKEND_PORT" value="8030" />
-      <env name="SP_NODE_ID" value="edge-01.node-controller" />
+      <env name="SP_NODE_CONTROLLER_ID" value="edge-01.node-controller" />
       <env name="SP_NODE_CONTROLLER_HOST" value="edge-01.fzi.de" />
       <env name="SP_NODE_CONTROLLER_PORT" value="7077" />
     </envs>
     <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.pe.jvm.AllPipelineElementsInit" />
     <module name="streampipes-pipeline-elements-all-jvm" />
-    <extension name="net.ashald.envfile">
-      <option name="IS_ENABLED" value="true" />
-      <option name="IS_SUBST" value="false" />
-      <option name="IS_PATH_MACRO_SUPPORTED" value="false" />
-      <option name="IS_IGNORE_MISSING_FILES" value="false" />
-      <option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" />
-      <ENTRIES>
-        <ENTRY IS_ENABLED="true" PARSER="runconfig" />
-        <ENTRY IS_ENABLED="true" PARSER="env" PATH="streampipes-pipeline-elements-all-jvm/development/env.secondary" />
-      </ENTRIES>
-    </extension>
     <method v="2">
       <option name="Make" enabled="true" />
     </method>
diff --git a/.idea/runConfigurations/all_pe_jvm__edge_02_.xml b/.idea/runConfigurations/all_pe_jvm__edge_02_.xml
index 15893a6..4fa346a 100644
--- a/.idea/runConfigurations/all_pe_jvm__edge_02_.xml
+++ b/.idea/runConfigurations/all_pe_jvm__edge_02_.xml
@@ -11,23 +11,12 @@
       <env name="SP_DATA_LAKE_PORT" value="8086" />
       <env name="SP_BACKEND_HOST" value="localhost" />
       <env name="SP_BACKEND_PORT" value="8030" />
-      <env name="SP_NODE_ID" value="edge-02.node-controller" />
+      <env name="SP_NODE_CONTROLLER_ID" value="edge-02.node-controller" />
       <env name="SP_NODE_CONTROLLER_HOST" value="edge-02.fzi.de" />
       <env name="SP_NODE_CONTROLLER_PORT" value="7078" />
     </envs>
     <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.pe.jvm.AllPipelineElementsInit" />
     <module name="streampipes-pipeline-elements-all-jvm" />
-    <extension name="net.ashald.envfile">
-      <option name="IS_ENABLED" value="true" />
-      <option name="IS_SUBST" value="false" />
-      <option name="IS_PATH_MACRO_SUPPORTED" value="false" />
-      <option name="IS_IGNORE_MISSING_FILES" value="false" />
-      <option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" />
-      <ENTRIES>
-        <ENTRY IS_ENABLED="true" PARSER="runconfig" />
-        <ENTRY IS_ENABLED="true" PARSER="env" PATH="streampipes-pipeline-elements-all-jvm/development/env.secondary" />
-      </ENTRIES>
-    </extension>
     <method v="2">
       <option name="Make" enabled="true" />
     </method>
diff --git a/.idea/runConfigurations/all_pe_jvm__fog_.xml b/.idea/runConfigurations/all_pe_jvm__fog_.xml
index 0ece8ec..f9d8e51 100644
--- a/.idea/runConfigurations/all_pe_jvm__fog_.xml
+++ b/.idea/runConfigurations/all_pe_jvm__fog_.xml
@@ -11,23 +11,12 @@
       <env name="SP_DATA_LAKE_PORT" value="8086" />
       <env name="SP_BACKEND_HOST" value="localhost" />
       <env name="SP_BACKEND_PORT" value="8030" />
-      <env name="SP_NODE_ID" value="fog.node-controller" />
+      <env name="SP_NODE_CONTROLLER_ID" value="fog.node-controller" />
       <env name="SP_NODE_CONTROLLER_HOST" value="fog.fzi.de" />
       <env name="SP_NODE_CONTROLLER_PORT" value="7079" />
     </envs>
     <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.pe.jvm.AllPipelineElementsInit" />
     <module name="streampipes-pipeline-elements-all-jvm" />
-    <extension name="net.ashald.envfile">
-      <option name="IS_ENABLED" value="true" />
-      <option name="IS_SUBST" value="false" />
-      <option name="IS_PATH_MACRO_SUPPORTED" value="false" />
-      <option name="IS_IGNORE_MISSING_FILES" value="false" />
-      <option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" />
-      <ENTRIES>
-        <ENTRY IS_ENABLED="true" PARSER="runconfig" />
-        <ENTRY IS_ENABLED="true" PARSER="env" PATH="streampipes-pipeline-elements-all-jvm/development/env.secondary" />
-      </ENTRIES>
-    </extension>
     <method v="2">
       <option name="Make" enabled="true" />
     </method>
diff --git a/.idea/runConfigurations/all_pe_jvm__primary_.xml b/.idea/runConfigurations/all_pe_jvm__primary_.xml
index ce8acb6..c55f112 100644
--- a/.idea/runConfigurations/all_pe_jvm__primary_.xml
+++ b/.idea/runConfigurations/all_pe_jvm__primary_.xml
@@ -1,7 +1,5 @@
 <component name="ProjectRunConfigurationManager">
   <configuration default="false" name="all-pe-jvm (primary)" type="Application" factoryName="Application" folderName="edge-extensions">
-    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.pe.jvm.AllPipelineElementsInit" />
-    <module name="streampipes-pipeline-elements-all-jvm" />
     <envs>
       <env name="SP_PORT" value="7023" />
       <env name="SP_HOST" value="host.docker.internal" />
@@ -14,6 +12,8 @@
       <env name="SP_BACKEND_HOST" value="localhost" />
       <env name="SP_BACKEND_PORT" value="8030" />
     </envs>
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.pe.jvm.AllPipelineElementsInit" />
+    <module name="streampipes-pipeline-elements-all-jvm" />
     <method v="2">
       <option name="Make" enabled="true" />
     </method>