You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by GitBox <gi...@apache.org> on 2019/04/23 13:12:32 UTC

[GitHub] [hbase-native-client] saintstack commented on a change in pull request #1: HBASE-22201 Fixing a number of issues with test cases

saintstack commented on a change in pull request #1: HBASE-22201 Fixing a number of issues with test cases
URL: https://github.com/apache/hbase-native-client/pull/1#discussion_r277668221
 
 

 ##########
 File path: src/hbase/test-util/mini-cluster.cc
 ##########
 @@ -34,7 +34,7 @@ JNIEnv *MiniCluster::CreateVM(JavaVM **jvm) {
   char *classpath = getenv("CLASSPATH");
   std::string clspath;
   if (classpath == NULL || strstr(classpath, "-tests.jar") == NULL) {
-    std::string clsPathFilePath("../target/cached_classpath.txt");
+    std::string clsPathFilePath("../../../hbase-build-configuration/target/cached_classpath.txt");
 
 Review comment:
   This is pretty (smile)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services