<?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 Why I have to keep SAS_HADOOP_RESTFUL=1 even tough it is optional parameter as per SAS document? in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Why-I-have-to-keep-SAS-HADOOP-RESTFUL-1-even-tough-it-is/m-p/338446#M10002</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have configured SAS Hadoop Env. by using the following steps:&lt;/P&gt;&lt;P&gt;1)&amp;nbsp;using SAS9.4 in local laptop (without SAS/Access to Hadoop)&lt;/P&gt;&lt;P&gt;2) Install and run CDH 5.8 VM using VM player&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manuall set up SAS Hadoop Env.&lt;/P&gt;&lt;P&gt;3)&amp;nbsp;Modified host file to point to&amp;nbsp;CDH 5.8 quickstart.cloudera by adding IP address and hostname&lt;/P&gt;&lt;P&gt;4) Define SAS_HADOOP_RESTFUL=1&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5) Define the SAS_HADOOP_CONFIG_PATH to point to following files:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; core-site.xml,hdfs-site.xml,map-reduce.xml and yarn-site.xml&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%put&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%sysget&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(SAS_HADOOP_JAR_PATH);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%put&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%sysget&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(SAS_HADOOP_CONFIG_PATH);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%put&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%sysget&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(SAS_HADOOP_RESTFUL);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;/* write a file to HDFS directory */&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;hadoop&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;username&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'cloudera'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;password&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'cloudera'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;verbose&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;hdfs&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;mkdir&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'/user/cloudera/newdirectory3'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;The above steps works fine without defining the SAS_HADOOP_JAR_PATH and .&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;However, If I&amp;nbsp;define SAS_HADOOP_RESTFUL=0, and &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;set SAS_HADOOP_CONFIG_PATH to point config files&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;set SAS_HADOOP_JAR_PATH to point&amp;nbsp;JARS&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;I am getting the following error related to dataflux studio, even though I donot have SAS Dataflux installed on my laptop.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;IMG title="saserror.png" alt="saserror.png" src="https://communities.sas.com/t5/image/serverpage/image-id/7578i263CAFAF4DC31E74/image-size/original?v=1.0&amp;amp;px=-1" border="0" /&gt;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Mar 2017 14:12:36 GMT</pubDate>
    <dc:creator>ajain59</dc:creator>
    <dc:date>2017-03-06T14:12:36Z</dc:date>
    <item>
      <title>Why I have to keep SAS_HADOOP_RESTFUL=1 even tough it is optional parameter as per SAS document?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Why-I-have-to-keep-SAS-HADOOP-RESTFUL-1-even-tough-it-is/m-p/338446#M10002</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have configured SAS Hadoop Env. by using the following steps:&lt;/P&gt;&lt;P&gt;1)&amp;nbsp;using SAS9.4 in local laptop (without SAS/Access to Hadoop)&lt;/P&gt;&lt;P&gt;2) Install and run CDH 5.8 VM using VM player&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manuall set up SAS Hadoop Env.&lt;/P&gt;&lt;P&gt;3)&amp;nbsp;Modified host file to point to&amp;nbsp;CDH 5.8 quickstart.cloudera by adding IP address and hostname&lt;/P&gt;&lt;P&gt;4) Define SAS_HADOOP_RESTFUL=1&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5) Define the SAS_HADOOP_CONFIG_PATH to point to following files:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; core-site.xml,hdfs-site.xml,map-reduce.xml and yarn-site.xml&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%put&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%sysget&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(SAS_HADOOP_JAR_PATH);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%put&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%sysget&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(SAS_HADOOP_CONFIG_PATH);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%put&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%sysget&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(SAS_HADOOP_RESTFUL);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;/* write a file to HDFS directory */&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;hadoop&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;username&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'cloudera'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;password&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'cloudera'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;verbose&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;hdfs&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;mkdir&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'/user/cloudera/newdirectory3'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;The above steps works fine without defining the SAS_HADOOP_JAR_PATH and .&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;However, If I&amp;nbsp;define SAS_HADOOP_RESTFUL=0, and &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;set SAS_HADOOP_CONFIG_PATH to point config files&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;set SAS_HADOOP_JAR_PATH to point&amp;nbsp;JARS&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;I am getting the following error related to dataflux studio, even though I donot have SAS Dataflux installed on my laptop.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;IMG title="saserror.png" alt="saserror.png" src="https://communities.sas.com/t5/image/serverpage/image-id/7578i263CAFAF4DC31E74/image-size/original?v=1.0&amp;amp;px=-1" border="0" /&gt;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 14:12:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Why-I-have-to-keep-SAS-HADOOP-RESTFUL-1-even-tough-it-is/m-p/338446#M10002</guid>
      <dc:creator>ajain59</dc:creator>
      <dc:date>2017-03-06T14:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why I have to keep SAS_HADOOP_RESTFUL=1 even tough it is optional parameter as per SAS document?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Why-I-have-to-keep-SAS-HADOOP-RESTFUL-1-even-tough-it-is/m-p/338453#M10004</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/99429"&gt;@ajain59&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is likely a problem with the JAR files. I suggest running the hadooptracer.py tool to pull the JAR and XML files from the cluster.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 14:31:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Why-I-have-to-keep-SAS-HADOOP-RESTFUL-1-even-tough-it-is/m-p/338453#M10004</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2017-03-06T14:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why I have to keep SAS_HADOOP_RESTFUL=1 even tough it is optional parameter as per SAS document?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Why-I-have-to-keep-SAS-HADOOP-RESTFUL-1-even-tough-it-is/m-p/338459#M10005</link>
      <description>&lt;P&gt;Where can i find this tool&amp;nbsp; and how to use it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 15:05:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Why-I-have-to-keep-SAS-HADOOP-RESTFUL-1-even-tough-it-is/m-p/338459#M10005</guid>
      <dc:creator>ajain59</dc:creator>
      <dc:date>2017-03-06T15:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why I have to keep SAS_HADOOP_RESTFUL=1 even tough it is optional parameter as per SAS document?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Why-I-have-to-keep-SAS-HADOOP-RESTFUL-1-even-tough-it-is/m-p/338467#M10007</link>
      <description>&lt;P&gt;I&amp;nbsp;got the link here for python script&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/resources/thirdpartysupport/v94/hadoop/hadoop-configuration-guide-base-access-3rd.pdf" target="_blank"&gt;https://support.sas.com/resources/thirdpartysupport/v94/hadoop/hadoop-configuration-guide-base-access-3rd.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and I am now going to use it to extract all jar files and config files&lt;/P&gt;&lt;P&gt;Thanks for your help. I will share if it resolves the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 15:27:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Why-I-have-to-keep-SAS-HADOOP-RESTFUL-1-even-tough-it-is/m-p/338467#M10007</guid>
      <dc:creator>ajain59</dc:creator>
      <dc:date>2017-03-06T15:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why I have to keep SAS_HADOOP_RESTFUL=1 even tough it is optional parameter as per SAS document?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Why-I-have-to-keep-SAS-HADOOP-RESTFUL-1-even-tough-it-is/m-p/338470#M10008</link>
      <description>&lt;P&gt;Just so it is documented in this thread... information regarding the tool can be found here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/thirdpartysupport/v94/hadoop/hadoop-configuration-guide-base-access-3rd.pdf" target="_self"&gt;https://support.sas.com/resources/thirdpartysupport/v94/hadoop/hadoop-configuration-guide-base-access-3rd.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This page is also useful:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A title="https://support.sas.com/resources/thirdpartysupport/v94/hadoop/" href="https://support.sas.com/resources/thirdpartysupport/v94/hadoop/" target="_self"&gt;https://support.sas.com/resources/thirdpartysupport/v94/hadoop/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 15:31:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Why-I-have-to-keep-SAS-HADOOP-RESTFUL-1-even-tough-it-is/m-p/338470#M10008</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2017-03-06T15:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why I have to keep SAS_HADOOP_RESTFUL=1 even tough it is optional parameter as per SAS document?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Why-I-have-to-keep-SAS-HADOOP-RESTFUL-1-even-tough-it-is/m-p/338742#M10011</link>
      <description>&lt;P&gt;Thanks for help....now I am able to copy the correct jars and config files. it is working.. hip Hip ..Hurray...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2017 10:17:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Why-I-have-to-keep-SAS-HADOOP-RESTFUL-1-even-tough-it-is/m-p/338742#M10011</guid>
      <dc:creator>ajain59</dc:creator>
      <dc:date>2017-03-07T10:17:04Z</dc:date>
    </item>
  </channel>
</rss>

