apache spark - SparkR installation error wget: unrecognized option '--progress-bar' -


i trying install sparkr in docker container debian os. commands input r console is:

>library(devtools) >install_github("amplab-extras/sparkr-pkg", ref="master", subdir="pkg") 

then error message follows:

downloading github repo amplab-extras/sparkr-pkg@master url https://api.github.com/repos/amplab-extras/sparkr-pkg/zipball/master installing sparkr '/usr/lib/r/bin/r' --no-site-file --no-environ --no-save --no-restore --quiet  \   cmd install  \   '/tmp/rtmpvjw078/devtools12119aab1c/amplab-extras-sparkr-pkg-385fbe5/pkg'  \   --library='/usr/local/lib/r/site-library' --install-tests  installing *source* package ‘sparkr’ ... ** libs ** arch - ./sbt/sbt assembly attempting fetch sbt wget: unrecognized option '--progress-bar' usage: wget [option]... [url]...  try `wget --help' more options. wget: unrecognized option '--progress-bar' usage: wget [option]... [url]...  try `wget --help' more options. our attempt download sbt locally sbt/sbt-launch-0.13.6.jar failed. please install sbt manually http://www.scala-sbt.org/ makefile:37: recipe target 'target/scala-2.10/sparkr-assembly-0.1.jar' failed make: *** [target/scala-2.10/sparkr-assembly-0.1.jar] error 255 error: compilation failed package ‘sparkr’ * removing ‘/usr/local/lib/r/site-library/sparkr’ error: command failed (1) 

does meet issues similar or know why happens? have installed sbt manually seems sparkr cannot find it.

this has been resolved new pull:

https://github.com/amplab-extras/sparkr-pkg/pull/254

it should no longer issue.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -