BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Riana
Pyrite | Level 9

Hi,

 

We are going to use SSL integration for Hadoop and I was wondering if it is going to have any impact the way we are connecting to it in SAS(libname)? 

Or if we should change any thing in Hadoop connection in ODBC file on server for SSL?

Or if we should change/add anything in both libname and odbc connection?

1 ACCEPTED SOLUTION

Accepted Solutions
SimonDawson
SAS Employee

The Hadoop client software is loaded up and executed on the SAS server inside a JVM. For the SAS\ACCESS Interface to Hadoop software the SAS Private Java Runtime Environment deployed on the system is the JVM that used.

For this to work TLS/SSL connections will need to be established from the SAS server to the client. You'll need to ensure the signing authority cert is inside the trust store of the SAS Private JRE.

See this documentation for details on this process.
http://go.documentation.sas.com/?docsetId=bimtag&docsetTarget=p0fwmiy0dasb5nn18fwx1x9mn2ub.htm&docse...


If your connectivity is done with ODBC you'll need to consult the vendor documentation of the vendor of the driver for how to configure the trust with their driver.

View solution in original post

1 REPLY 1
SimonDawson
SAS Employee

The Hadoop client software is loaded up and executed on the SAS server inside a JVM. For the SAS\ACCESS Interface to Hadoop software the SAS Private Java Runtime Environment deployed on the system is the JVM that used.

For this to work TLS/SSL connections will need to be established from the SAS server to the client. You'll need to ensure the signing authority cert is inside the trust store of the SAS Private JRE.

See this documentation for details on this process.
http://go.documentation.sas.com/?docsetId=bimtag&docsetTarget=p0fwmiy0dasb5nn18fwx1x9mn2ub.htm&docse...


If your connectivity is done with ODBC you'll need to consult the vendor documentation of the vendor of the driver for how to configure the trust with their driver.

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1605 views
  • 0 likes
  • 2 in conversation