<?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 Oryx and Yarn in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oryx-and-Yarn/m-p/31161#M7116</link>
    <description>&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;what is role of YARN in oryx 2 ?&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 09:38:59 GMT</pubDate>
    <dc:creator>katia</dc:creator>
    <dc:date>2022-09-16T09:38:59Z</dc:date>
    <item>
      <title>Oryx and Yarn</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oryx-and-Yarn/m-p/31161#M7116</link>
      <description>&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;what is role of YARN in oryx 2 ?&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:38:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oryx-and-Yarn/m-p/31161#M7116</guid>
      <dc:creator>katia</dc:creator>
      <dc:date>2022-09-16T09:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Oryx and Yarn</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oryx-and-Yarn/m-p/31176#M7117</link>
      <description>&lt;P&gt;Oryx uses Spark Streaming, and Spark runs its executors on YARN. So YARN manages the resources used by the batch and speed layer. You can also use YARN to run the serving layer binaries via the oryx-run.sh script.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 06:28:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oryx-and-Yarn/m-p/31176#M7117</guid>
      <dc:creator>srowen</dc:creator>
      <dc:date>2015-08-25T06:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Oryx and Yarn</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oryx-and-Yarn/m-p/31179#M7118</link>
      <description>thanx a lot</description>
      <pubDate>Tue, 25 Aug 2015 08:39:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oryx-and-Yarn/m-p/31179#M7118</guid>
      <dc:creator>katia</dc:creator>
      <dc:date>2015-08-25T08:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Oryx and Yarn</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oryx-and-Yarn/m-p/31180#M7119</link>
      <description>I have one more question,in the configuration file there is a part API. Could you please explain for me what are these API specifications ?&lt;BR /&gt;thank you so much</description>
      <pubDate>Tue, 25 Aug 2015 09:00:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oryx-and-Yarn/m-p/31180#M7119</guid>
      <dc:creator>katia</dc:creator>
      <dc:date>2015-08-25T09:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Oryx and Yarn</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oryx-and-Yarn/m-p/31182#M7120</link>
      <description>&lt;P&gt;What do you mean by part API?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 09:03:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oryx-and-Yarn/m-p/31182#M7120</guid>
      <dc:creator>srowen</dc:creator>
      <dc:date>2015-08-25T09:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Oryx and Yarn</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oryx-and-Yarn/m-p/31183#M7121</link>
      <description>&lt;P&gt;in the configuration file, under the serving layer configuration :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;api = {&lt;BR /&gt;# Default to use well-known HTTP port for Serving Layer&lt;BR /&gt;port = 80&lt;BR /&gt;# Default to use well-known HTTPS port for Serving Layer&lt;BR /&gt;secure-port = 443&lt;/P&gt;&lt;P&gt;# User name for connecting to the service, if required. If set, must be set with password.&lt;BR /&gt;# If enabled, this will enable HTTP DIGEST authentication in the API.&lt;BR /&gt;user-name = null&lt;BR /&gt;# Password for connecting to the service, if required. If set, must be set with user-name.&lt;BR /&gt;# If enabled, this will enable HTTP DIGEST authentication in the API.&lt;BR /&gt;password = null&lt;/P&gt;&lt;P&gt;# The keystore file containing the server's SSL keys. Only necessary when&lt;BR /&gt;# accessing a server with temporary self-signed key, which is not trusted&lt;BR /&gt;# by the Java SSL implementation.&lt;BR /&gt;keystore-file = null&lt;BR /&gt;# Password needed for keystore file above, if any&lt;BR /&gt;keystore-password = null&lt;/P&gt;&lt;P&gt;# If true, operations that set or modify data, like /ingest, are not available&lt;BR /&gt;read-only = false&lt;BR /&gt;# An optional prefix for the path under which the service is deployed. For&lt;BR /&gt;# example, set to "/contextPath" to expose services at paths like "&lt;A href="http://example.org/contextPath/...&amp;quot;" target="_blank"&gt;http://example.org/contextPath/..."&lt;/A&gt;&lt;BR /&gt;context-path = "/"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 09:06:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oryx-and-Yarn/m-p/31183#M7121</guid>
      <dc:creator>katia</dc:creator>
      <dc:date>2015-08-25T09:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Oryx and Yarn</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oryx-and-Yarn/m-p/31184#M7122</link>
      <description>&lt;P&gt;Oh, this section configures the serving layer REST API -- what port it runs on, SSL cert, password, path, etc.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 09:09:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oryx-and-Yarn/m-p/31184#M7122</guid>
      <dc:creator>srowen</dc:creator>
      <dc:date>2015-08-25T09:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Oryx and Yarn</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oryx-and-Yarn/m-p/31185#M7123</link>
      <description>&lt;P&gt;thank you very much&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 09:15:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oryx-and-Yarn/m-p/31185#M7123</guid>
      <dc:creator>katia</dc:creator>
      <dc:date>2015-08-25T09:15:05Z</dc:date>
    </item>
  </channel>
</rss>

