The Apache Kudu team is happy to announce the release of Kudu 1.13.0!
The new release adds several new features and improvements, including the following:
The Apache Kudu team is happy to announce the release of Kudu 1.13.0!
The new release adds several new features and improvements, including the following:
When Apache Kudu was first released in September 2016, it didn’t support any kind of authorization. Anyone who could access the cluster could do anything they wanted. To remedy this, coarse-grained authorization was added along with authentication in Kudu 1.3.0. This meant allowing only certain users to access Kudu, but those who were allowed access could still do whatever they wanted. The only way to achieve finer-grained access control was to limit access to Apache Impala where access control could be enforced by fine-grained policies in Apache Sentry. This method limited how Kudu could be accessed, so we saw a need to implement fine-grained access control in a way that wouldn’t limit access to Impala only.
Kudu 1.10.0 integrated with Apache Sentry to enable finer-grained authorization policies. This integration was rather short-lived as it was deprecated in Kudu 1.12.0 and will be completely removed in Kudu 1.13.0.
Most recently, since 1.12.0 Kudu supports fine-grained authorization by integrating with Apache Ranger 2.1 and later. In this post, we’ll cover how this works and how to set it up.
Note: This is a cross-post from the Boris Tyukin’s personal blog Building Near Real-time Big Data Lake: Part 2
This is the second part of the series. In Part 1 I wrote about our use-case for the Data Lake architecture and shared our success story.
The Apache Kudu team is happy to announce the release of Kudu 1.12.0!
The new release adds several new features and improvements, including the following:
The Apache Kudu team is happy to announce the release of Kudu 1.11.1!
This release contains a fix which addresses a critical issue discovered in 1.10.0 and 1.11.0 and adds several new features and improvements since 1.10.0.