You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by li...@apache.org on 2017/06/27 16:45:16 UTC

hadoop git commit: HADOOP-14589. LocalDynamoDB missing from latest AWS SDK releases. Contributed by Steve Loughran

Repository: hadoop
Updated Branches:
  refs/heads/HADOOP-13345 2b3c4b840 -> 14ac6ea57


HADOOP-14589. LocalDynamoDB missing from latest AWS SDK releases. Contributed by Steve Loughran


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/14ac6ea5
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/14ac6ea5
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/14ac6ea5

Branch: refs/heads/HADOOP-13345
Commit: 14ac6ea570a378b86b6e76cedb5671f304646a17
Parents: 2b3c4b8
Author: Mingliang Liu <li...@apache.org>
Authored: Tue Jun 27 09:42:43 2017 -0700
Committer: Mingliang Liu <li...@apache.org>
Committed: Tue Jun 27 09:42:43 2017 -0700

----------------------------------------------------------------------
 hadoop-tools/hadoop-aws/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/14ac6ea5/hadoop-tools/hadoop-aws/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-tools/hadoop-aws/pom.xml b/hadoop-tools/hadoop-aws/pom.xml
index a090221..eedce66 100644
--- a/hadoop-tools/hadoop-aws/pom.xml
+++ b/hadoop-tools/hadoop-aws/pom.xml
@@ -36,6 +36,7 @@
     <downloadSources>true</downloadSources>
     <hadoop.tmp.dir>${project.build.directory}/test</hadoop.tmp.dir>
 
+    <dynamodb.local.version>1.11.86</dynamodb.local.version>
     <!-- are scale tests enabled ? -->
     <fs.s3a.scale.test.enabled>unset</fs.s3a.scale.test.enabled>
     <!-- Size in MB of huge files. -->
@@ -465,7 +466,7 @@
     <dependency>
       <groupId>com.amazonaws</groupId>
       <artifactId>DynamoDBLocal</artifactId>
-      <version>${aws-java-sdk.version}</version>
+      <version>${dynamodb.local.version}</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org