Skip to content

Commit

Permalink
hadoop-tools 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobstanley committed Jul 24, 2015
1 parent 354cfd7 commit aa9465f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ RUN rpmdev-setuptree

# Bundle "sources" in to a tarball
WORKDIR /root/rpmbuild
RUN mkdir -p hadoop-tools-0.6/usr/bin/
RUN mkdir -p hadoop-tools-0.6/etc/bash_completion.d/
RUN install -m 755 /root/.cabal/bin/hh hadoop-tools-0.6/usr/bin/
RUN install -m 755 /src/hadoop-tools/hh-completion.bash hadoop-tools-0.6/etc/bash_completion.d/
RUN tar -zcvf SOURCES/hadoop-tools-0.6.tar.gz hadoop-tools-0.6/
RUN mkdir -p hadoop-tools-0.7/usr/bin/
RUN mkdir -p hadoop-tools-0.7/etc/bash_completion.d/
RUN install -m 755 /root/.cabal/bin/hh hadoop-tools-0.7/usr/bin/
RUN install -m 755 /src/hadoop-tools/hh-completion.bash hadoop-tools-0.7/etc/bash_completion.d/
RUN tar -zcvf SOURCES/hadoop-tools-0.7.tar.gz hadoop-tools-0.7/

# Build RPM
RUN cp /src/hadoop-tools/hadoop-tools.spec SPECS/
Expand Down
2 changes: 1 addition & 1 deletion hadoop-tools.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hadoop-tools
version: 0.6
version: 0.7

synopsis:
Fast command line tools for working with Hadoop.
Expand Down
4 changes: 3 additions & 1 deletion hadoop-tools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Summary: Tools for working with Hadoop written with performance in mind.
Name: hadoop-tools
Version: 0.6
Version: 0.7
Release: 1
License: BSD
Group: Development/Tools
Expand Down Expand Up @@ -41,5 +41,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%{_bindir}/hh

%changelog
* Fri Jul 24 2015 Jacob Stanley <[email protected]> 0.7-1
- Support for automatic namenode switching
* Thu Jul 23 2015 Jacob Stanley <[email protected]> 0.6-1
- Packaged as RPM

0 comments on commit aa9465f

Please sign in to comment.