meszibalu commented on a change in pull request #47: HBASE-23295 HBaseContext 
should use most recent delegation token
URL: https://github.com/apache/hbase-connectors/pull/47#discussion_r351678185
 
 

 ##########
 File path: 
spark/hbase-spark/src/test/java/org/apache/hadoop/hbase/spark/TestJavaHBaseContext.java
 ##########
 @@ -70,68 +72,70 @@
   public static final HBaseClassTestRule TIMEOUT =
       HBaseClassTestRule.forClass(TestJavaHBaseContext.class);
 
-  private transient JavaSparkContext jsc;
-  HBaseTestingUtility htu;
-  protected static final Logger LOG = 
LoggerFactory.getLogger(TestJavaHBaseContext.class);
-
-
+  private static transient JavaSparkContext JSC;
+  private static HBaseTestingUtility HTU;
 
 Review comment:
   We use to call `HBaseTestingUtility` instances as `TEST_UTIL` in HBase tests.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to