This is an automated email from the ASF dual-hosted git repository.
nixon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new fac8349 ATLAS-4320: Fixing location uri for DB entities in
QuickStartV2 (#131)
fac8349 is described below
commit fac8349593a63a1578f9337712e4c1db055abcd8
Author: shrutimantri <[email protected]>
AuthorDate: Tue Jun 1 22:46:53 2021 +0530
ATLAS-4320: Fixing location uri for DB entities in QuickStartV2 (#131)
Co-authored-by: Shruti Mantri <[email protected]>
---
webapp/src/main/java/org/apache/atlas/examples/QuickStartV2.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webapp/src/main/java/org/apache/atlas/examples/QuickStartV2.java
b/webapp/src/main/java/org/apache/atlas/examples/QuickStartV2.java
index bc3efbe..5309d19 100755
--- a/webapp/src/main/java/org/apache/atlas/examples/QuickStartV2.java
+++ b/webapp/src/main/java/org/apache/atlas/examples/QuickStartV2.java
@@ -463,7 +463,7 @@ public class QuickStartV2 {
entity.setAttribute(REFERENCEABLE_ATTRIBUTE_NAME, name +
CLUSTER_SUFFIX);
entity.setAttribute("description", description);
entity.setAttribute("owner", owner);
- entity.setAttribute("locationuri", locationUri);
+ entity.setAttribute("locationUri", locationUri);
entity.setAttribute("createTime", System.currentTimeMillis());
// set classifications