[ https://issues.apache.org/jira/browse/ATLAS-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16139987#comment-16139987 ]
Nigel Jones commented on ATLAS-2012: ------------------------------------ Checked with unit tests active. Currently failing on the Web Application: 127.0.0.1 - - [24/Aug/2017:10:44:08 +0000] "GET /api/atlas/lineage/hive/table/blah/schema HTTP/1.1" 404 - "-" "Java/1.8.0_131" 127.0.0.1 - - [24/Aug/2017:10:44:08 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_fact_monthly_mvGHl8C8DX58 HTTP/1.1" 200 - "-" "Java/1.8.0_131" 127.0.0.1 - - [24/Aug/2017:10:44:08 +0000] "GET /api/atlas/lineage/a84a19b9-cba1-4a2e-a0f4-c41471d4b811/inputs/graph HTTP/1.1" 200 - "-" "Java/1.8.0_131" Tests run: 133, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 280.46 sec <<< FAILURE! - in TestSuite testUTF8(org.apache.atlas.web.integration.EntityJerseyResourceIT) Time elapsed: 0.234 sec <<< FAILURE! java.lang.AssertionError: expected:<??????????> but was:<null> at org.apache.atlas.web.integration.EntityJerseyResourceIT.testUTF8(EntityJerseyResourceIT.java:840) Results : Failed tests: EntityJerseyResourceIT.testUTF8:840 expected:<??????????> but was:<null> Tests run: 133, Failures: 1, Errors: 0, Skipped: 0 This error was repeated on a second run > Docker - image & hub - for Atlas > -------------------------------- > > Key: ATLAS-2012 > URL: https://issues.apache.org/jira/browse/ATLAS-2012 > Project: Atlas > Issue Type: New Feature > Reporter: Nigel Jones > Assignee: Nigel Jones > Attachments: atlas_docker1.patch, atlas_docker_2.patch, > atlas_docker.patch > > > Docker is increasingly become a standard way of easily running components in > a flexible manner, whether for development, production, or test > I feel there are a few things we can do with docker that will aid Atlas's > appeal > 1. We could provide a simple example of how to create a docker image from the > Atlas build. This could be published on the wiki & it would make it easier > for developers to use Atlas within a docker environment - mostly by > addressing how to configure & start up > 2. We could automatically generate a docker image as part of the build > process. This builds on #1 by automating the creation of the image & making > it "just part of the build" > 3. We could publish the docker image from #2, for releases, to dockerhub, > making it near trivial for any developer to easily pull down and experiment > with Atlas. Full source of course would be provided/documented so that a user > could customize as needed for their environment plus of course improve what > is provided with the core project > 4. We could work with other teams especially ranger, to allow similar efforts > in other teams to easily work together & be orchestrated -- This message was sent by Atlassian JIRA (v6.4.14#64029)