Skip to content

Commit

Permalink
Make HiveMetastoreConfig class public
Browse files Browse the repository at this point in the history
Commit 2c572cb introduced the Java client APIs to fetch HMS integration
configuration. This patch makes the org.apache.kudu.client.HiveMetastoreConfig
class, which contains the Hive Metastore configuration of a Kudu cluster,
public. So that it can be accessed from outside package, e.g. org.apache.impala.

Change-Id: I6e7e9eaeba65512a2bcce6dc7f1202215f60266e
Reviewed-on: http://gerrit.cloudera.org:8080/13128
Reviewed-by: Todd Lipcon <[email protected]>
Reviewed-by: Alexey Serbin <[email protected]>
Tested-by: Andrew Wong <[email protected]>
Reviewed-by: Andrew Wong <[email protected]>
  • Loading branch information
haohaoc authored and andrwng committed Apr 26, 2019
1 parent 7ac1ed6 commit bacc1f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
@InterfaceAudience.LimitedPrivate("Impala")
@InterfaceStability.Unstable
class HiveMetastoreConfig {
public class HiveMetastoreConfig {
private final String hiveMetastoreUris;
private final boolean hiveMetastoreSaslEnabled;
private final String hiveMetastoreUuid;
Expand Down

0 comments on commit bacc1f3

Please sign in to comment.