Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by ZhengShao: http://wiki.apache.org/hadoop/Hive/Roadmap ------------------------------------------------------------------------------ #pragma section-numbers 2 = Roadmap/call to add more features = The following is the list of useful features that are on the Hive Roadmap: - * Put feature here + * Multiple Group-By Inserts + <code> + FROM src + SELECT src.adid, COUNT(src.userid), COUNT(DISTINCT src.userid) GROUP BY src.adid + SELECT src.pageid, COUNT(src.userid), COUNT(DISTINCT src.userid) GROUP BY src.pageid + </code>
