You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ni...@apache.org on 2021/06/01 17:49:51 UTC

[atlas] 04/05: ATLAS-4320: Fixing location uri for DB entities in QuickStartV2 (#131)

This is an automated email from the ASF dual-hosted git repository.

nixon pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit 84bef096304b30f0f0c01671a84cf64edaf6bb05
Author: shrutimantri <sh...@gmail.com>
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 <sh...@myntra.com>
    (cherry picked from commit fac8349593a63a1578f9337712e4c1db055abcd8)
---
 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