1

これは私が使用している以下のクエリであり、以下のセマンティック分析エラーが発生するたびに発生します。

hive> select explode(test2.purchased_item.product_id) AS prodID, 
explode(test2.purchased_item.timestamps) AS time from testingtable2 test2;

FAILED: Error in semantic analysis: Only a single expression in the SELECT clause
is supported with UDTF's

1つのselectステートメントで2つのexplodeを使用できないハイブに制限はありますか?

4

2 に答える 2

2

はい

于 2012-07-16T21:25:19.930 に答える