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.

I am working through Lab 6 - Data Reporting with Zeppelin and have run into a problem with Step 6.3.1.

avatar

I am running the following query as substep 8 of Step 6.3.1 in the Zeppelin tutorial and the query does not finish. If I take the join out and select from either table it works fine.

%hive

SELECT a.driverid, a.riskfactor, b.city, b.state  

FROM finalresults a, geolocation b where a.driverid=b.driverid

1 ACCEPTED SOLUTION

avatar

Must have been a memory issue. I restarted the sandbox and it worked fine.

View solution in original post

3 REPLIES 3

avatar
Master Mentor

Are you still having issues? Can you post the error messages you get from the Hive logs directory?

avatar

Must have been a memory issue. I restarted the sandbox and it worked fine.

avatar
New Member

I restarted the sanbox services and it worked again. Is it windows? Almost all problems solved by restart.