I have a task to make a connection from SAS to Hortonworks.
There is an instance of SAS 9.4 with SAS/Access to Hadoop on Windows Server 9.4.
Also there is a cluster of Hortonworks (with 10 nodes, OS: RedHat).
Unfortunately I couldn't find any information about the Jar files that I needed.
I just found "Chapter 4: Configuring Hadoop JAR Files" in configuration guide.
If someone has experience in this task please let me know how you did it.
Sincerely yours,
Nikolay.
This thread may contain the info you need. If you tell me the version of HDP you are using, I will tell you what I have.
Did you follow this:
http://support.sas.com/documentation/installcenter/en/ikfdtnwincg/67230/PDF/default/config.pdf?
I successfully connected to IBM BigInsights following this.
The distribution may vary on where to find the appropriate jar-files specified - there are no distribution specific complete "pick list". You probably need to search for these manually in Hortonworks. If you fins multiple, pick the ones with latest version no.
LinusH, you right.
I follow exactly mentioned config documentation.
But unfortunately in this documentation it is only the Jar files for Cloudera CDH4.0.1 (It's realy old version ).
How did you find which Jar files needed for IBM BigInsights?
And could you please write the list of this files.
This thread may contain the info you need. If you tell me the version of HDP you are using, I will tell you what I have.
Dear Jeff,
I have HDP 2.0 version.
I found of the 20 JAR files that you have in your link above.
Also I set SAS_HADOOP_JAR_PATH.
But when I started the program, it was faced with another problem. The program hangs in "processing submitted statements".
I was forced to quit the program by "Terminated the SAS System".
Could you tell why this program could hang?
P.S.
I've done the connection first and second ways according your video " Getting Started with SAS® and Hadoop Part1".
Jeff, thank you your video.
I solved the problem with connection.
The problem was in incorrect libname. My Hive server was HiveSever2 and it was critical to add option SUBPROTOCOL=HIVE2.
When I wrote libname hdp hadoop server="192.168.14.26" user="hadoop1" SUBPROTOCOL=HIVE2; everything was working.
It is very easy to overlook the SUBPROTOCOL= option. In the near future we will likely make HIVE2 the default. The use of Hive1 (for want of a better way to describe it) is rapidly disappearing. Eventually, the option may go away. But in the meantime, it sure is easy to overlook it.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.