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
33354e32
Commit
33354e32
authored
8 years ago
by
Hemanth Yamijala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-742 Avoid downloading hbase multiple times (shwethags via yhemanth)
parent
dab9cb7c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
.gitignore
.gitignore
+4
-0
pom.xml
distro/pom.xml
+3
-2
release-log.txt
release-log.txt
+1
-0
No files found.
.gitignore
View file @
33354e32
...
...
@@ -45,3 +45,6 @@ test-output
# other files
.DS_Store
*.swp
#hbase package downloaded
distro/hbase/*.tar.gz
\ No newline at end of file
This diff is collapsed.
Click to expand it.
distro/pom.xml
View file @
33354e32
...
...
@@ -84,14 +84,15 @@
<configuration>
<target
name=
"Download HBase"
>
<mkdir
dir=
"${hbase.dir}"
/>
<mkdir
dir=
"${project.basedir}/hbase"
/>
<get
src=
"${hbase.tar}"
dest=
"${project.b
uild.directory}/hbase
.tar.gz"
dest=
"${project.b
asedir}/hbase/${hbase.folder}
.tar.gz"
usetimestamp=
"true"
verbose=
"true"
skipexisting=
"true"
/>
<untar
src=
"${project.b
uild.directory}/hbase
.tar.gz"
src=
"${project.b
asedir}/hbase/${hbase.folder}
.tar.gz"
dest=
"${project.build.directory}/hbase.temp"
compression=
"gzip"
/>
...
...
This diff is collapsed.
Click to expand it.
release-log.txt
View file @
33354e32
...
...
@@ -18,6 +18,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-742 Avoid downloading hbase multiple times (shwethags via yhemanth)
ATLAS-659 atlas_start fails on Windows (dkantor via shwethags)
ATLAS-732 Dashboard v2 build fails on Windows (vmadugun via yhemanth)
ATLAS-602 Hooks stuck in case of failure (svimal2106 via shwethags)
...
...
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