<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Is possible to  use a process group variable as the value of a process parameter? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Is-possible-to-use-a-process-group-variable-as-the-value-of/m-p/187339#M149440</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/78310/mcarnerero.html" nodeid="78310" target="_blank"&gt;@Manuel Carnerero&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;The error is because of &lt;STRONG&gt;Broker URI &lt;/STRONG&gt;property value &lt;STRONG&gt;doesn't accept expression language,&lt;/STRONG&gt; so when you have use ${BrokerURI} it's an expression language, so the processor is complaining about not valid URI syntax.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="73393-consumemqtt.png" style="width: 1681px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18732i23E68968101E073F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="73393-consumemqtt.png" alt="73393-consumemqtt.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Configure the processor with the broker value in it instead of using variable name and the processor will not complain about the syntax.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="73394-config-consumemqtt.png" style="width: 1588px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18733i34FAB3B75B1432C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="73394-config-consumemqtt.png" alt="73394-config-consumemqtt.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 18 Aug 2019 08:03:52 GMT</pubDate>
    <dc:creator>Shu_ashu</dc:creator>
    <dc:date>2019-08-18T08:03:52Z</dc:date>
    <item>
      <title>Is possible to  use a process group variable as the value of a process parameter?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-possible-to-use-a-process-group-variable-as-the-value-of/m-p/187338#M149439</link>
      <description>&lt;P&gt;I have defined a variable called "BrokerURI" in the scope of the main process group with the URI of a MQTT broker.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="72686-variable-difinition.png" style="width: 853px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18734i3D1C181F97A3B54B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="72686-variable-difinition.png" alt="72686-variable-difinition.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The idea is to use this variable to simplify the configuration of several ConsumeMQTT process, setting their Broker URI properties as "${BrokerURI}".&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="72687-consumemqtt-process-configuration.png" style="width: 765px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18735i9B748B00039A0A2A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="72687-consumemqtt-process-configuration.png" alt="72687-consumemqtt-process-configuration.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It is not working because there is an error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="72689-error.png" style="width: 437px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18736iB346E3DA799D1673/image-size/medium?v=v2&amp;amp;px=400" role="button" title="72689-error.png" alt="72689-error.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I thought it was possible to use it as I have done. Maybe I doing something wrong.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="72688-error.png" style="width: 437px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18737i6299A5C390392C9A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="72688-error.png" alt="72688-error.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 08:04:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-possible-to-use-a-process-group-variable-as-the-value-of/m-p/187338#M149439</guid>
      <dc:creator>mcarnerero</dc:creator>
      <dc:date>2019-08-18T08:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is possible to  use a process group variable as the value of a process parameter?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-possible-to-use-a-process-group-variable-as-the-value-of/m-p/187339#M149440</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/78310/mcarnerero.html" nodeid="78310" target="_blank"&gt;@Manuel Carnerero&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;The error is because of &lt;STRONG&gt;Broker URI &lt;/STRONG&gt;property value &lt;STRONG&gt;doesn't accept expression language,&lt;/STRONG&gt; so when you have use ${BrokerURI} it's an expression language, so the processor is complaining about not valid URI syntax.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="73393-consumemqtt.png" style="width: 1681px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18732i23E68968101E073F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="73393-consumemqtt.png" alt="73393-consumemqtt.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Configure the processor with the broker value in it instead of using variable name and the processor will not complain about the syntax.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="73394-config-consumemqtt.png" style="width: 1588px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18733i34FAB3B75B1432C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="73394-config-consumemqtt.png" alt="73394-config-consumemqtt.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 08:03:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-possible-to-use-a-process-group-variable-as-the-value-of/m-p/187339#M149440</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2019-08-18T08:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is possible to  use a process group variable as the value of a process parameter?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-possible-to-use-a-process-group-variable-as-the-value-of/m-p/187340#M149441</link>
      <description>&lt;P&gt;Thank you &lt;A rel="user" href="https://community.cloudera.com/users/18929/yaswanthmuppireddy.html" nodeid="18929"&gt;@Shu&lt;/A&gt;! I already have the processor configured with the URI instead of the EL, but I supposed that I could use a variable to set the value of any property. Now, thank to you, I know for sure that I have to check if it support as value an EL.&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 18:17:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-possible-to-use-a-process-group-variable-as-the-value-of/m-p/187340#M149441</guid>
      <dc:creator>mcarnerero</dc:creator>
      <dc:date>2018-05-08T18:17:43Z</dc:date>
    </item>
  </channel>
</rss>

