Skip to content

Commit

Permalink
Remove MAVEN_OPTS (mlflow#4576)
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
  • Loading branch information
harupy authored Jul 19, 2021
1 parent fea4dde commit ee6ae1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mlflow/ml-package-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ spark:
git clone --depth 1 https://github.com/apache/spark.git $temp_dir
git --git-dir=$temp_dir/.git rev-parse HEAD
cd $temp_dir
export MAVEN_OPTS="-Xss256m -Xmx2g -XX:ReservedCodeCacheSize=1g"
./build/mvn -DskipTests --no-transfer-progress clean package
cd python
python setup.py bdist_wheel
Expand Down

0 comments on commit ee6ae1a

Please sign in to comment.