We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87231c commit f206c43Copy full SHA for f206c43
1 file changed
shims/0.23/src/main/java/org/apache/hadoop/hive/shims/Hadoop23Shims.java
@@ -119,8 +119,8 @@ public class Hadoop23Shims extends HadoopShimsSecure {
119
120
HadoopShims.MiniDFSShim cluster = null;
121
final boolean storagePolicy;
122
- private final String DEFAULT = "default";
123
- private final String MAPRED_JOB_QUEUE_NAME = "mapred.job.queue.name";
+ private static final String DEFAULT = "default";
+ private static final String MAPRED_JOB_QUEUE_NAME = "mapred.job.queue.name";
124
125
public Hadoop23Shims() {
126
// in-memory HDFS
0 commit comments