Created 03-16-2016 04:44 PM
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
Created 05-03-2016 08:08 PM
Must have been a memory issue. I restarted the sandbox and it worked fine.
Created 05-02-2016 11:05 PM
Are you still having issues? Can you post the error messages you get from the Hive logs directory?
Created 05-03-2016 08:08 PM
Must have been a memory issue. I restarted the sandbox and it worked fine.
Created 06-15-2016 08:02 AM
I restarted the sanbox services and it worked again. Is it windows? Almost all problems solved by restart.