Skip to content

Commit

Permalink
sqoop: update wrapper script
Browse files Browse the repository at this point in the history
Updated java version and wrapper generation code for sqoop
  • Loading branch information
forevergenin authored and DomT4 committed May 30, 2016
1 parent 5e9e922 commit 10f7d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/sqoop.rb
Expand Up @@ -32,7 +32,7 @@ def install
libexec.install Dir["*.jar"]

bin.install Dir["#{libexec}/bin/*"]
bin.env_script_all_files(libexec/"bin", Language::Java.java_home_env)
bin.env_script_all_files(libexec/"bin", Language::Java.java_home_env("1.6+"))

# Install a sqoop-env.sh file
envs = libexec/"conf/sqoop-env.sh"
Expand Down

0 comments on commit 10f7d72

Please sign in to comment.