<?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: How do I tell which version ofSpark I am running? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-tell-which-version-ofSpark-I-am-running/m-p/136551#M39737</link>
    <description>&lt;P&gt;The most easy way just launch "spark-shell" at the command line. This will give you the active version running on your cluster:&lt;/P&gt;&lt;P&gt;[root@xxxxxxx ~]# spark-shell
16/09/05 17:15:15 WARN NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
Welcome to
  ____  __
  / __/__  ___ _____/ /__
  _\ \/ _ \/ _ `/ __/  '_/
  /___/ .__/\_,_/_/ /_/\_\  version 1.3.1
  /_/&lt;/P&gt;&lt;P&gt;Using Scala version 2.10.4 (OpenJDK 64-Bit Server VM, Java 1.7.0_71)
Type in expressions to have them evaluated.
Type :help for more information.&lt;/P&gt;&lt;PRE&gt;[root@xxxxxxx ~]# spark-shell
16/09/05 17:15:15 WARN NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
Welcome to
      ____              __
     / __/__  ___ _____/ /__
    _\ \/ _ \/ _ `/ __/  '_/
   /___/ .__/\_,_/_/ /_/\_\   version 1.3.1
      /_/

Using Scala version 2.10.4 (OpenJDK 64-Bit Server VM, Java 1.7.0_71)
Type in expressions to have them evaluated.
Type :help for more information.

&lt;/PRE&gt;</description>
    <pubDate>Mon, 05 Sep 2016 23:16:50 GMT</pubDate>
    <dc:creator>anandi</dc:creator>
    <dc:date>2016-09-05T23:16:50Z</dc:date>
    <item>
      <title>How do I tell which version ofSpark I am running?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-tell-which-version-ofSpark-I-am-running/m-p/136549#M39735</link>
      <description>&lt;P&gt;I have finally got HDP 2.3 to run! Now I am trying to install zeppelin via these instructions:&lt;/P&gt;&lt;P&gt;&lt;A href="http://hortonworks.com/hadoop-tutorial/apache-zeppelin/" target="_blank"&gt;http://hortonworks.com/hadoop-tutorial/apache-zeppelin/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but I need to know which version of Spark I am running. How do I find this in HDP?&lt;/P&gt;&lt;P&gt;TIA!&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2016 22:13:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-tell-which-version-ofSpark-I-am-running/m-p/136549#M39735</guid>
      <dc:creator>ed_day</dc:creator>
      <dc:date>2016-09-05T22:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I tell which version ofSpark I am running?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-tell-which-version-ofSpark-I-am-running/m-p/136550#M39736</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="7361-versioninfo.png" style="width: 1736px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/22017i23A8B842CF97A732/image-size/medium?v=v2&amp;amp;px=400" role="button" title="7361-versioninfo.png" alt="7361-versioninfo.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11394/edday.html" nodeid="11394" target="_blank"&gt;@ed day&lt;/A&gt; You can get the version information from Ambari UI. Click on &lt;STRONG&gt;Admin -&amp;gt; Stack and Versions&lt;/STRONG&gt; and you will find the version information under &lt;STRONG&gt;Version&lt;/STRONG&gt; tab. &lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 08:50:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-tell-which-version-ofSpark-I-am-running/m-p/136550#M39736</guid>
      <dc:creator>pankaj_singh</dc:creator>
      <dc:date>2019-08-19T08:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I tell which version ofSpark I am running?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-tell-which-version-ofSpark-I-am-running/m-p/136551#M39737</link>
      <description>&lt;P&gt;The most easy way just launch "spark-shell" at the command line. This will give you the active version running on your cluster:&lt;/P&gt;&lt;P&gt;[root@xxxxxxx ~]# spark-shell
16/09/05 17:15:15 WARN NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
Welcome to
  ____  __
  / __/__  ___ _____/ /__
  _\ \/ _ \/ _ `/ __/  '_/
  /___/ .__/\_,_/_/ /_/\_\  version 1.3.1
  /_/&lt;/P&gt;&lt;P&gt;Using Scala version 2.10.4 (OpenJDK 64-Bit Server VM, Java 1.7.0_71)
Type in expressions to have them evaluated.
Type :help for more information.&lt;/P&gt;&lt;PRE&gt;[root@xxxxxxx ~]# spark-shell
16/09/05 17:15:15 WARN NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
Welcome to
      ____              __
     / __/__  ___ _____/ /__
    _\ \/ _ \/ _ `/ __/  '_/
   /___/ .__/\_,_/_/ /_/\_\   version 1.3.1
      /_/

Using Scala version 2.10.4 (OpenJDK 64-Bit Server VM, Java 1.7.0_71)
Type in expressions to have them evaluated.
Type :help for more information.

&lt;/PRE&gt;</description>
      <pubDate>Mon, 05 Sep 2016 23:16:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-tell-which-version-ofSpark-I-am-running/m-p/136551#M39737</guid>
      <dc:creator>anandi</dc:creator>
      <dc:date>2016-09-05T23:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I tell which version ofSpark I am running?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-tell-which-version-ofSpark-I-am-running/m-p/136552#M39738</link>
      <description>&lt;P&gt;sc.version()&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;spark -submit --version&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 23:28:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-do-I-tell-which-version-ofSpark-I-am-running/m-p/136552#M39738</guid>
      <dc:creator>musushakeel</dc:creator>
      <dc:date>2019-03-14T23:28:23Z</dc:date>
    </item>
  </channel>
</rss>

