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

c# - OpenXML hanging while writing elements -

php - regexp cyrillic filename not matches -

sql - Select Query has unexpected multiple records (MS Access) -