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

Hi All,

 

Is it possible to read avro files from Hadoop in SAS DI?

All my trials failed. I tried "File reader" and "Hadoop File Reader".

Both doesn't work for me.

 

Thanks in advance,

 

Piotr

1 ACCEPTED SOLUTION

Accepted Solutions
JBailey
Barite | Level 11

Hi @Peter_Wine 

 

If Hive (or Impala) can read the file then SAS can read it. SAS/ACCESS Interface to Hadoop has an optimization that can bypass the Hive JDBC driver and read a file directly from HDFS. AVRO is not supported by this bypass feature because SAS cannot directly read this file type. Therefore, you will want to set READ_METHOD=JDBC on your LIBNAME statement. 

 

Here is the relevant doc: https://go.documentation.sas.com/?cdcId=pgmsascdc&cdcVersion=9.4_3.5&docsetId=acreldb&docsetTarget=n...

 

Best wishes,

Jeff

View solution in original post

1 REPLY 1
JBailey
Barite | Level 11

Hi @Peter_Wine 

 

If Hive (or Impala) can read the file then SAS can read it. SAS/ACCESS Interface to Hadoop has an optimization that can bypass the Hive JDBC driver and read a file directly from HDFS. AVRO is not supported by this bypass feature because SAS cannot directly read this file type. Therefore, you will want to set READ_METHOD=JDBC on your LIBNAME statement. 

 

Here is the relevant doc: https://go.documentation.sas.com/?cdcId=pgmsascdc&cdcVersion=9.4_3.5&docsetId=acreldb&docsetTarget=n...

 

Best wishes,

Jeff

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to connect to databases in SAS Viya

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.

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