<?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 Viya4 Hadoop Integration in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/SAS-Viya4-Hadoop-Integration/m-p/977893#M3004</link>
    <description>You mentioned you created an NFS volume accessible to all nodes, did you mount that into the pods that would be using it?&lt;BR /&gt;The README.md in $deploy/sas-bases/examples/data-access discussing setting these variables (the recommendation being to use an options set statement rather than setting in them in sas-access.properties), as well as mounting the Hadoop files into your pods (i.e. using data-mounts-*.sample.yaml files in the same path).</description>
    <pubDate>Mon, 27 Oct 2025 15:23:02 GMT</pubDate>
    <dc:creator>gwootton</dc:creator>
    <dc:date>2025-10-27T15:23:02Z</dc:date>
    <item>
      <title>SAS Viya4 Hadoop Integration</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-Viya4-Hadoop-Integration/m-p/977870#M3003</link>
      <description>&lt;P&gt;Hi Everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to integrate the Hadoop with SAS Viya4 LTS 2025.03. It is a normal installation with no extra add-ons.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have run the tracer script.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created an nfs which is accessible to all nodes of the cluster, with the jar files being placed in a directory named /nfs/&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;data-drivers/hadoop/jars/(the jar file is here)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Do i need the files from $DEPLOY/sas-bases/example/data-access.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where do I make this entry -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jovian_0-1761552079894.png" style="width: 557px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/110972i4FE1DA5C26682CE6/image-dimensions/557x85?v=v2" width="557" height="85" role="button" title="Jovian_0-1761552079894.png" alt="Jovian_0-1761552079894.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;link -&amp;nbsp; &lt;A href="https://documentation.sas.com/doc/ru/pgmsascdc/v_061/lestmtsglobal/p0db12w43txk8xn1mnoqe84ylxhi.htm" target="_blank" rel="noopener"&gt;https://documentation.sas.com/doc/ru/pgmsascdc/v_061/lestmtsglobal/p0db12w43txk8xn1mnoqe84ylxhi.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 09:32:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-Viya4-Hadoop-Integration/m-p/977870#M3003</guid>
      <dc:creator>Jovian</dc:creator>
      <dc:date>2025-10-27T09:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya4 Hadoop Integration</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-Viya4-Hadoop-Integration/m-p/977893#M3004</link>
      <description>You mentioned you created an NFS volume accessible to all nodes, did you mount that into the pods that would be using it?&lt;BR /&gt;The README.md in $deploy/sas-bases/examples/data-access discussing setting these variables (the recommendation being to use an options set statement rather than setting in them in sas-access.properties), as well as mounting the Hadoop files into your pods (i.e. using data-mounts-*.sample.yaml files in the same path).</description>
      <pubDate>Mon, 27 Oct 2025 15:23:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-Viya4-Hadoop-Integration/m-p/977893#M3004</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-10-27T15:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya4 Hadoop Integration</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-Viya4-Hadoop-Integration/m-p/977895#M3005</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used the following patch in all of the data-mount-*.sample.yaml.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;patch: |-
  - op: add
    path: /spec/controllerTemplate/spec/containers/0/volumeMounts/-
    value:
      - name: data-mounts-deployment
        value:
          name: data-drivers
          mountPath: "/data-drivers"
  - op: add
    path: /spec/controllerTemplate/spec/volumes/-
    value:
    name: data-drivers
    nfs:
      server: xxx.xxx.xxx.xxx
      path: /nfs/data-driver&lt;/PRE&gt;&lt;P&gt;I have spoken to my colleagues and my understanding is that the options for&amp;nbsp; the jars and config path can be set during runtime&amp;nbsp;&lt;BR /&gt;For eg-&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;options set=SAS_HADOOP_JAR_PATH="/data-drivers/hadoop/jars";
options set=SAS_HADOOP_CONFIG_PATH="/data-drivers/hadoop/conf/";

libname a hadoop server="test.hadoop.com" port=10000 schema="testing" class=com.cloudera.hive.jdbc.HS2Driver url="&amp;lt;jdbc url&amp;gt;";&lt;/PRE&gt;&lt;P&gt;Is there a way have the paths persist across users and sessions by either having to make a change to either the Compute context or some other config.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 15:41:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-Viya4-Hadoop-Integration/m-p/977895#M3005</guid>
      <dc:creator>Jovian</dc:creator>
      <dc:date>2025-10-27T15:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya4 Hadoop Integration</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-Viya4-Hadoop-Integration/m-p/977904#M3006</link>
      <description>Yes, you could add the same options statements to the autoexec content for your compute context (to apply to a single context) or sas.compute.server: autoexec_code to apply to all compute servers. Since this code is setting an environment variable you could also set this in sas.compute.server: startup_commands using "export &amp;lt;environment variable&amp;gt;=&amp;lt;path&amp;gt;" lines.</description>
      <pubDate>Mon, 27 Oct 2025 16:48:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-Viya4-Hadoop-Integration/m-p/977904#M3006</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-10-27T16:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya4 Hadoop Integration</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-Viya4-Hadoop-Integration/m-p/977906#M3007</link>
      <description>&lt;P&gt;Thanks so much&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 16:51:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-Viya4-Hadoop-Integration/m-p/977906#M3007</guid>
      <dc:creator>Jovian</dc:creator>
      <dc:date>2025-10-27T16:51:14Z</dc:date>
    </item>
  </channel>
</rss>

