mini hdfs set as default in cluster.properties
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/45c38435 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/45c38435 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/45c38435 Branch: refs/heads/steven/hdfs Commit: 45c38435869547b4124eaf99586e6f0d4256cd59 Parents: 9751513 Author: efikalti <[email protected]> Authored: Thu Aug 13 17:01:17 2015 +0300 Committer: efikalti <[email protected]> Committed: Thu Aug 13 17:01:17 2015 +0300 ---------------------------------------------------------------------- .../src/main/java/org/apache/vxquery/hdfs2/HDFSFunctions.java | 2 -- vxquery-server/src/main/resources/conf/cluster.properties | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/45c38435/vxquery-core/src/main/java/org/apache/vxquery/hdfs2/HDFSFunctions.java ---------------------------------------------------------------------- diff --git a/vxquery-core/src/main/java/org/apache/vxquery/hdfs2/HDFSFunctions.java b/vxquery-core/src/main/java/org/apache/vxquery/hdfs2/HDFSFunctions.java index eb8034c..8e21577 100644 --- a/vxquery-core/src/main/java/org/apache/vxquery/hdfs2/HDFSFunctions.java +++ b/vxquery-core/src/main/java/org/apache/vxquery/hdfs2/HDFSFunctions.java @@ -160,7 +160,6 @@ public class HDFSFunctions { */ private boolean locateConf() { this.conf_path = System.getenv("HADOOP_CONF_DIR"); - System.out.println(conf_path); if (this.conf_path == null) { // load properties file @@ -182,7 +181,6 @@ public class HDFSFunctions { // get the property value for HDFS_CONF this.conf_path = prop.getProperty("HDFS_CONF"); - System.out.println(conf_path); return this.conf_path != null; } return this.conf_path != null; http://git-wip-us.apache.org/repos/asf/vxquery/blob/45c38435/vxquery-server/src/main/resources/conf/cluster.properties ---------------------------------------------------------------------- diff --git a/vxquery-server/src/main/resources/conf/cluster.properties b/vxquery-server/src/main/resources/conf/cluster.properties index 0a7bc81..8f6fa1c 100644 --- a/vxquery-server/src/main/resources/conf/cluster.properties +++ b/vxquery-server/src/main/resources/conf/cluster.properties @@ -54,4 +54,4 @@ NCJAVA_OPTS="-server -Xmx7G -Djava.util.logging.config.file=./vxquery-benchmark/ # Yourkit mac option: -agentpath:/Applications/YourKit_Java_Profiler.app/bin/mac/libyjpagent.jnilib=sampling #HDFS configuration directory -HDFS_CONF=/home/efi/Projects/vxquery/vxquery-xtest/src/test/resources/hadoop/conf +HDFS_CONF=vxquery-xtest/src/test/resources/hadoop/conf
