[jira] [Commented] (ATLAS-159) UI generated files should be target

2015-09-28 Thread Shwetha G S (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14934657#comment-14934657
 ] 

Shwetha G S commented on ATLAS-159:
---

The patch contains changes to 
dashboard/public/modules/details/detailsController.js and 
dashboard/public/modules/lineage/lineageController.js. Is it related to this 
jira?

> UI generated files should be target
> ---
>
> Key: ATLAS-159
> URL: https://issues.apache.org/jira/browse/ATLAS-159
> Project: Atlas
>  Issue Type: Bug
>Reporter: Shwetha G S
>Assignee: Sanjay Patel
>Priority: Blocker
> Attachments: ATLAS-159.v1.patch
>
>
> All the downloaded/generated files(like folders lib, node, node_modules etc) 
> from UI plugins should be in target so that mvn clean can clean up these 
> files. Build is broken because of this: 
> https://builds.apache.org/job/apache-atlas-nightly/72/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-134) Some defects found when reviewing the source code.

2015-09-28 Thread Shwetha G S (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shwetha G S updated ATLAS-134:
--
Assignee: liutongfeng

> Some defects found when reviewing the source code.
> --
>
> Key: ATLAS-134
> URL: https://issues.apache.org/jira/browse/ATLAS-134
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: trunk
>Reporter: liutongfeng
>Assignee: liutongfeng
>Priority: Minor
>  Labels: patch
> Fix For: trunk
>
> Attachments: ATLAS-134.patch
>
>
> 1.The second getKeyType() should be getValueType().
> file : ObjectGraphTraversal.java
> line : 56
> IDataType keyType = ((DataTypes.MapType) dT).getKeyType();
> IDataType valueType = ((DataTypes.MapType) dT).getKeyType();
> processMap(keyType, valueType, val);
> 2.The second getKeyType() should be getValueType().
> file : ObjectGraphWalker.java
> line : 94
> IDataType keyType = ((DataTypes.MapType) dT).getKeyType();
> IDataType valueType = ((DataTypes.MapType) dT).getKeyType(); 
> visitMap(keyType, valueType, val);
> 3.When OS is WINDOWS, '/' should be '\\', otherwise the test will fail.
> file : TestMetadata.py
> line : 52
> if IS_WINDOWS:
>   java_mock.assert_called_with(
> 'org.apache.atlas.Main',
> ['-app', 'metadata_home/server/webapp/atlas'],
> 
> 'metadata_home/conf:metadata_home/server/webapp/atlas/WEB-INF/classes:metadata_home/server/webapp/atlas/WEB-INF/lib\\*:metadata_home/libext\\*',
> ['-Datlas.log.dir=metadata_home/logs', 
> '-Datlas.log.file=application.log', '-Datlas.home=metadata_home', 
> '-Datlas.conf=metadata_home/conf', '-Xmx1024m', 
> '-Dlog4j.configuration=atlas-log4j.xml'], 'metadata_home/logs')
> else:
> 4.Should use return.
> file : 
> incubator-atlas\repository\src\main\java\org\apache\atlas\repository\memory\AttributeStores.java
> line : 58
> static IAttributeStore createStore(AttributeInfo i) throws 
> RepositoryException {
> switch (i.dataType().getTypeCategory()) {
> case PRIMITIVE:
> if (i.dataType() == DataTypes.BOOLEAN_TYPE) {
> return new BooleanAttributeStore(i);
> } else if (i.dataType() == DataTypes.BYTE_TYPE) {
> return new ByteAttributeStore(i);
> } else if (i.dataType() == DataTypes.SHORT_TYPE) {
> new ShortAttributeStore(i); //   should be return
> } else if (i.dataType() == DataTypes.INT_TYPE) {
> return new IntAttributeStore(i);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ATLAS-156) Login Screen

2015-09-28 Thread Shwetha G S (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14934640#comment-14934640
 ] 

Shwetha G S commented on ATLAS-156:
---

Cancelling the patch, please submit the patch when its ready for commit. Thanks

> Login Screen
> 
>
> Key: ATLAS-156
> URL: https://issues.apache.org/jira/browse/ATLAS-156
> Project: Atlas
>  Issue Type: New Feature
>Affects Versions: 0.6-incubating
>Reporter: Anilsg
>Assignee: Anilsg
>  Labels: patch-available
> Fix For: 0.6-incubating
>
> Attachments: ATLAS-156-v0.patch
>
>
> Login Screen



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ATLAS-168) Atlas UI - Max column in hive 4 ?

2015-09-28 Thread Erik Bergenholtz (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14933359#comment-14933359
 ] 

Erik Bergenholtz commented on ATLAS-168:


+1 on patch.

> Atlas UI - Max column in hive 4 ?
> -
>
> Key: ATLAS-168
> URL: https://issues.apache.org/jira/browse/ATLAS-168
> Project: Atlas
>  Issue Type: Bug
>Reporter: Darshan Kumar
>Assignee: Darshan Kumar
>  Labels: patch-available
> Attachments: ATLAS-168-v1.patch
>
>
> what version are they using? And what do we mean by show? In the UI or the 
> rest api’s do not work?
> We have a test where the table has a lot more than 4 columns but we only test 
> api’s.
> https://github.com/hortonworks/certification/blob/nightly-branch/HDPTests/tests/atlas/regression/src/test/java/org/apache/atlas/regression/tests/HiveIntegrationCreateTableTest.java#L93
> Meeting with waterline – they say that they cannot show schema with more than 
> 4 column.   Actually this seems to be a real bug.   Can someone from eng 
> confirm this was not a sandbox artifact ?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ATLAS-169) Publish Atlas Artifacts (jars) to Apache Maven

2015-09-28 Thread Shwetha G S (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14910076#comment-14910076
 ] 

Shwetha G S commented on ATLAS-169:
---

Artifacts are available in 
https://repository.apache.org/content/repositories/snapshots/org/apache/atlas/. 
Can't automate the steps. Will document it in cwiki

> Publish Atlas Artifacts (jars) to Apache Maven
> --
>
> Key: ATLAS-169
> URL: https://issues.apache.org/jira/browse/ATLAS-169
> Project: Atlas
>  Issue Type: Task
>Reporter: Erik Bergenholtz
>Assignee: Shwetha G S
> Fix For: 0.6-incubating
>
>
> For integrations purposes (primarily), we need to publish artifacts generated 
> from the Atlas build process to Apache Maven repo / Nexxus.
> The artifact to be published include:
> - jars (typesystem, hivehook/client)
> - webapp (atlas.war)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-195) Document Hbase configs

2015-09-28 Thread Suma Shivaprasad (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Suma Shivaprasad updated ATLAS-195:
---
Description: 
Graph Persistence backend as hbase needs to be documented


  was:
Graph Persistenmce backend as hbase needs to be documented



> Document Hbase configs
> --
>
> Key: ATLAS-195
> URL: https://issues.apache.org/jira/browse/ATLAS-195
> Project: Atlas
>  Issue Type: Task
>Reporter: Suma Shivaprasad
>Assignee: Suma Shivaprasad
>
> Graph Persistence backend as hbase needs to be documented



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-195) Document Hbase configs

2015-09-28 Thread Suma Shivaprasad (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Suma Shivaprasad updated ATLAS-195:
---
Issue Type: Task  (was: Bug)

> Document Hbase configs
> --
>
> Key: ATLAS-195
> URL: https://issues.apache.org/jira/browse/ATLAS-195
> Project: Atlas
>  Issue Type: Task
>Reporter: Suma Shivaprasad
>Assignee: Suma Shivaprasad
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-195) Document Hbase configs

2015-09-28 Thread Suma Shivaprasad (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Suma Shivaprasad updated ATLAS-195:
---
Description: 
Graph Persistenmce backend as hbase needs to be documented


> Document Hbase configs
> --
>
> Key: ATLAS-195
> URL: https://issues.apache.org/jira/browse/ATLAS-195
> Project: Atlas
>  Issue Type: Task
>Reporter: Suma Shivaprasad
>Assignee: Suma Shivaprasad
>
> Graph Persistenmce backend as hbase needs to be documented



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (ATLAS-169) Publish Atlas Artifacts (jars) to Apache Maven

2015-09-28 Thread Shwetha G S (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shwetha G S resolved ATLAS-169.
---
Resolution: Fixed

> Publish Atlas Artifacts (jars) to Apache Maven
> --
>
> Key: ATLAS-169
> URL: https://issues.apache.org/jira/browse/ATLAS-169
> Project: Atlas
>  Issue Type: Task
>Reporter: Erik Bergenholtz
>Assignee: Shwetha G S
> Fix For: 0.6-incubating
>
>
> For integrations purposes (primarily), we need to publish artifacts generated 
> from the Atlas build process to Apache Maven repo / Nexxus.
> The artifact to be published include:
> - jars (typesystem, hivehook/client)
> - webapp (atlas.war)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ATLAS-169) Publish Atlas Artifacts (jars) to Apache Maven

2015-09-28 Thread Shwetha G S (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14910150#comment-14910150
 ] 

Shwetha G S commented on ATLAS-169:
---

I have also released artifacts for 0.5 release. Documentation: 
https://cwiki.apache.org/confluence/display/ATLAS/Developer+Resources

> Publish Atlas Artifacts (jars) to Apache Maven
> --
>
> Key: ATLAS-169
> URL: https://issues.apache.org/jira/browse/ATLAS-169
> Project: Atlas
>  Issue Type: Task
>Reporter: Erik Bergenholtz
>Assignee: Shwetha G S
> Fix For: 0.6-incubating
>
>
> For integrations purposes (primarily), we need to publish artifacts generated 
> from the Atlas build process to Apache Maven repo / Nexxus.
> The artifact to be published include:
> - jars (typesystem, hivehook/client)
> - webapp (atlas.war)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-195) Document Hbase configs

2015-09-28 Thread Suma Shivaprasad (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Suma Shivaprasad updated ATLAS-195:
---
Attachment: ATLAS-195.patch

> Document Hbase configs
> --
>
> Key: ATLAS-195
> URL: https://issues.apache.org/jira/browse/ATLAS-195
> Project: Atlas
>  Issue Type: Task
>Affects Versions: 0.6-incubating
>Reporter: Suma Shivaprasad
>Assignee: Suma Shivaprasad
> Fix For: 0.6-incubating
>
> Attachments: ATLAS-195.patch
>
>
> Graph Persistence backend as hbase needs to be documented



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-195) Document Hbase configs

2015-09-28 Thread Suma Shivaprasad (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Suma Shivaprasad updated ATLAS-195:
---
Fix Version/s: 0.6-incubating

> Document Hbase configs
> --
>
> Key: ATLAS-195
> URL: https://issues.apache.org/jira/browse/ATLAS-195
> Project: Atlas
>  Issue Type: Task
>Affects Versions: 0.6-incubating
>Reporter: Suma Shivaprasad
>Assignee: Suma Shivaprasad
> Fix For: 0.6-incubating
>
> Attachments: ATLAS-195.patch
>
>
> Graph Persistence backend as hbase needs to be documented



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ATLAS-195) Document Hbase configs

2015-09-28 Thread Shwetha G S (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14910136#comment-14910136
 ] 

Shwetha G S commented on ATLAS-195:
---

+1, will commit

> Document Hbase configs
> --
>
> Key: ATLAS-195
> URL: https://issues.apache.org/jira/browse/ATLAS-195
> Project: Atlas
>  Issue Type: Task
>Affects Versions: 0.6-incubating
>Reporter: Suma Shivaprasad
>Assignee: Suma Shivaprasad
> Fix For: 0.6-incubating
>
> Attachments: ATLAS-195.patch
>
>
> Graph Persistence backend as hbase needs to be documented



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (ATLAS-196) Fix solr documentation

2015-09-28 Thread Suma Shivaprasad (JIRA)
Suma Shivaprasad created ATLAS-196:
--

 Summary: Fix solr documentation
 Key: ATLAS-196
 URL: https://issues.apache.org/jira/browse/ATLAS-196
 Project: Atlas
  Issue Type: Bug
Reporter: Suma Shivaprasad
Assignee: Suma Shivaprasad






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-196) Fix solr documentation

2015-09-28 Thread Suma Shivaprasad (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Suma Shivaprasad updated ATLAS-196:
---
Attachment: ATLAS-196.patch

> Fix solr documentation
> --
>
> Key: ATLAS-196
> URL: https://issues.apache.org/jira/browse/ATLAS-196
> Project: Atlas
>  Issue Type: Bug
>Reporter: Suma Shivaprasad
>Assignee: Suma Shivaprasad
> Attachments: ATLAS-196.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (ATLAS-47) Entity mutations for complex types

2015-09-28 Thread Suma Shivaprasad (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Suma Shivaprasad reassigned ATLAS-47:
-

Assignee: Suma Shivaprasad  (was: sandeep samudrala)

> Entity mutations for complex types
> --
>
> Key: ATLAS-47
> URL: https://issues.apache.org/jira/browse/ATLAS-47
> Project: Atlas
>  Issue Type: New Feature
>Reporter: Suma Shivaprasad
>Assignee: Suma Shivaprasad
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: Search syntax

2015-09-28 Thread Herman Yu
Thanks Suma and Shwetha,  can I manually apply patches from 180, and then 128, 
and try to build the package now?

Thanks
Herman.



On Sep 28, 2015, at 1:33 AM, Suma Shivaprasad  
wrote:

> Also pls watch for https://issues.apache.org/jira/browse/ATLAS-128 to be
> committed before you try this.
> 
> Thanks
> Suma
> 
> On Mon, Sep 28, 2015 at 10:46 AM, Shwetha Shivalingamurthy <
> sshivalingamur...@hortonworks.com> wrote:
> 
>> Add following configuration to scala-maven-plugin. We will fix it as part
>> of https://issues.apache.org/jira/browse/ATLAS-180. Thanks
>> 
>> 1.7
>> 1.7
>> 
>> 
>> 
>> Regards,
>> Shwetha
>> 
>> 
>> 
>> 
>> 
>> 
>> On 24/09/15 10:22 pm, "Herman Yu"  wrote:
>> 
>>> I had open JDK 1.6 (java version “1.6.0_36”, OpenJDK Runtime Environment
>>> (IcedTea6 1.13.8) (rhel-1.13.8.1.el6_7-x86_64),OpenJDK 64-Bit Server VM
>>> (build 23.25-b01, mixed mode)))
>>> 
>>> I then switched to JDK 1.8 ( java version “1.8.0_40”,Java(TM) SE Runtime
>>> Environment (build 1.8.0_40-b25) Java HotSpot(TM) 64-Bit Server VM (build
>>> 25.40-b25, mixed mode)) and reran “mvm clean install” , but got the same
>>> error messages.
>>> 
>>> Thanks
>>> Herman.
>>> 
>>> 
>>> 
>>> On Sep 24, 2015, at 12:10 PM, Shwetha Shivalingamurthy
>>>  wrote:
>>> 
 Which java version are you using?
 
 Regards,
 Shwetha
 
 
 
 
 
 
 On 24/09/15 9:36 pm, "Herman Yu"  wrote:
 
> Thanks Suma and Shwetha.
> 
> Followed instruction here:
> http://atlas.incubator.apache.org/InstallationSteps.html, I tried to
> built v0.6 version to test the search syntax.The built is failed. Error
> message attached.
> 
> Is there a binary version of v0.6 for download?
> 
> Is this mailing list the right place for this type of questions/help?
> Or
> should I create a Jira ?
> 
> Thanks
> Herman.
> 
> 
> [INFO] --- scala-maven-plugin:3.2.0:compile (scala-compile-first) @
> atlas-typesystem ---
> [WARNING] Zinc server is not available at port 3030 - reverting to
> normal
> incremental compile
> [INFO] Using incremental compilation
> [INFO] Compiling 6 Scala sources and 45 Java sources to
> /teeup/source_repo/atlas/typesystem/target/classes...
> [ERROR]
> 
> /teeup/source_repo/atlas/typesystem/src/main/java/org/apache/atlas/types
> ys
> tem/Struct.java:33: illegal start of type
> [ERROR] values = new HashMap<>();
> [ERROR]  ^
> [ERROR]
> 
> /teeup/source_repo/atlas/typesystem/src/main/java/org/apache/atlas/types
> ys
> tem/persistence/DownCastStructInstance.java:62: illegal start of type
> [ERROR] Map m = new HashMap<>();
> [ERROR] ^
> [ERROR]
> 
> /teeup/source_repo/atlas/typesystem/src/main/java/org/apache/atlas/types
> ys
> tem/persistence/StructInstance.java:241: illegal start of type
> [ERROR] Map m = new HashMap<>();
> [ERROR] ^
> [ERROR]
> 
> /teeup/source_repo/atlas/typesystem/src/main/java/org/apache/atlas/types
> ys
> tem/types/HierarchicalType.java:153: illegal start of type
> [ERROR] Map attributeNameToType = new
> HashMap<>();
> [ERROR]   ^
> [ERROR]
> 
> /teeup/source_repo/atlas/typesystem/src/main/java/org/apache/atlas/types
> ys
> tem/types/ObjectGraphWalker.java:58: illegal start of type
> [ERROR] queue = new LinkedList<>();
> [ERROR]^
> [ERROR]
> 
> /teeup/source_repo/atlas/typesystem/src/main/java/org/apache/atlas/types
> ys
> tem/types/ObjectGraphWalker.java:59: illegal start of type
> [ERROR] processedIds = new HashSet<>();
> [ERROR]^
> [ERROR]
> 
> /teeup/source_repo/atlas/typesystem/src/main/java/org/apache/atlas/types
> ys
> tem/types/TypeSystem.java:85: illegal start of type
> [ERROR] types = new ConcurrentHashMap<>();
> [ERROR]   ^
> [ERROR]
> 
> /teeup/source_repo/atlas/typesystem/src/main/java/org/apache/atlas/types
> ys
> tem/types/TypeSystem.java:98: illegal start of type
> [ERROR] List typeNames = new
> ArrayList<>(types.keySet());
> [ERROR]^
> [ERROR]
> 
> /teeup/source_repo/atlas/typesystem/src/main/java/org/apache/atlas/types
> ys
> tem/types/TypeSystem.java:306: illegal start of type
> [ERROR] Map structNameToDefMap =
> new HashMap<>();