commit d8b44e62a2a4fb84e2253169a4af4f0bea3f464a Author: Eli Collins Date: Tue Jan 3 14:35:25 2012 -0800 Revert "HUE-584. Shade Thrift jar." This reverts commit cac4ebcd2c3110bd2d7741953bae4ab14f032de6. commit 07f10f3ad10285cd43d38e38adf535a39fbc7ab7 Author: Andrew Bayer Date: Tue Dec 27 10:31:16 2011 -0800 KITCHEN-1623. Deploy Hue Maven artifacts when appropriate. commit 894bc6536cb1b3cf322086b97fd3c194f0707905 Author: Andrew Bayer Date: Wed Dec 21 10:10:39 2011 -0800 CLOUDERA-BUILD. Make sure that we run mvn install on the parent POM before building. commit 853171807d6ba818b4b5d33f12ca7716c2cf9a62 Author: Andrew Bayer Date: Tue Dec 20 10:27:45 2011 -0800 Updating for CDH3u3 release. commit 05339d8ff8f43b7ecc53089359382be3b3a1822c Author: bc Wong Date: Sun Dec 18 18:01:05 2011 -0800 HUE-606. Error when browsing a table with too many partitions Add a new config "browse_partitioned_table_limit", default to 250. When set to a positive number, this will limit any automatic "SELECT *" on partitioned tables by adding a LIMIT clause. If set to 0 or negative, then there is no limit. (cherry picked from commit 2ddef667c5e276ed078158e6e462347dee08f08f) commit cce308f1c92ae24ec3e4d9db0bef1e4787557df6 Author: Shrijeet Paliwal Date: Thu Sep 29 18:03:08 2011 -0700 HUE-564. Improve handling of beeswax active queries and expiration Make RUNNING_QUERY_LIFETIME configurable. Make the fields of driver null, only the ones not needed once execution has finished. This will make the active queries light on memory while they hang around before expiration. (cherry picked from commit ca548cf292a8d3836bbe39cc90d96662719aefc5) commit 041ddbc79dd58ffcdeb5629246a368f3e818399d Author: bc Wong Date: Sun Dec 18 17:16:04 2011 -0800 HUE-526. Clicking "Browse Table" on a Hive View in Beeswax launches MR job I moved the tabs, so that it shows the table column info by default. But I forgot to renamed the tab titles. (cherry picked from commit 3d7d5721fb9af427a51deb6f591fe4db61392064) commit 74f3e68ba30e36dccdce5f4ad4df34571e951bd2 Author: Harsh J Date: Tue Dec 6 15:21:11 2011 +0530 HUE-600. Update Beeswax's hive_metastore.thrift interface spec (cherry picked from commit 6b9c4557ea9008565a4002bfcb80c88aa9f726de) commit 58115a3a277a35566418c113b1e92a70137bf760 Author: bc Wong Date: Thu Dec 8 17:10:41 2011 -0800 HUE-526. Clicking "Browse Table" on a Hive View in Beeswax launches MR job Detect whether the "table" is a view or a real table. If it's a view, do not show the sample rows (thus avoiding a "select *"). Also fixed some label consistency issues when displaying a view. (cherry picked from commit fe5af301b757f82185b1ed12ecefe6b539a80901) commit ba269aadc24993a6e7783d3f7deaeebbceacc06d Author: bc Wong Date: Tue Nov 22 11:49:21 2011 -0800 [Build] Hue doesn't build on Ubuntu 11.10 (cherry picked from commit 766117003a99f2dd91a6b3bc4958be56b14763c2) commit 7aa4f776333737d2d51d64d5e94a8ab81447b45e Author: Eli Collins Date: Wed Dec 14 11:51:48 2011 -0800 HUE-602. Updated DatanodePlugin to reflect HDFS-2654. commit 7c552d15625e761b4b873a157de3a04d0322830a Author: Harsh J Date: Tue Nov 22 18:49:39 2011 +0530 HUE-597. Show task diagnostic info for an attempt in Job Browser. (cherry picked from commit 430e053392a9655cfab9d94187d54dd6df2a954d) commit 2f994d91e3b075e30674d291bbcadc92b36ef37a Author: Philip Zeyliger Date: Tue Nov 29 12:44:50 2011 -0800 Links to the relative parent in pom.xml. This avoids the necessity of running "mvn install" manually in the "parent pom". commit cac4ebcd2c3110bd2d7741953bae4ab14f032de6 Author: Philip Zeyliger Date: Tue Nov 29 11:44:55 2011 -0800 HUE-584. Shade Thrift jar. Previously we were including the Thrift library in hue-plugins.jar, but we were not shading it. This change shades it so that there is no conflict with other thrift libraries on the Hadoop classpath. The libraries are shaded into com.cloudera.hue.* commit c75a9c0b18133392df58444caf6fece1097ca0cd Author: Philip Zeyliger Date: Tue Nov 15 12:21:45 2011 -0800 HUE-598. Hue Datanode plugin doesn't reopen connection when registering with NameNode. On bigger clusters, we've seen failed registrations. If that happens, we should try again. I'm introducing a slower retry loop with a random pause, and adding an explicit reconnection. (cherry picked from commit 47707aa1b31f208f32725740cd18abd2de82b4d2) commit 5f6762689b1404ccf5456c2458bf2d798152b73a Author: Andrew Bayer Date: Thu Oct 20 09:29:42 2011 -0700 Updating for CDH3u3 development