<?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: Push SAS table to LASR in a separate VA environment in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Push-SAS-table-to-LASR-in-a-separate-VA-environment/m-p/368643#M7429</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/111221"&gt;@Evgeny_&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's right, you have to configure passwordless SSH between these environments and specify username and SSH key in options with name TKSSH_USER &amp;amp; TKSSH_IDENTITY.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Jun 2017 09:05:37 GMT</pubDate>
    <dc:creator>alexal</dc:creator>
    <dc:date>2017-06-20T09:05:37Z</dc:date>
    <item>
      <title>Push SAS table to LASR in a separate VA environment</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Push-SAS-table-to-LASR-in-a-separate-VA-environment/m-p/368598#M7424</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have two separate environment (both SAS 9.4). In one environment (on premise Linux) we have all our flows, DI jobs and therefore all warehouse tables. In another environment (multiple AWS instances) we just run our distributed VA (7.3). Currently, we zip up our warehouse tables, push them to VA server, unpack them and autoload to LASR. It involves a number of scripts to be scheduled, and also requires us to have enough space to drop the archive which raises our AWS cost.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We would like to write from DIS jobs directly to LASR however our VA environment does not have SASConnect. A suggestion was, to write the code defining LASR libname, and running the data step:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;data lasr_lib.table_name; 
    set source_lib.table_name;
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That way did not work, as the table did not load to LASR (and it also has to be unloaded beforehand). However, the abovce piece of code work with (append=yes) option. Hence, I don't have unload the table but just purge all the records from LASR table and append fresh data. However, I am not sure how APPEND will perform for huge datafiles.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is, what is the best suggestion to push tables to VA LASR if it is a separate environment. May be push them to VA HADOOP first and then locally to LASR.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 07:06:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Push-SAS-table-to-LASR-in-a-separate-VA-environment/m-p/368598#M7424</guid>
      <dc:creator>Evgeny_</dc:creator>
      <dc:date>2017-06-20T07:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Push SAS table to LASR in a separate VA environment</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Push-SAS-table-to-LASR-in-a-separate-VA-environment/m-p/368612#M7426</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/111221"&gt;@Evgeny_&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to use the SAS LASR Analytic Server Access Tools. Beginning with the third maintenance release for SAS® 9.4, SAS® Integration Technologies includes the SAS LASR Analytic Server Access Tools. The SAS LASR Analytic Server Access Tools include two engines: the SASIOLA engine and the SASHDAT engine. These engines make it possible to copy data from an environment without a SAS LASR Analytic Server to a remote SAS LASR Analytic Server or Hadoop Distributed File System (HDFS).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/56/996.html" target="_self"&gt;SAS Usage Note 56996: Tips for using the SAS® LASR™ Analytic Server Access Tools&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if you have any questions.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 07:27:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Push-SAS-table-to-LASR-in-a-separate-VA-environment/m-p/368612#M7426</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-06-20T07:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Push SAS table to LASR in a separate VA environment</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Push-SAS-table-to-LASR-in-a-separate-VA-environment/m-p/368623#M7427</link>
      <description>&lt;P&gt;If&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/41748"&gt;@alexal&lt;/a&gt;'s suggestions won't work for you because you are on an earlier SAS 9.4 maintenance level, then we were able to negotiate with SAS to get a free limited SAS/CONNECT license to solve this problem. We are on SAS 9.4M2 connecting to SAS VA 7.3 (SAS 9.4M3).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS/CONNECT works brilliantly to enable end-to-end loading of VA from our primary SAS environment all in a single job.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 07:42:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Push-SAS-table-to-LASR-in-a-separate-VA-environment/m-p/368623#M7427</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-06-20T07:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Push SAS table to LASR in a separate VA environment</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Push-SAS-table-to-LASR-in-a-separate-VA-environment/m-p/368631#M7428</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/41748"&gt;@alexal&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess SASHDAT might be a possible solution for me. However, when trying to run the libname statement, it throws an error:&lt;/P&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Failed to enumerate available compute nodes in the distributed computing environment. Make sure that the host and install location are specified properly and that you can make a connection via passwordless ssh to the host machine.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;But if I run the same libname locally in VA - it works. Do I have open any specific port on VA side? Passwordless ssh is already established between two nodes and I can ssh and telnet to port 22.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Thanks!&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Jun 2017 08:14:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Push-SAS-table-to-LASR-in-a-separate-VA-environment/m-p/368631#M7428</guid>
      <dc:creator>Evgeny_</dc:creator>
      <dc:date>2017-06-20T08:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Push SAS table to LASR in a separate VA environment</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Push-SAS-table-to-LASR-in-a-separate-VA-environment/m-p/368643#M7429</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/111221"&gt;@Evgeny_&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's right, you have to configure passwordless SSH between these environments and specify username and SSH key in options with name TKSSH_USER &amp;amp; TKSSH_IDENTITY.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 09:05:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Push-SAS-table-to-LASR-in-a-separate-VA-environment/m-p/368643#M7429</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-06-20T09:05:37Z</dc:date>
    </item>
    <item>
      <title>Sv: Push SAS table to LASR in a separate VA environment</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Push-SAS-table-to-LASR-in-a-separate-VA-environment/m-p/368651#M7430</link>
      <description>&lt;P&gt;One simple thing to try, is to use the compress option on your dataset from DI.&lt;/P&gt;
&lt;P&gt;You don't have to uncompress before load.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 09:55:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Push-SAS-table-to-LASR-in-a-separate-VA-environment/m-p/368651#M7430</guid>
      <dc:creator>ThomasPalm</dc:creator>
      <dc:date>2017-06-20T09:55:07Z</dc:date>
    </item>
  </channel>
</rss>

