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
46ec799c
Commit
46ec799c
authored
Jul 25, 2016
by
Suma Shivaprasad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-1051 Sqoop Hook does not package HDFS model jars which is required (sumasai)
parent
d934645b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
pom.xml
addons/sqoop-bridge/pom.xml
+5
-0
release-log.txt
release-log.txt
+1
-0
QueryProcessor.scala
...rc/main/scala/org/apache/atlas/query/QueryProcessor.scala
+1
-1
No files found.
addons/sqoop-bridge/pom.xml
View file @
46ec799c
...
...
@@ -187,6 +187,11 @@
</artifactItem>
<artifactItem>
<groupId>
${project.groupId}
</groupId>
<artifactId>
hdfs-model
</artifactId>
<version>
${project.version}
</version>
</artifactItem>
<artifactItem>
<groupId>
${project.groupId}
</groupId>
<artifactId>
hive-bridge
</artifactId>
<version>
${project.version}
</version>
</artifactItem>
...
...
release-log.txt
View file @
46ec799c
...
...
@@ -6,6 +6,7 @@ INCOMPATIBLE CHANGES:
ALL CHANGES:
ATLAS-1051 Sqoop Hook does not package HDFS model jars which is required (sumasai)
ATLAS-1049 List types by supertype (shwethags via sumasai)
ATLAS-1032 Atlas hook package should not include libraries already present in host component - like log4j(mneethiraj via sumasai)
ATLAS-1001 UI Paginate search APIs (kevalbhatt18 via sumasai)
...
...
repository/src/main/scala/org/apache/atlas/query/QueryProcessor.scala
View file @
46ec799c
...
...
@@ -31,7 +31,7 @@ object QueryProcessor {
val
q
=
new
GremlinTranslator
(
e1
,
gP
).
translate
()
LOG
.
debug
(
"Query: "
+
e1
)
LOG
.
debug
(
"Expression Tree:\n"
+
e1
.
treeString
)
LOG
.
debug
(
"Gremlin Query: "
+
q
.
queryStr
)
LOG
.
info
(
"Gremlin Query: "
+
q
.
queryStr
)
new
GremlinEvaluator
(
q
,
gP
,
g
).
evaluate
()
}
...
...
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