<?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: Run Spark Thrift server on multiple nodes in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Run-Spark-Thrift-server-on-multiple-nodes/m-p/201337#M65706</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/18999/youngick.html" nodeid="18999"&gt;@youngick kim&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I refer that link suggest, but I can not see any guide to solve my issue.&lt;/P&gt;&lt;P&gt;Best answer saild : &lt;/P&gt;&lt;P&gt;&lt;EM&gt;So for now... no load balancing for STS if the cluster is kerberized, otherwise haproxy, httpd +mod_jk or any other load balancer will probably do the work.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;P/S: Currently, my cluster do not enable kerberrized&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jul 2017 09:49:03 GMT</pubDate>
    <dc:creator>hoangletrung</dc:creator>
    <dc:date>2017-07-31T09:49:03Z</dc:date>
    <item>
      <title>Run Spark Thrift server on multiple nodes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Run-Spark-Thrift-server-on-multiple-nodes/m-p/201335#M65704</link>
      <description>&lt;P&gt;Currently I running only one Thrift server on my cluster.&lt;/P&gt;&lt;P&gt;I see if I have many client connections, Spark run very slow. &lt;/P&gt;&lt;P&gt;I find the solution for this and I see the doc: &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/bk_spark-component-guide/content/install-spark-over-ambari.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/bk_spark-component-guide/content/install-spark-over-ambari.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It said: Deploying the Thrift server on multiple hosts increases scalability of the Thrift server; the number of hosts should take into consideration the cluster capacity allocated to Spark.&lt;/P&gt;&lt;P&gt;So If I deploy more Thrift server on my cluster, Can I handle multiple concurrent client connections ? If not, how to I can handle this issue ?.&lt;/P&gt;&lt;P&gt;And other question, Can I running two Spark apps with different configure on each?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 16:50:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Run-Spark-Thrift-server-on-multiple-nodes/m-p/201335#M65704</guid>
      <dc:creator>hoangletrung</dc:creator>
      <dc:date>2017-07-28T16:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Run Spark Thrift server on multiple nodes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Run-Spark-Thrift-server-on-multiple-nodes/m-p/201336#M65705</link>
      <description>&lt;P&gt;I think you need load balancing for Spark Thrift servers.&lt;/P&gt;&lt;P&gt;Why don't you refer this link?&lt;/P&gt;&lt;P&gt;'https://community.hortonworks.com/questions/29687/how-to-do-load-balancing-spark-thrift-servers-on-h.html'&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jul 2017 17:06:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Run-Spark-Thrift-server-on-multiple-nodes/m-p/201336#M65705</guid>
      <dc:creator>youngick</dc:creator>
      <dc:date>2017-07-29T17:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Run Spark Thrift server on multiple nodes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Run-Spark-Thrift-server-on-multiple-nodes/m-p/201337#M65706</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/18999/youngick.html" nodeid="18999"&gt;@youngick kim&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I refer that link suggest, but I can not see any guide to solve my issue.&lt;/P&gt;&lt;P&gt;Best answer saild : &lt;/P&gt;&lt;P&gt;&lt;EM&gt;So for now... no load balancing for STS if the cluster is kerberized, otherwise haproxy, httpd +mod_jk or any other load balancer will probably do the work.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;P/S: Currently, my cluster do not enable kerberrized&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 09:49:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Run-Spark-Thrift-server-on-multiple-nodes/m-p/201337#M65706</guid>
      <dc:creator>hoangletrung</dc:creator>
      <dc:date>2017-07-31T09:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Run Spark Thrift server on multiple nodes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Run-Spark-Thrift-server-on-multiple-nodes/m-p/201338#M65707</link>
      <description>&lt;P&gt;Hoang,&lt;/P&gt;&lt;P&gt;I think what that post is saying is while there is not yet a load balancing solution for STS on a secure cluster, in a non-Kerberos environment any external load balancer, like &lt;EM&gt;haproxy, or httpd +mod_jk can be used &lt;/EM&gt;to distribute requests&lt;EM&gt;. &lt;/EM&gt;The Thrift servers will be independent (no Zk coordination) and the load balancer will simply round robin client requests.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 12:05:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Run-Spark-Thrift-server-on-multiple-nodes/m-p/201338#M65707</guid>
      <dc:creator>rhardaway</dc:creator>
      <dc:date>2017-08-02T12:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Run Spark Thrift server on multiple nodes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Run-Spark-Thrift-server-on-multiple-nodes/m-p/201339#M65708</link>
      <description>&lt;P&gt;So I need use third party service like Haproxy to running Thrift server load balancing on HDP&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 08:30:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Run-Spark-Thrift-server-on-multiple-nodes/m-p/201339#M65708</guid>
      <dc:creator>hoangletrung</dc:creator>
      <dc:date>2017-08-03T08:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Run Spark Thrift server on multiple nodes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Run-Spark-Thrift-server-on-multiple-nodes/m-p/201340#M65709</link>
      <description>&lt;P&gt;yes, that is my understanding. &lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 10:30:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Run-Spark-Thrift-server-on-multiple-nodes/m-p/201340#M65709</guid>
      <dc:creator>rhardaway</dc:creator>
      <dc:date>2017-08-03T10:30:40Z</dc:date>
    </item>
  </channel>
</rss>

