[jira] [Commented] (ATLAS-117) Build fails on the latest commit 48343db999...

2015-08-31 Thread Aaron Dossett (JIRA)

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

Aaron Dossett commented on ATLAS-117:
-

The assembly:assembly goal is deprecated.  I am attaching a patch that will 
correctly use the single goal by moving the assembly step to a submodule that 
executes last.  `mvn clean package` will build everything.  The new module is 
named builder and the .tar.gz and .zip files are placed in builder/target 
instead of target/ but that could be changed as well.

Attaching  ATLAS-117-2.patch

> Build fails on the latest commit 48343db999...
> --
>
> Key: ATLAS-117
> URL: https://issues.apache.org/jira/browse/ATLAS-117
> Project: Atlas
>  Issue Type: Bug
>Reporter: David Kaspar
>Assignee: Tom Beerbower
> Attachments: ATLAS-117-2.patch, ATLAS-117.patch
>
>
> Build fails when building the latest commit 
> 48343db999b495458409644c8b9d2fd0bd9fa99d:
> {code}
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.atlas:atlas-webapp:war:0.6-incubating-SNAPSHOT
> [WARNING] 'build.plugins.plugin.version' for 
> org.codehaus.mojo:keytool-maven-plugin is missing. @ 
> org.apache.atlas:atlas-webapp:[unknown-version], 
> /Users/MYSELF/Projects/External/incubator-atlas/webapp/pom.xml, line 309, 
> column 21
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they 
> threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support 
> building such malformed projects.
> [WARNING] 
> [INFO] 
> 
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] apache-atlas
> [INFO] Apache Atlas Typesystem
> [INFO] Apache Atlas Client
> [INFO] Apache Atlas Notification
> [INFO] Apache Atlas Repository
> [INFO] Apache Atlas Web Application
> [INFO] Apache Atlas Documentation
> [INFO] Apache Atlas Hive Bridge
> [INFO]
>  
> [INFO] 
> 
> [INFO] Building apache-atlas 0.6-incubating-SNAPSHOT
> [INFO] 
> 
> [INFO] 
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ apache-atlas ---
> [INFO] Deleting /Users/MYSELF/Projects/External/incubator-atlas/target
> [INFO] Deleting /Users/MYSELF/Projects/External/incubator-atlas (includes = 
> [**/*.pyc], excludes = [])
> [INFO] 
> [INFO] --- buildnumber-maven-plugin:1.0:create (default) @ apache-atlas ---
> [INFO] Checking for local modifications: skipped.
> [INFO] Updating project files from SCM: skipped.
> [WARNING] Cannot get the revision information from the scm repository, 
> proceeding with revision of release : 
> No such provider: 'https'.
> [INFO] Storing buildNumber: release at timestamp: 1440071695692
> [WARNING] Cannot get the branch information from the scm repository, 
> proceeding with UNKNOWN_BRANCH : 
> No such provider: 'https'.
> [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
> [INFO] 
> [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ apache-atlas 
> ---
> [INFO] 
> [INFO] --- scala-maven-plugin:3.2.0:compile (scala-compile-first) @ 
> apache-atlas ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- scala-maven-plugin:3.2.0:testCompile (scala-test-compile-first) @ 
> apache-atlas ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- exec-maven-plugin:1.2.1:exec (python-test) @ apache-atlas ---
> test_jar_java_lookups_fail (TestMetadata.TestMetadata) ... ok
> test_jar_java_lookups_succeed_from_path (TestMetadata.TestMetadata) ... ok
> test_main (TestMetadata.TestMetadata) ... Apache Atlas Server started!!!
> ok
> --
> Ran 3 tests in 0.003s
> OK
> [INFO] 
> [INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ 
> apache-atlas ---
> [INFO] 
> [INFO] --- maven-assembly-plugin:2.2.1:single (default) @ apache-atlas ---
> [INFO] Reading assembly descriptor: src/main/assemblies/standalone-package.xml
> [INFO] Reading assembly descriptor: src/main/assemblies/src-package.xml
> [INFO] 
> 
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] apache-atlas ... FAILURE [  1.773 
> s]
> [INFO] Apache Atlas Typesystem  SKIPPED
> [INFO] Apache Atlas Client  SKIPPED
> [INFO] Apache Atlas Notification .. SKIPPED
> [INFO] Apache Atlas Repository  SKIPPED
> [INFO] Apache 

[jira] [Updated] (ATLAS-117) Build fails on the latest commit 48343db999...

2015-08-31 Thread Aaron Dossett (JIRA)

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

Aaron Dossett updated ATLAS-117:

Attachment: ATLAS-117-2.patch

> Build fails on the latest commit 48343db999...
> --
>
> Key: ATLAS-117
> URL: https://issues.apache.org/jira/browse/ATLAS-117
> Project: Atlas
>  Issue Type: Bug
>Reporter: David Kaspar
>Assignee: Tom Beerbower
> Attachments: ATLAS-117-2.patch, ATLAS-117.patch
>
>
> Build fails when building the latest commit 
> 48343db999b495458409644c8b9d2fd0bd9fa99d:
> {code}
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.atlas:atlas-webapp:war:0.6-incubating-SNAPSHOT
> [WARNING] 'build.plugins.plugin.version' for 
> org.codehaus.mojo:keytool-maven-plugin is missing. @ 
> org.apache.atlas:atlas-webapp:[unknown-version], 
> /Users/MYSELF/Projects/External/incubator-atlas/webapp/pom.xml, line 309, 
> column 21
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they 
> threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support 
> building such malformed projects.
> [WARNING] 
> [INFO] 
> 
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] apache-atlas
> [INFO] Apache Atlas Typesystem
> [INFO] Apache Atlas Client
> [INFO] Apache Atlas Notification
> [INFO] Apache Atlas Repository
> [INFO] Apache Atlas Web Application
> [INFO] Apache Atlas Documentation
> [INFO] Apache Atlas Hive Bridge
> [INFO]
>  
> [INFO] 
> 
> [INFO] Building apache-atlas 0.6-incubating-SNAPSHOT
> [INFO] 
> 
> [INFO] 
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ apache-atlas ---
> [INFO] Deleting /Users/MYSELF/Projects/External/incubator-atlas/target
> [INFO] Deleting /Users/MYSELF/Projects/External/incubator-atlas (includes = 
> [**/*.pyc], excludes = [])
> [INFO] 
> [INFO] --- buildnumber-maven-plugin:1.0:create (default) @ apache-atlas ---
> [INFO] Checking for local modifications: skipped.
> [INFO] Updating project files from SCM: skipped.
> [WARNING] Cannot get the revision information from the scm repository, 
> proceeding with revision of release : 
> No such provider: 'https'.
> [INFO] Storing buildNumber: release at timestamp: 1440071695692
> [WARNING] Cannot get the branch information from the scm repository, 
> proceeding with UNKNOWN_BRANCH : 
> No such provider: 'https'.
> [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
> [INFO] 
> [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ apache-atlas 
> ---
> [INFO] 
> [INFO] --- scala-maven-plugin:3.2.0:compile (scala-compile-first) @ 
> apache-atlas ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- scala-maven-plugin:3.2.0:testCompile (scala-test-compile-first) @ 
> apache-atlas ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- exec-maven-plugin:1.2.1:exec (python-test) @ apache-atlas ---
> test_jar_java_lookups_fail (TestMetadata.TestMetadata) ... ok
> test_jar_java_lookups_succeed_from_path (TestMetadata.TestMetadata) ... ok
> test_main (TestMetadata.TestMetadata) ... Apache Atlas Server started!!!
> ok
> --
> Ran 3 tests in 0.003s
> OK
> [INFO] 
> [INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ 
> apache-atlas ---
> [INFO] 
> [INFO] --- maven-assembly-plugin:2.2.1:single (default) @ apache-atlas ---
> [INFO] Reading assembly descriptor: src/main/assemblies/standalone-package.xml
> [INFO] Reading assembly descriptor: src/main/assemblies/src-package.xml
> [INFO] 
> 
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] apache-atlas ... FAILURE [  1.773 
> s]
> [INFO] Apache Atlas Typesystem  SKIPPED
> [INFO] Apache Atlas Client  SKIPPED
> [INFO] Apache Atlas Notification .. SKIPPED
> [INFO] Apache Atlas Repository  SKIPPED
> [INFO] Apache Atlas Web Application ... SKIPPED
> [INFO] Apache Atlas Documentation . SKIPPED
> [INFO] Apache Atlas Hive Bridge ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total 

[jira] [Commented] (ATLAS-130) Apache Karaf Isn't Exporting JVM Extensions (at least to Jetty)

2015-08-31 Thread Cameron Pietrafeso (JIRA)

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

Cameron Pietrafeso commented on ATLAS-130:
--

Never mind... can't close...

> Apache Karaf Isn't Exporting JVM Extensions (at least to Jetty)
> ---
>
> Key: ATLAS-130
> URL: https://issues.apache.org/jira/browse/ATLAS-130
> Project: Atlas
>  Issue Type: Bug
>Reporter: Cameron Pietrafeso
>




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


[jira] [Commented] (ATLAS-127) Handle complex types in DSL queries

2015-08-31 Thread Venkatesh Seetharam (JIRA)

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

Venkatesh Seetharam commented on ATLAS-127:
---

bq. For map, we split the key/value pairs and store them as 
"map_type_name.key_name"="value" and they need special handling
We could change the way map is encoded into the repository if it helps - 
Tinkerpop3 has better support for gremlin, may be we should evaluate it now and 
see if gremlin support is far superior to tinkerpop2 that we use.

> Handle complex types in DSL queries
> ---
>
> Key: ATLAS-127
> URL: https://issues.apache.org/jira/browse/ATLAS-127
> Project: Atlas
>  Issue Type: New Feature
>Reporter: Suma Shivaprasad
>




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


[jira] [Commented] (ATLAS-129) Atlas cannot use Cassandra as the storage backend.

2015-08-31 Thread Venkatesh Seetharam (JIRA)

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

Venkatesh Seetharam commented on ATLAS-129:
---

I purposefully left rexster out since it allows you to mutate the graph 
structure which is bad for this use case. I do however provide a 
rester-compatible get API in *graph* resource - 
org.apache.atlas.web.resources.RexsterGraphResource

> Atlas cannot use Cassandra as the storage backend.
> --
>
> Key: ATLAS-129
> URL: https://issues.apache.org/jira/browse/ATLAS-129
> Project: Atlas
>  Issue Type: Bug
>Reporter: liutongfeng
>
> When using Atlas out of Hadoop cluster, I use Cassandra as the storage 
> backend, 
> but got the following errors, and did not work. Does Atlas support Cassandra 
> now?
> 2015-08-28 08:47:23,238 DEBUG - [main:] ~ atlas.graph.storage.backend = 
> cassandra (ApplicationProperties:78)
> 2015-08-28 08:47:23,238 DEBUG - [main:] ~ atlas.graph.storage.hostname = 
> 192.168.65.102 (ApplicationProperties:78)
> 2015-08-28 08:47:23,239 DEBUG - [main:] ~ atlas.graph.index.search.backend = 
> elasticsearch (ApplicationProperties:78)
> 2015-08-28 08:47:23,239 DEBUG - [main:] ~ atlas.graph.index.search.directory 
> = /home/vagrant/apache-atlas-0.5-incubating/data/es (ApplicationProperties:78)
> 2015-08-28 08:47:23,239 DEBUG - [main:] ~ 
> atlas.graph.index.search.elasticsearch.client-only = false 
> (ApplicationProperties:78)
> 2015-08-28 08:47:23,239 DEBUG - [main:] ~ 
> atlas.graph.index.search.elasticsearch.local-mode = true 
> (ApplicationProperties:78)
> 2015-08-28 08:47:23,239 DEBUG - [main:] ~ 
> atlas.graph.index.search.elasticsearch.create.sleep = 2000 
> (ApplicationProperties:78)
> 2015-08-28 08:47:23,239 DEBUG - [main:] ~ atlas.notification.embedded = true 
> (ApplicationProperties:78)
> 2015-08-28 08:47:23,240 DEBUG - [main:] ~ atlas.notification.kafka.data = 
> /home/vagrant/apache-atlas-0.5-incubating/data/kafka 
> (ApplicationProperties:78)
> 2015-08-28 08:47:23,241 DEBUG - [main:] ~ 
> atlas.lineage.hive.table.schema.query.hive_table = hive_table where 
> name='%s', columns (ApplicationProperties:78)
> 2015-08-28 08:47:23,241 DEBUG - [main:] ~ 
> atlas.lineage.hive.table.schema.query.Table = Table where name='%s', columns 
> (ApplicationProperties:78)
> 2015-08-28 08:47:23,241 DEBUG - [main:] ~ atlas.enableTLS = false 
> (ApplicationProperties:78)
> 2015-08-28 08:47:23,241 INFO  - [main:] ~ Loading client.properties from 
> file:/home/vagrant/apache-atlas-0.5-incubating/conf/client.properties 
> (ApplicationProperties:62)
> 2015-08-28 08:47:23,242 DEBUG - [main:] ~ Base path set to 
> file:///home/vagrant/apache-atlas-0.5-incubating/conf/ 
> (ApplicationProperties:626)
> 2015-08-28 08:47:23,242 DEBUG - [main:] ~ FileName set to client.properties 
> (ApplicationProperties:588)
> 2015-08-28 08:47:23,242 DEBUG - [main:] ~ URL set to 
> file:/home/vagrant/apache-atlas-0.5-incubating/conf/client.properties 
> (ApplicationProperties:726)
> 2015-08-28 08:47:23,242 DEBUG - [main:] ~ Base path set to null 
> (ApplicationProperties:626)
> 2015-08-28 08:47:23,242 DEBUG - [main:] ~ FileName set to null 
> (ApplicationProperties:588)
> 2015-08-28 08:47:23,245 DEBUG - [main:] ~ Configuration loaded: 
> (ApplicationProperties:75)
> 2015-08-28 08:47:23,245 DEBUG - [main:] ~ atlas.enableTLS = false 
> (ApplicationProperties:78)
> 2015-08-28 08:47:23,245 DEBUG - [main:] ~ atlas.http.authentication.enabled = 
> false (ApplicationProperties:78)
> 2015-08-28 08:47:23,245 DEBUG - [main:] ~ atlas.http.authentication.type = 
> simple (ApplicationProperties:78)
> 2015-08-28 08:47:23,246 INFO  - [main:] ~ 
>Atlas Server (STARTUP)
>   project.name:   apache-atlas
>   project.description:Metadata Management and Data Governance 
> Platform over Hadoop
>   build.user: Administrator
>   build.epoch:1440658759257
>   project.version:0.5-incubating
>   build.version:  0.5-incubating-rrelease
>   vc.revision:release
>   vc.source.url:  
> scm:https://git-wip-us.apache.org/repos/asf/incubator-atlas.git/atlas-webapp
> 2015-08-28 08:47:23,246 INFO  - [main:] ~ > 
> (Main:167)
> 2015-08-28 08:47:23,247 INFO  - [main:] ~ Server starting with TLS ? false on 
> port 21000 (Main:168)
> 2015-08-28 08:47:23,247 INFO  - [main:] ~ < 
> (Main:169)
> 2015-08-28 08:47:23,275 INFO  - [main:] ~ Logging initialized @554ms (log:186)
> 2015-08-28 08:47:23,372 INFO  - [main:] ~ jetty-9.2.12.v20150709 (Server:327)
> 2015-08-28 08:47:24,326 INFO  - [main:] ~ Loading Guice modules 
> (GuiceServletConfig:59)
> 2015-08-28 08:47:24,667 INFO  - [main:] ~ Jersey loading from packages: 
> 

[jira] [Commented] (ATLAS-117) Build fails on the latest commit 48343db999...

2015-08-31 Thread Venkatesh Seetharam (JIRA)

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

Venkatesh Seetharam commented on ATLAS-117:
---

[~dossett], it'd be good not to change the build structure as the packaging 
(rpm, deb, etc.) depends on this. Why is single better than what exists? Also, 
I'd want to keep the build structure clean with out too many spurious modules. 
Makes sense?

> Build fails on the latest commit 48343db999...
> --
>
> Key: ATLAS-117
> URL: https://issues.apache.org/jira/browse/ATLAS-117
> Project: Atlas
>  Issue Type: Bug
>Reporter: David Kaspar
>Assignee: Tom Beerbower
> Attachments: ATLAS-117-2.patch, ATLAS-117.patch
>
>
> Build fails when building the latest commit 
> 48343db999b495458409644c8b9d2fd0bd9fa99d:
> {code}
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.atlas:atlas-webapp:war:0.6-incubating-SNAPSHOT
> [WARNING] 'build.plugins.plugin.version' for 
> org.codehaus.mojo:keytool-maven-plugin is missing. @ 
> org.apache.atlas:atlas-webapp:[unknown-version], 
> /Users/MYSELF/Projects/External/incubator-atlas/webapp/pom.xml, line 309, 
> column 21
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they 
> threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support 
> building such malformed projects.
> [WARNING] 
> [INFO] 
> 
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] apache-atlas
> [INFO] Apache Atlas Typesystem
> [INFO] Apache Atlas Client
> [INFO] Apache Atlas Notification
> [INFO] Apache Atlas Repository
> [INFO] Apache Atlas Web Application
> [INFO] Apache Atlas Documentation
> [INFO] Apache Atlas Hive Bridge
> [INFO]
>  
> [INFO] 
> 
> [INFO] Building apache-atlas 0.6-incubating-SNAPSHOT
> [INFO] 
> 
> [INFO] 
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ apache-atlas ---
> [INFO] Deleting /Users/MYSELF/Projects/External/incubator-atlas/target
> [INFO] Deleting /Users/MYSELF/Projects/External/incubator-atlas (includes = 
> [**/*.pyc], excludes = [])
> [INFO] 
> [INFO] --- buildnumber-maven-plugin:1.0:create (default) @ apache-atlas ---
> [INFO] Checking for local modifications: skipped.
> [INFO] Updating project files from SCM: skipped.
> [WARNING] Cannot get the revision information from the scm repository, 
> proceeding with revision of release : 
> No such provider: 'https'.
> [INFO] Storing buildNumber: release at timestamp: 1440071695692
> [WARNING] Cannot get the branch information from the scm repository, 
> proceeding with UNKNOWN_BRANCH : 
> No such provider: 'https'.
> [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
> [INFO] 
> [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ apache-atlas 
> ---
> [INFO] 
> [INFO] --- scala-maven-plugin:3.2.0:compile (scala-compile-first) @ 
> apache-atlas ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- scala-maven-plugin:3.2.0:testCompile (scala-test-compile-first) @ 
> apache-atlas ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- exec-maven-plugin:1.2.1:exec (python-test) @ apache-atlas ---
> test_jar_java_lookups_fail (TestMetadata.TestMetadata) ... ok
> test_jar_java_lookups_succeed_from_path (TestMetadata.TestMetadata) ... ok
> test_main (TestMetadata.TestMetadata) ... Apache Atlas Server started!!!
> ok
> --
> Ran 3 tests in 0.003s
> OK
> [INFO] 
> [INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ 
> apache-atlas ---
> [INFO] 
> [INFO] --- maven-assembly-plugin:2.2.1:single (default) @ apache-atlas ---
> [INFO] Reading assembly descriptor: src/main/assemblies/standalone-package.xml
> [INFO] Reading assembly descriptor: src/main/assemblies/src-package.xml
> [INFO] 
> 
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] apache-atlas ... FAILURE [  1.773 
> s]
> [INFO] Apache Atlas Typesystem  SKIPPED
> [INFO] Apache Atlas Client  SKIPPED
> [INFO] Apache Atlas Notification .. SKIPPED
> [INFO] Apache Atlas Repository  SKIPPED
> [INFO] Apache Atlas Web Application ... SKIPPED
> [INFO] Apache Atlas Documentation . SKIPPED
> [INFO]