You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ra...@apache.org on 2017/04/10 13:04:03 UTC

[1/2] incubator-carbondata git commit: [CARBONDATA-891] Fix compilation issue of LocalFileLockTest generate new folder carbon.store

Repository: incubator-carbondata
Updated Branches:
  refs/heads/master 490901d9d -> 065381995


[CARBONDATA-891] Fix compilation issue of LocalFileLockTest generate new folder carbon.store


Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/fce12a8f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/fce12a8f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/fce12a8f

Branch: refs/heads/master
Commit: fce12a8fb09209b7a4a2938dcf99835f0cef2ea1
Parents: 490901d
Author: chenliang613 <ch...@huawei.com>
Authored: Mon Apr 10 17:21:47 2017 +0530
Committer: chenliang613 <ch...@huawei.com>
Committed: Mon Apr 10 17:21:47 2017 +0530

----------------------------------------------------------------------
 .../restructure/AlterTableRevertTestCase.scala     | 17 +++++++++++++++++
 .../restructure/AlterTableValidationTestCase.scala | 17 +++++++++++++++++
 .../restructure/rowreader/AddColumnTestCases.scala | 17 +++++++++++++++++
 .../rowreader/ChangeDataTypeTestCases.scala        | 17 +++++++++++++++++
 .../rowreader/DropColumnTestCases.scala            | 17 +++++++++++++++++
 .../carbondata/lcm/locks/LocalFileLockTest.java    |  8 ++++++++
 6 files changed, 93 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/fce12a8f/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/AlterTableRevertTestCase.scala
----------------------------------------------------------------------
diff --git a/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/AlterTableRevertTestCase.scala b/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/AlterTableRevertTestCase.scala
index 958b426..05b79a8 100644
--- a/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/AlterTableRevertTestCase.scala
+++ b/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/AlterTableRevertTestCase.scala
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.apache.spark.carbondata.restructure
 
 import java.io.File

http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/fce12a8f/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/AlterTableValidationTestCase.scala
----------------------------------------------------------------------
diff --git a/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/AlterTableValidationTestCase.scala b/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/AlterTableValidationTestCase.scala
index 91dd8b3..c826b0c 100644
--- a/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/AlterTableValidationTestCase.scala
+++ b/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/AlterTableValidationTestCase.scala
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.apache.spark.carbondata.restructure
 
 import java.io.File

http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/fce12a8f/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/rowreader/AddColumnTestCases.scala
----------------------------------------------------------------------
diff --git a/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/rowreader/AddColumnTestCases.scala b/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/rowreader/AddColumnTestCases.scala
index 6ffa2d0..e6fb265 100644
--- a/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/rowreader/AddColumnTestCases.scala
+++ b/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/rowreader/AddColumnTestCases.scala
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.apache.spark.carbondata.restructure.rowreader
 
 import java.math.{BigDecimal, RoundingMode}

http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/fce12a8f/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/rowreader/ChangeDataTypeTestCases.scala
----------------------------------------------------------------------
diff --git a/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/rowreader/ChangeDataTypeTestCases.scala b/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/rowreader/ChangeDataTypeTestCases.scala
index 369d002..35057b2 100644
--- a/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/rowreader/ChangeDataTypeTestCases.scala
+++ b/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/rowreader/ChangeDataTypeTestCases.scala
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.apache.spark.carbondata.restructure.rowreader
 
 import java.math.BigDecimal

http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/fce12a8f/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/rowreader/DropColumnTestCases.scala
----------------------------------------------------------------------
diff --git a/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/rowreader/DropColumnTestCases.scala b/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/rowreader/DropColumnTestCases.scala
index d659cb3..cdb9a34 100644
--- a/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/rowreader/DropColumnTestCases.scala
+++ b/integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/rowreader/DropColumnTestCases.scala
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.apache.spark.carbondata.restructure.rowreader
 
 import java.math.{BigDecimal, RoundingMode}

http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/fce12a8f/processing/src/test/java/org/apache/carbondata/lcm/locks/LocalFileLockTest.java
----------------------------------------------------------------------
diff --git a/processing/src/test/java/org/apache/carbondata/lcm/locks/LocalFileLockTest.java b/processing/src/test/java/org/apache/carbondata/lcm/locks/LocalFileLockTest.java
index 68d822b..ddc8657 100644
--- a/processing/src/test/java/org/apache/carbondata/lcm/locks/LocalFileLockTest.java
+++ b/processing/src/test/java/org/apache/carbondata/lcm/locks/LocalFileLockTest.java
@@ -16,9 +16,12 @@
  */
 package org.apache.carbondata.lcm.locks;
 
+import java.io.File;
+
 import org.apache.carbondata.core.metadata.CarbonTableIdentifier;
 import org.apache.carbondata.core.locks.LocalFileLock;
 import org.apache.carbondata.core.locks.LockUsage;
+import org.apache.carbondata.core.util.CarbonProperties;
 import org.junit.After;
 import org.junit.Assert;
 import org.junit.Before;
@@ -33,6 +36,11 @@ public class LocalFileLockTest {
    * @throws java.lang.Exception
    */
   @Before public void setUp() throws Exception {
+    String rootPath = new File(this.getClass().getResource("/").getPath()
+        + "../../..").getCanonicalPath();
+    String storeLocation = rootPath + "/target/store";
+    CarbonProperties.getInstance()
+        .addProperty("carbon.storelocation", storeLocation);
   }
 
   /**


[2/2] incubator-carbondata git commit: [CARBONDATA-891] Fix compilation issue of LocalFileLockTest generate new folder carbon.store. This closes #772

Posted by ra...@apache.org.
[CARBONDATA-891] Fix compilation issue of LocalFileLockTest generate new folder carbon.store. This closes #772


Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/06538199
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/06538199
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/06538199

Branch: refs/heads/master
Commit: 06538199592dd49f4e1e4acc49236670838de2ca
Parents: 490901d fce12a8
Author: ravipesala <ra...@gmail.com>
Authored: Mon Apr 10 18:33:33 2017 +0530
Committer: ravipesala <ra...@gmail.com>
Committed: Mon Apr 10 18:33:33 2017 +0530

----------------------------------------------------------------------
 .../restructure/AlterTableRevertTestCase.scala     | 17 +++++++++++++++++
 .../restructure/AlterTableValidationTestCase.scala | 17 +++++++++++++++++
 .../restructure/rowreader/AddColumnTestCases.scala | 17 +++++++++++++++++
 .../rowreader/ChangeDataTypeTestCases.scala        | 17 +++++++++++++++++
 .../rowreader/DropColumnTestCases.scala            | 17 +++++++++++++++++
 .../carbondata/lcm/locks/LocalFileLockTest.java    |  8 ++++++++
 6 files changed, 93 insertions(+)
----------------------------------------------------------------------