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

There is a parquet file in our hadoop cluster without a hive table built on top of it. 

 - Is there something I can do to read it into SAS without requiring someone to build a hive table on top of it?

 - Is there some way to access the table with Spark through SAS (kind of like pyspark)?

 

1 ACCEPTED SOLUTION

Accepted Solutions
ChrisNZ
Tourmaline | Level 20

1. There is no native way to read the parquet format in SAS as far as I know.

 

2. Access to Spark is supported with SAS Viya. See https://support.sas.com/en/documentation/third-party-software-reference/viya/34/support-for-database...

 

View solution in original post

4 REPLIES 4
ChrisNZ
Tourmaline | Level 20

1. There is no native way to read the parquet format in SAS as far as I know.

 

2. Access to Spark is supported with SAS Viya. See https://support.sas.com/en/documentation/third-party-software-reference/viya/34/support-for-database...

 

LinusH
Tourmaline | Level 20
Why not building Hive metadata on top of it. Seems easiest if you wish to use it using relational language like SAS.
With Hive, you can access the file using Impala (which uses Spark).
Data never sleeps
cstegeman
Fluorite | Level 6
I was hoping for an alternative to hive - I didn't have permissions to create a hive table in that environment. Also Hive is slower than PySpark.
ChrisNZ
Tourmaline | Level 20

Impala can be much faster than Hive and supports parquet.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 5883 views
  • 0 likes
  • 3 in conversation