Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
dd66e158
Commit
dd66e158
authored
9 years ago
by
Shwetha GS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-575 jetty-maven-plugin fails with ShutdownMonitorThread already started (shwethags)
parent
4285526e
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
0 deletions
+8
-0
pom.xml
addons/falcon-bridge/pom.xml
+1
-0
pom.xml
addons/hive-bridge/pom.xml
+1
-0
pom.xml
addons/sqoop-bridge/pom.xml
+1
-0
pom.xml
addons/storm-bridge/pom.xml
+1
-0
pom.xml
pom.xml
+2
-0
release-log.txt
release-log.txt
+1
-0
pom.xml
webapp/pom.xml
+1
-0
No files found.
addons/falcon-bridge/pom.xml
View file @
dd66e158
...
...
@@ -224,6 +224,7 @@
</systemProperties>
<stopKey>
atlas-stop
</stopKey>
<stopPort>
31001
</stopPort>
<stopWait>
${jetty-maven-plugin.stopWait}
</stopWait>
</configuration>
<executions>
<execution>
...
...
This diff is collapsed.
Click to expand it.
addons/hive-bridge/pom.xml
View file @
dd66e158
...
...
@@ -302,6 +302,7 @@
</systemProperties>
<stopKey>
atlas-stop
</stopKey>
<stopPort>
31001
</stopPort>
<stopWait>
${jetty-maven-plugin.stopWait}
</stopWait>
</configuration>
<executions>
<execution>
...
...
This diff is collapsed.
Click to expand it.
addons/sqoop-bridge/pom.xml
View file @
dd66e158
...
...
@@ -307,6 +307,7 @@
</systemProperties>
<stopKey>
atlas-stop
</stopKey>
<stopPort>
31001
</stopPort>
<stopWait>
${jetty-maven-plugin.stopWait}
</stopWait>
</configuration>
<executions>
<execution>
...
...
This diff is collapsed.
Click to expand it.
addons/storm-bridge/pom.xml
View file @
dd66e158
...
...
@@ -337,6 +337,7 @@
</systemProperties>
<stopKey>
atlas-stop
</stopKey>
<stopPort>
31001
</stopPort>
<stopWait>
${jetty-maven-plugin.stopWait}
</stopWait>
</configuration>
<executions>
<execution>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
View file @
dd66e158
...
...
@@ -375,6 +375,8 @@
<skipDocs>
true
</skipDocs>
<skipSite>
true
</skipSite>
<projectBaseDir>
${project.basedir}
</projectBaseDir>
<jetty-maven-plugin.stopWait>
10
</jetty-maven-plugin.stopWait>
<titan.storage.backend>
berkeleyje
</titan.storage.backend>
<titan.index.backend>
elasticsearch
</titan.index.backend>
</properties>
...
...
This diff is collapsed.
Click to expand it.
release-log.txt
View file @
dd66e158
...
...
@@ -13,6 +13,7 @@ ATLAS-409 Atlas will not import avro tables with schema read from a file (dosset
ATLAS-379 Create sqoop and falcon metadata addons (venkatnrangan,bvellanki,sowmyaramesh via shwethags)
ALL CHANGES:
ATLAS-575 jetty-maven-plugin fails with ShutdownMonitorThread already started (shwethags)
ATLAS-408 UI : Add a close link (x) on the top right when Tag is added (darshankumar89 via shwethags)
ATLAS-524 Support alter database (sumasai via shwethags)
ATLAS-539 Store for entity audit events (shwethags)
...
...
This diff is collapsed.
Click to expand it.
webapp/pom.xml
View file @
dd66e158
...
...
@@ -383,6 +383,7 @@
</systemProperties>
<stopKey>
atlas-stop
</stopKey>
<stopPort>
31001
</stopPort>
<stopWait>
${jetty-maven-plugin.stopWait}
</stopWait>
<daemon>
${debug.jetty.daemon}
</daemon>
<testClassesDirectory>
${project.build.directory}/../../webapp/target/test-classes/
</testClassesDirectory>
<useTestClasspath>
true
</useTestClasspath>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment