You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by te...@apache.org on 2014/07/14 17:17:20 UTC

git commit: SLIDER-231 Filter out hbase.tmp.dir entry when saving hbase-site

Repository: incubator-slider
Updated Branches:
  refs/heads/develop 0b760cde0 -> 29f0ccae6


SLIDER-231 Filter out hbase.tmp.dir entry when saving hbase-site


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/29f0ccae
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/29f0ccae
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/29f0ccae

Branch: refs/heads/develop
Commit: 29f0ccae646ac0690346f8221c876c36d3b6f3ea
Parents: 0b760cd
Author: tedyu <yu...@gmail.com>
Authored: Mon Jul 14 08:17:01 2014 -0700
Committer: tedyu <yu...@gmail.com>
Committed: Mon Jul 14 08:17:01 2014 -0700

----------------------------------------------------------------------
 app-packages/hbase/get-hbase-site.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/29f0ccae/app-packages/hbase/get-hbase-site.sh
----------------------------------------------------------------------
diff --git a/app-packages/hbase/get-hbase-site.sh b/app-packages/hbase/get-hbase-site.sh
index 0edac30..04f9d3d 100755
--- a/app-packages/hbase/get-hbase-site.sh
+++ b/app-packages/hbase/get-hbase-site.sh
@@ -21,4 +21,5 @@ url="${url%,}"
 url="${url%\"}"
 url="${url#\"}"
 url="${url}ws/v1/slider/publisher/slider/hbase-site.xml"
-curl -k -o hbase-site.xml $url
+curl -k -o hbase-site.dnld $url
+grep -v 'hbase.tmp.dir' hbase-site.dnld > hbase-site.xml