Remove corporate info Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/40ff1cda Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/40ff1cda Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/40ff1cda
Branch: refs/heads/inverted-index Commit: 40ff1cda4b6589aa5ff68541ae670f7e42e5a132 Parents: 09f4bc3 Author: Shao Feng, Shi <shao...@ebay.com> Authored: Wed Feb 11 15:43:39 2015 +0800 Committer: Shao Feng, Shi <shao...@ebay.com> Committed: Wed Feb 11 15:43:39 2015 +0800 ---------------------------------------------------------------------- .../64ac4f82-f2af-476e-85b9-f0805001014e.dict | Bin 554 -> 0 bytes .../f5e85644-db92-42b5-9ad5-240ab227d7b0.dict | Bin 554 -> 0 bytes jdbc/pom.xml | 5 ----- .../kylin/job/hadoop/hbase/TestHbaseClient.java | 2 +- 4 files changed, 1 insertion(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/40ff1cda/examples/test_case_data/localmeta/dict/PREDEFINED/date(yyyy-mm-dd)/64ac4f82-f2af-476e-85b9-f0805001014e.dict ---------------------------------------------------------------------- diff --git a/examples/test_case_data/localmeta/dict/PREDEFINED/date(yyyy-mm-dd)/64ac4f82-f2af-476e-85b9-f0805001014e.dict b/examples/test_case_data/localmeta/dict/PREDEFINED/date(yyyy-mm-dd)/64ac4f82-f2af-476e-85b9-f0805001014e.dict deleted file mode 100644 index 36da380..0000000 Binary files a/examples/test_case_data/localmeta/dict/PREDEFINED/date(yyyy-mm-dd)/64ac4f82-f2af-476e-85b9-f0805001014e.dict and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/40ff1cda/examples/test_case_data/localmeta/dict/PREDEFINED/date(yyyy-mm-dd)/f5e85644-db92-42b5-9ad5-240ab227d7b0.dict ---------------------------------------------------------------------- diff --git a/examples/test_case_data/localmeta/dict/PREDEFINED/date(yyyy-mm-dd)/f5e85644-db92-42b5-9ad5-240ab227d7b0.dict b/examples/test_case_data/localmeta/dict/PREDEFINED/date(yyyy-mm-dd)/f5e85644-db92-42b5-9ad5-240ab227d7b0.dict deleted file mode 100644 index 5c9af56..0000000 Binary files a/examples/test_case_data/localmeta/dict/PREDEFINED/date(yyyy-mm-dd)/f5e85644-db92-42b5-9ad5-240ab227d7b0.dict and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/40ff1cda/jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/jdbc/pom.xml b/jdbc/pom.xml index a1dce3c..606e340 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -22,11 +22,6 @@ <artifactId>kylin-jdbc</artifactId> <packaging>jar</packaging> - <!-- More project information. --> - <name>Kylin:Jdbc</name> - <description>kylin jdbc on optiq avatica</description> - <url>https://github.scm.corp.ebay.com/BIPlatform/Kylin</url> - <parent> <groupId>org.apache.kylin</groupId> <artifactId>kylin</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/40ff1cda/job/src/test/java/org/apache/kylin/job/hadoop/hbase/TestHbaseClient.java ---------------------------------------------------------------------- diff --git a/job/src/test/java/org/apache/kylin/job/hadoop/hbase/TestHbaseClient.java b/job/src/test/java/org/apache/kylin/job/hadoop/hbase/TestHbaseClient.java index 4fd64e5..a92da92 100644 --- a/job/src/test/java/org/apache/kylin/job/hadoop/hbase/TestHbaseClient.java +++ b/job/src/test/java/org/apache/kylin/job/hadoop/hbase/TestHbaseClient.java @@ -87,7 +87,7 @@ public class TestHbaseClient { foo(3, 0); Configuration conf = HBaseConfiguration.create(); - conf.set("hbase.zookeeper.quorum", "yadesk00.corp.ebay.com"); + conf.set("hbase.zookeeper.quorum", "hbase_host"); conf.set("zookeeper.znode.parent", "/hbase-unsecure"); HTable table = new HTable(conf, "test1");