Repository: incubator-predictionio Updated Branches: refs/heads/develop 2d388db27 -> 57aa82f1f
Fix output paths Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/57aa82f1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/57aa82f1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/57aa82f1 Branch: refs/heads/develop Commit: 57aa82f1fc8083831d3dda24444a22246dc57372 Parents: 2d388db Author: Donald Szeto <[email protected]> Authored: Thu Mar 9 08:55:23 2017 -0800 Committer: Donald Szeto <[email protected]> Committed: Thu Mar 9 08:55:23 2017 -0800 ---------------------------------------------------------------------- storage/elasticsearch/build.sbt | 2 +- storage/elasticsearch1/build.sbt | 3 +-- storage/hbase/build.sbt | 3 +-- storage/hdfs/build.sbt | 3 +-- storage/jdbc/build.sbt | 3 +-- storage/localfs/build.sbt | 3 +-- 6 files changed, 6 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/57aa82f1/storage/elasticsearch/build.sbt ---------------------------------------------------------------------- diff --git a/storage/elasticsearch/build.sbt b/storage/elasticsearch/build.sbt index 925b66f..7d9b2ad 100644 --- a/storage/elasticsearch/build.sbt +++ b/storage/elasticsearch/build.sbt @@ -53,4 +53,4 @@ assemblyShadeRules in assembly := Seq( // skip test in assembly test in assembly := {} -assemblyOutputPath := baseDirectory.value.getAbsoluteFile.getParentFile.getParentFile / "assembly" / "spark" / ("pio-data-elasticsearch-assembly-" + version.value + ".jar") +assemblyOutputPath in assembly := baseDirectory.value.getAbsoluteFile.getParentFile.getParentFile / "assembly" / "spark" / ("pio-data-elasticsearch-assembly-" + version.value + ".jar") http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/57aa82f1/storage/elasticsearch1/build.sbt ---------------------------------------------------------------------- diff --git a/storage/elasticsearch1/build.sbt b/storage/elasticsearch1/build.sbt index 457aba2..dde7285 100644 --- a/storage/elasticsearch1/build.sbt +++ b/storage/elasticsearch1/build.sbt @@ -43,5 +43,4 @@ assemblyMergeStrategy in assembly := { // skip test in assembly test in assembly := {} -assemblyOutputPath := baseDirectory.value.getAbsoluteFile.getParentFile.getParentFile / "assembly" / "spark" / ("pio-data-elasticsearch1-assembly-" + version.value + ".jar") - +assemblyOutputPath in assembly := baseDirectory.value.getAbsoluteFile.getParentFile.getParentFile / "assembly" / "spark" / ("pio-data-elasticsearch1-assembly-" + version.value + ".jar") http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/57aa82f1/storage/hbase/build.sbt ---------------------------------------------------------------------- diff --git a/storage/hbase/build.sbt b/storage/hbase/build.sbt index 673697b..513e294 100644 --- a/storage/hbase/build.sbt +++ b/storage/hbase/build.sbt @@ -52,5 +52,4 @@ assemblyMergeStrategy in assembly := { // skip test in assembly test in assembly := {} -assemblyOutputPath := baseDirectory.value.getAbsoluteFile.getParentFile.getParentFile / "assembly" / "spark" / ("pio-data-hbase-assembly-" + version.value + ".jar") - +assemblyOutputPath in assembly := baseDirectory.value.getAbsoluteFile.getParentFile.getParentFile / "assembly" / "spark" / ("pio-data-hbase-assembly-" + version.value + ".jar") http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/57aa82f1/storage/hdfs/build.sbt ---------------------------------------------------------------------- diff --git a/storage/hdfs/build.sbt b/storage/hdfs/build.sbt index 35c9153..7ddc86c 100644 --- a/storage/hdfs/build.sbt +++ b/storage/hdfs/build.sbt @@ -40,5 +40,4 @@ assemblyMergeStrategy in assembly := { // skip test in assembly test in assembly := {} -assemblyOutputPath := baseDirectory.value.getAbsoluteFile.getParentFile.getParentFile / "assembly" / "spark" / ("pio-data-hdfs-assembly-" + version.value + ".jar") - +assemblyOutputPath in assembly := baseDirectory.value.getAbsoluteFile.getParentFile.getParentFile / "assembly" / "spark" / ("pio-data-hdfs-assembly-" + version.value + ".jar") http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/57aa82f1/storage/jdbc/build.sbt ---------------------------------------------------------------------- diff --git a/storage/jdbc/build.sbt b/storage/jdbc/build.sbt index 0a07ee0..2011722 100644 --- a/storage/jdbc/build.sbt +++ b/storage/jdbc/build.sbt @@ -43,5 +43,4 @@ assemblyMergeStrategy in assembly := { // skip test in assembly test in assembly := {} -assemblyOutputPath := baseDirectory.value.getAbsoluteFile.getParentFile.getParentFile / "assembly" / "spark" / ("pio-data-jdbc-assembly-" + version.value + ".jar") - +assemblyOutputPath in assembly := baseDirectory.value.getAbsoluteFile.getParentFile.getParentFile / "assembly" / "spark" / ("pio-data-jdbc-assembly-" + version.value + ".jar") http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/57aa82f1/storage/localfs/build.sbt ---------------------------------------------------------------------- diff --git a/storage/localfs/build.sbt b/storage/localfs/build.sbt index f94b355..f9e101d 100644 --- a/storage/localfs/build.sbt +++ b/storage/localfs/build.sbt @@ -40,5 +40,4 @@ assemblyMergeStrategy in assembly := { // skip test in assembly test in assembly := {} -assemblyOutputPath := baseDirectory.value.getAbsoluteFile.getParentFile.getParentFile / "assembly" / "spark" / ("pio-data-localfs-assembly-" + version.value + ".jar") - +assemblyOutputPath in assembly := baseDirectory.value.getAbsoluteFile.getParentFile.getParentFile / "assembly" / "spark" / ("pio-data-localfs-assembly-" + version.value + ".jar")
