Release 1.2.1 missing hwi-war file

2016-02-14 Thread Hanish Bansal
Hi All, We are trying to use Hive Web Interface (HWI). Hive version is latest i.e. 1.2.1. There is no hwi war file available in hive lib folder so it is giving error: hive-1.2.1/lib/hive-hwi-*.war: No such file or directory Relevant JIRA for this is: https://issues.apache.org/jira/browse/HIVE-82

RE: Optimizing external table structure

2016-02-14 Thread Riesland, Zack
Thanks Ming, The number of reducers is equal to the number of HBase regions for the table being used. In this case, it is 513. Each region gets one reducer that writes one hfile. Then, at the end, all the hfiles get copied to the appropriate location. This process is very quick. The bulk of