aboutsummaryrefslogtreecommitdiff
path: root/bigtop-packages/src/deb/sqoop
diff options
context:
space:
mode:
authorSean Mackrory <mackrorysd@apache.org>2013-08-08 11:15:02 -0700
committerSean Mackrory <mackrorysd@apache.org>2013-08-23 10:55:56 -0700
commit9ddee9b423c760eb019c543883278d21f82b5d16 (patch)
tree77b15dcd5d927fcda7f58e3db3c7582dee585f0c /bigtop-packages/src/deb/sqoop
parent0d3f7c85aa9cc922c5dfa6acaffee4150df5d935 (diff)
BIGTOP-1045. Being consistent with shells, defining JAVA_HOME and bigtop-utils versions
Diffstat (limited to 'bigtop-packages/src/deb/sqoop')
-rw-r--r--bigtop-packages/src/deb/sqoop/control2
-rw-r--r--bigtop-packages/src/deb/sqoop/sqoop-server.postinst2
-rw-r--r--bigtop-packages/src/deb/sqoop/sqoop.postinst2
-rw-r--r--bigtop-packages/src/deb/sqoop/sqoop.prerm2
4 files changed, 4 insertions, 4 deletions
diff --git a/bigtop-packages/src/deb/sqoop/control b/bigtop-packages/src/deb/sqoop/control
index c82806fa..593bf3d9 100644
--- a/bigtop-packages/src/deb/sqoop/control
+++ b/bigtop-packages/src/deb/sqoop/control
@@ -21,7 +21,7 @@ Homepage: http://sqoop.apache.org
Package: sqoop
Architecture: all
-Depends: bigtop-utils (>= 0.6), hadoop-client, bigtop-tomcat, sqoop-client (= ${source:Version})
+Depends: bigtop-utils (>= 0.7), hadoop-client, bigtop-tomcat, sqoop-client (= ${source:Version})
Description: Tool for easy imports and exports of data sets between databases and the Hadoop ecosystem
Sqoop is a tool that provides the ability to import and export data sets between
the Hadoop Distributed File System (HDFS) and relational databases.
diff --git a/bigtop-packages/src/deb/sqoop/sqoop-server.postinst b/bigtop-packages/src/deb/sqoop/sqoop-server.postinst
index 02613830..e7a3396a 100644
--- a/bigtop-packages/src/deb/sqoop/sqoop-server.postinst
+++ b/bigtop-packages/src/deb/sqoop/sqoop-server.postinst
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
diff --git a/bigtop-packages/src/deb/sqoop/sqoop.postinst b/bigtop-packages/src/deb/sqoop/sqoop.postinst
index 3155330a..91aa7d7f 100644
--- a/bigtop-packages/src/deb/sqoop/sqoop.postinst
+++ b/bigtop-packages/src/deb/sqoop/sqoop.postinst
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
diff --git a/bigtop-packages/src/deb/sqoop/sqoop.prerm b/bigtop-packages/src/deb/sqoop/sqoop.prerm
index 16cc2965..896c0c5f 100644
--- a/bigtop-packages/src/deb/sqoop/sqoop.prerm
+++ b/bigtop-packages/src/deb/sqoop/sqoop.prerm
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with