- All Categories
- Browsing (3)
- Community (1)
- Development (59)
- Flink sql (4)
- Hive (1)
- Impala (1)
- Ksqldb (3)
- Phoenix (3)
- Query (8)
- Release (32)
- Spark sql (3)
- Trino (1)
- Tutorial (19)
- Version 4 (78)
- Version 4.10 (11)
- Version 4.11 (11)
- Version 4.9 (7)
- Version 5.0 (2)
12 November 2014
Team Retreat in Tenerife
¡Hola! The Hue project recently got its biggest release. It was once again time to celebreate and also prepare the next big thing 🙂 For the first time, a European location was picked: Tenerife, in the Canary Islands! Similarly to the previous retreat in Hawaii, the team could enjoy a great island with a Volcano, warm water, sun, sea food, tapas, wind & kitesurfing. At the end of the week, the team was recharged, the core of the new Oozie App for creating workflows was done, and much more is under way!…
1 minute read -09 October 2014
Hue 3.7 with Sentry App and new Search widgets is out!
Hi Big Data Surfers, The Hue Team is glad to release Hue 3.7 and its new Sentry App and improved Search App! A tarball is available as well as documentation and release notes. On top of shipping a brand new app, this release is particularly feature-packed. This is possible with all the good feedback and requests that we are receiving! Download 3.7.1 tarball  Here is a list of the main improvements:…
2 minutes read - Release09 October 2014
Bay Area bike share analysis with the Hadoop Notebook and Spark & SQL
This post was initially published on the Hue project blog https://gethue.com/bay-area-bike-share-data-analysis-with-spark-notebook-part-2/ Apache Spark is getting popular and Hue contributors are working on making it accessible to even more users. Specifically, by creating a Web interface that allows anyone with a browser to type some Spark code and execute it. A Spark submission REST API was built for this purpose and can also be leveraged by the developers. In a previous post, we demonstrated how to use Hue's Search app to seamlessly index and visualize trip data from Bay Area Bike Share and leverage Spark to supplement that analysis by adding weather data to our dashboard.…
6 minutes read - Tutorial09 October 2014
Improved Oozie Dashboard: Bulk manipulate your Jobs
Hue Oozie Dashboard just got a few improvements in order to make Oozie job management less tedious! Here is a video demo that sums them up: Main new Dashboard features Faster page display Bulk suspend/kill/resume jobs Bulk rerun failed coordinator actions New Metrics section  More is on the roadmap! For example, it is planned to have an even quicker rerun of coordinator actions, a brand new & simple Workflow Editor and a monitoring/visualization of the running/past workflows/coordinators/bundles.…
1 minute read -08 October 2014
Search App Enhancements: Explore even more Data
Hi Big Data Explorers, Hue Search dashboards introduced new ways to quickly explore a lot of data by drag & dropping some graphical widgets and leveraging Solr capabilities. The application received a lot of feedback and has been greatly improved. Here is a short video detailing all the new stuff:  You can see a quick summary of the main novelties below:  Top Bar It was re-organized in order to split widgets displaying records or facets.…
2 minutes read -08 October 2014
File Browser Enhancements: HDFS operations made easy
A lot of exciting work has been done on File Browser to provide additional features and the best user experience possible. Take a look at the updates below and start using them today! Drag and Drop Uploading Streamlining file uploads was something that has been on our to-do list. You can now drag files from your desktop into the File Browser. The files will then be uploaded to the current directory you are viewing in File Browser.…
3 minutes read -07 October 2014
Apache Sentry made easy with the new Hue Security App
Hi Hadoop Sheriffs, In order to support the growth of the Apache Sentry project and make it easier to secure your cluster, a new app was added into Hue. Sentry privileges determine which Hive / Impala databases and tables a user can see or modify. The Security App let’s you create/edit/delete Roles and Privileges directly from your browser (there is no sentry-provider.ini file to edit anymore). Here is a video showing how the app works:…
3 minutes read -03 October 2014
Running an Oozie workflow without having installed the sharelib
If after installing your cluster and submitting some Oozie jobs you are seeing this type of error: 2015-03-11 09:11:19,821 WARN ActionStartXCommand:544 - SERVER[local] USER[hue] GROUP[-] TOKEN[] APP[pig-app-hue-script] JOB[0000000-150311091052117-oozie-hue-W] ACTION[0000000-150311091052117-oozie-hue-W@pig] Error starting action [pig]. ErrorType [FAILED], ErrorCode [It should never happen], Message [File /user/oozie/share/lib does not exist] org.apache.oozie.action.ActionExecutorException: File /user/oozie/share/lib does not exist at org.apache.oozie.action.hadoop.JavaActionExecutor.addShareLib(JavaActionExecutor.java:601) at org.apache.oozie.action.hadoop.JavaActionExecutor.addActionShareLib(JavaActionExecutor.java:725) at org.apache.oozie.action.hadoop.JavaActionExecutor.addAllShareLibs(JavaActionExecutor.java:707) at org.apache.oozie.action.hadoop.JavaActionExecutor.setLibFilesArchives(JavaActionExecutor.java:700) at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:895) at org.apache.oozie.action.hadoop.JavaActionExecutor.start(JavaActionExecutor.java:1145) at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:228) at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:63) at org.apache.oozie.command.XCommand.call(XCommand.java:281) at org.…
2 minutes read -02 October 2014
How to configure Hue for your Hadoop cluster
Hue is a lightweight Web server that lets you use Hadoop directly from your browser. Hue is just a ‘view on top of any Hadoop distribution’ and can be installed on any machine. There are multiples ways (cf. ‘Download’ section of gethue.com) to install Hue. The next step is then to configure Hue to point to your Hadoop cluster. By default Hue assumes a local cluster (i.e. there is only one machine) is present.…
5 minutes read - Development22 September 2014
SSL Encryption between Hue and Hive
This blog post was originally published on the MapR blog. While big data security analytics promises to deliver great insights in the battle against cyber threats, the concept and the tools are still maturing. In this blog, I’ll simplify the topic of adopting security in Hadoop by showing you how to encrypt traffic between Hue and Hive. Hue can communicate with Hive over a channel encrypted with SSL. Let’s take a look at the interface and the handshake mechanism first before trying to secure it.…
4 minutes read -