SQL querying Apache HBase with Apache Phoenix
Apache Phoenix is a great addon to extent SQL on top of Apache HBase, the non relational distributed data store. On top of the HBase Browser, now the Editor provides a more common syntax for querying...
View ArticleBuilt-in Hive language reference in the SQL Editor
Similarly to the Apache Impala dialect, the Editor now provides a direct access to Hive documentation in the right panel. It is also still possible to right click on an instruction to get more details...
View ArticleHue 4.5 and its improvements are out!
Hi SQL Data Explorers, The Hue Team is glad to thanks all the contributors and release Hue 4.5! The focus of this release was to modularize the tech stack, improve SQL integrations and prepare...
View ArticleCollecting and querying Hue logs with Fluentd in Kubernetes
Hue is getting easy to run with its Docker container and Kubernetes Helm package. Then when the service is up, let’s see how we can retrieve and analyse the logs. Fluentd is a log management system...
View ArticleCollecting Hue metrics with Prometheus in Kubernetes
Hue is getting easy to run with its Docker container and Kubernetes Helm package. Hue metrics are useful for checking the load (how many users), slowness (average or percentile times taken by...
View ArticleIntroducing Hue requests tracing with Opentracing and Jaeger in Kubernetes
Hue is getting easy to run with its Docker container and Kubernetes Helm package. Recent blog posts describes how to get access to logs and metrics. Even in a non distributed world it can get noisy to...
View ArticleIntegration with Microsoft Azure Data Lake Store Gen2
Hue continues its progress to make the Cloud platforms easier to use. We’re happy to preset compatibility with Microsoft Azure Data Lake Store Gen2 (ADLS Gen2). Hue 4.6 release brings the ability to...
View ArticleEasily checking for deadlinks on docs.gethue.com
docs.gethue.com are getting some refreshed content continuously. In addition, a series of links not working (returning a 404) have been fixed. Here is how it was done. First we used the muffet tool....
View ArticleHow to create a HBase table on a Kerberized Hadoop cluster
Hi SQL Data Explorers, If you are using HBase with Hue on CDH6.1.x or later, you may find Hue’s check configuration fails for HBase with following error: Failed to authenticate to HBase Thrift Server,...
View ArticleMissing some color? How to improve or add your own SQL syntax Highlighter
Hue’s Editor SQL functionalities makes it much more easier to query your databases and datawarehouses. It was previously described about how to improve or create your own SQL autocompleter so that the...
View Article