BookmarkSubscribeRSS Feed
Sangramjit
Calcite | Level 5

Hi,

I am able to connect to Hive using the below libname statement:

libname hdplib hadoop server='hadoop_server' user='*********' password='********' subprotocol=hive2 schema=sas_dev;

proc datasets lib=hdplib;

run;

                      Libref         HDPLIB                                                

                               Engine         HADOOP                                                

                               Physical Name  jdbc:hive2:/hadoop_server:10000/sas_dev 

                               Schema/Owner   sas_dev                                               


                                                     #  Name           Member Type

                                                      1  CLASS_D              DATA 

                                                      2  EMPLOYEE           DATA 

                                                      3  SALARY                 DATA 

                                                      4  UNICODE_DATA    DATA 

But when i try to print the datasets CLASS_D, getting the following error:

ERROR: java.sql.SQLException: Error while processing statement: FAILED: Execution Error, return code 1 from

       org.apache.hadoop.hive.ql.exec.DDLTask

ERROR: Unable to execute Hadoop query.

ERROR: java.sql.SQLException: Error while processing statement: FAILED: Execution Error, return code 1 from

       org.apache.hadoop.hive.ql.exec.DDLTask

ERROR: Unable to execute Hadoop query.

ERROR: Table exist check error.

Can anybody please help me out in identifying the issue.

Thanks in Advance,

Sangramjit

3 REPLIES 3
Sangramjit
Calcite | Level 5

I think its a new issue and nobody yet found the solution or have any idea regarding it.

Thambu
Calcite | Level 5

Set your java_home path. It will solve your issue.

ChrisNZ
Tourmaline | Level 20

ERROR: Table exist check error.

 

points to a discrepancy between the hadoop metadata and the data.

 

Can you query the table in hadoop?

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 2093 views
  • 0 likes
  • 3 in conversation