Skip to content

Commit

Permalink
Change visibility of classes in order to create a Hive shell from out…
Browse files Browse the repository at this point in the history
…side of HiveRunner
  • Loading branch information
fabiogm committed May 3, 2016
1 parent 3f588d5 commit e7c403a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -51,7 +51,7 @@ public class HiveServerContainer {
private HiveServer2 hiveServer2;
private SessionState currentSessionState;

HiveServerContainer(HiveServerContext context) {
public HiveServerContainer(HiveServerContext context) {
this.context = context;
}

Expand Down
Expand Up @@ -53,7 +53,7 @@ public class StandaloneHiveServerContext implements HiveServerContext {
private final TemporaryFolder basedir;
private final HiveRunnerConfig hiveRunnerConfig;

StandaloneHiveServerContext(TemporaryFolder basedir, HiveRunnerConfig hiveRunnerConfig) {
public StandaloneHiveServerContext(TemporaryFolder basedir, HiveRunnerConfig hiveRunnerConfig) {
this.basedir = basedir;
this.hiveRunnerConfig = hiveRunnerConfig;
}
Expand Down

0 comments on commit e7c403a

Please sign in to comment.