You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ServletServerBuilder.java
+13-30Lines changed: 13 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -164,16 +164,6 @@ private Server createServer() {
164
164
returnserver;
165
165
}
166
166
167
-
/**
168
-
* Create an SSL context factory using the configuration.
169
-
*
170
-
* @param conf The configuration to use
171
-
* @return The created SslContextFactory or null if creation failed
0 commit comments