Skip to content

Commit f206c43

Browse files
author
Rajesh Sarkar
committed
HIVE-29667: make the final variable static
1 parent a87231c commit f206c43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

shims/0.23/src/main/java/org/apache/hadoop/hive/shims/Hadoop23Shims.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ public class Hadoop23Shims extends HadoopShimsSecure {
119119

120120
HadoopShims.MiniDFSShim cluster = null;
121121
final boolean storagePolicy;
122-
private final String DEFAULT = "default";
123-
private final String MAPRED_JOB_QUEUE_NAME = "mapred.job.queue.name";
122+
private static final String DEFAULT = "default";
123+
private static final String MAPRED_JOB_QUEUE_NAME = "mapred.job.queue.name";
124124

125125
public Hadoop23Shims() {
126126
// in-memory HDFS

0 commit comments

Comments
 (0)