<?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>topic Re: SAS ESP reading data from Apache NiFi in Streaming Analytics</title>
    <link>https://communities.sas.com/t5/Streaming-Analytics/SAS-ESP-reading-data-from-Apache-NiFi/m-p/502336#M95</link>
    <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/8277"&gt;@AndyT_SAS&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, I could not answer&amp;nbsp;earlier, I was on a trip.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the screenshot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="record_schema_error.png" style="width: 428px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23851iA28F0966C6B1A8F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="record_schema_error.png" alt="record_schema_error.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And yes, ESP engine&amp;nbsp;is started, the&amp;nbsp;project is started, data is coming if I&amp;nbsp;ingest it from files (after created files from Nifi, because PutESP wasn't working).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your responses, It means a lot to me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sinisa&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Oct 2018 10:16:59 GMT</pubDate>
    <dc:creator>jovic92</dc:creator>
    <dc:date>2018-10-08T10:16:59Z</dc:date>
    <item>
      <title>SAS ESP reading data from Apache NiFi</title>
      <link>https://communities.sas.com/t5/Streaming-Analytics/SAS-ESP-reading-data-from-Apache-NiFi/m-p/501480#M93</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem with sending data from Apache NiFi to the Source window in ESP.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Field "Record Schema" is required, but not sure what to input there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That question mark gives me an explanation about the field that I'm not really getting:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class="xisDoc-paragraph"&gt;&lt;SPAN class="xisDoc-windowItem"&gt;Record Schema&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class="xisDoc-paragraph"&gt;The AVRO schema for input records. If the schema is not set, it generates an AVRO schema from the publish target Source window in the ESP model.&lt;/P&gt;&lt;P class="xisDoc-paragraph"&gt;You can get the AVRO schema from a running event stream processing model through the REST interface.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is AVRO schema and how to run ESP model through the REST interface?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=espcases&amp;amp;docsetTarget=p1pyldv5uiyl2wn15ofigbx6qbd1.htm&amp;amp;docsetVersion=5.1&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=espcases&amp;amp;docsetTarget=p1pyldv5uiyl2wn15ofigbx6qbd1.htm&amp;amp;docsetVersion=5.1&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nifi_problem.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23775iA62D59150888941D/image-size/large?v=v2&amp;amp;px=999" role="button" title="nifi_problem.png" alt="nifi_problem.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is welcomed. Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 13:44:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Streaming-Analytics/SAS-ESP-reading-data-from-Apache-NiFi/m-p/501480#M93</guid>
      <dc:creator>jovic92</dc:creator>
      <dc:date>2018-10-04T13:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ESP reading data from Apache NiFi</title>
      <link>https://communities.sas.com/t5/Streaming-Analytics/SAS-ESP-reading-data-from-Apache-NiFi/m-p/501919#M94</link>
      <description>&lt;P&gt;You can get the AVRO format of an ESP window's schema using this REST request:&lt;/P&gt;
&lt;P&gt;http://hostname:http_port/SASESP/window?name=xxxxx&amp;amp;schema=true&amp;amp;avro=true&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Substitute the window name you are trying to publish to for xxxxx.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But if the Record Schema isn't specified, ESP should connect to the running project and obtain the schema for you.&amp;nbsp; Is the ESP project up when you try to start the processor, it should connect ok.&amp;nbsp; What error message do you get?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 14:28:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Streaming-Analytics/SAS-ESP-reading-data-from-Apache-NiFi/m-p/501919#M94</guid>
      <dc:creator>AndyT_SAS</dc:creator>
      <dc:date>2018-10-05T14:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ESP reading data from Apache NiFi</title>
      <link>https://communities.sas.com/t5/Streaming-Analytics/SAS-ESP-reading-data-from-Apache-NiFi/m-p/502336#M95</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/8277"&gt;@AndyT_SAS&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, I could not answer&amp;nbsp;earlier, I was on a trip.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the screenshot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="record_schema_error.png" style="width: 428px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23851iA28F0966C6B1A8F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="record_schema_error.png" alt="record_schema_error.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And yes, ESP engine&amp;nbsp;is started, the&amp;nbsp;project is started, data is coming if I&amp;nbsp;ingest it from files (after created files from Nifi, because PutESP wasn't working).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your responses, It means a lot to me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sinisa&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 10:16:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Streaming-Analytics/SAS-ESP-reading-data-from-Apache-NiFi/m-p/502336#M95</guid>
      <dc:creator>jovic92</dc:creator>
      <dc:date>2018-10-08T10:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ESP reading data from Apache NiFi</title>
      <link>https://communities.sas.com/t5/Streaming-Analytics/SAS-ESP-reading-data-from-Apache-NiFi/m-p/502715#M97</link>
      <description>&lt;P&gt;Hi Sinisa,&lt;/P&gt;
&lt;P&gt;I'm not sure what is happening here.&amp;nbsp; I'm going to create a track for you and we can investigate it from there.&amp;nbsp; You will get an email from the track.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 14:31:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Streaming-Analytics/SAS-ESP-reading-data-from-Apache-NiFi/m-p/502715#M97</guid>
      <dc:creator>AndyT_SAS</dc:creator>
      <dc:date>2018-10-09T14:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ESP reading data from Apache NiFi</title>
      <link>https://communities.sas.com/t5/Streaming-Analytics/SAS-ESP-reading-data-from-Apache-NiFi/m-p/502764#M98</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/8277"&gt;@AndyT_SAS&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks Andy, I will answer the questions from the track as soon as I sit in front of my laptop.&lt;BR /&gt;&lt;BR /&gt;Also, I have something else to ask, it is more logical about windows in ESP, which should I use in my particular situation. I have to open a new question, not to ask in this one?&lt;BR /&gt;&lt;BR /&gt;Thank you very much, once again.&lt;BR /&gt;&lt;BR /&gt;Cheers,</description>
      <pubDate>Tue, 09 Oct 2018 15:37:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Streaming-Analytics/SAS-ESP-reading-data-from-Apache-NiFi/m-p/502764#M98</guid>
      <dc:creator>jovic92</dc:creator>
      <dc:date>2018-10-09T15:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ESP reading data from Apache NiFi</title>
      <link>https://communities.sas.com/t5/Streaming-Analytics/SAS-ESP-reading-data-from-Apache-NiFi/m-p/502809#M99</link>
      <description>&lt;P&gt;I would open a new question.&amp;nbsp; That way the discussions don't get confusing for someone else who finds this thread in the future.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 17:00:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Streaming-Analytics/SAS-ESP-reading-data-from-Apache-NiFi/m-p/502809#M99</guid>
      <dc:creator>AndyT_SAS</dc:creator>
      <dc:date>2018-10-09T17:00:28Z</dc:date>
    </item>
  </channel>
</rss>

