C'è un modo per ottenere current date -1 in Hive significa sempre yesterdays date? E in questo formato: 20120805? posso correre la mia domanda come questo per ottenere i dati per yesterday's date come
Questa è la prima tabella in Hive: contiene informazioni sull'elemento che stiamo acquistando. CREATE EXTERNAL TABLE IF NOT EXISTS Table1 (This is the MAIN table through which comparisons need to be m
Questa è la tabella sottostante Hive CREATE EXTERNAL TABLE IF NOT EXISTS SampleTable
(
USER_ID BIGINT,
NEW_ITEM ARRAY<STRUCT<PRODUCT_ID: BIGINT,TIMESTAMPS:STRING>>
)
E questo è i dati del tavolo-