Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Who agreed with this solution

avatar
Rising Star

It works! 

 

As we see in the outpulog, we see the HADOOP_CLASSPATH variable. Or we don't have any path for libs in hive directory...

 

I try once to add in HADOOP_CLASSPATH the his folder but it doesn't works.

 

The solution is to add the the folder and /* to take all jar...

 

So I add this one in .bash_profile:

export HADOOP_CLASSPATH=$HADOOP_CLASSPATH:/usr/lib/hive/lib/*

 

Then

source ~/.bash_profile

And now it works. Date were imported in Hive! 

 

Now we can continue our labs with Cloudera 5! 

 

Thanks!

 

 

View solution in original post

Who agreed with this solution