java - SELECT DISTINCT on 2 or More JOIN -


i'm trying execute query 2 joins in hiveql have error

hive> select distinct ft.status_id     > fact_tweet ft     > join place_dimension dp on (ft.hotspot_id = dp.hotspot_id , dp.type='park')     > join dimension_status ds on (ft.status_id = ds.id , array_contains(ds.hashtags,'bebop')); failed: nullpointerexception null 

?

this hive server/metastore error. other queries running ok? please, check logs errors , paste them her


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -