Spark VM框未在Windows中创建

时间:2016-06-15 10:20:11

标签: windows apache-spark vagrant virtualbox

我是新来的火花。事实上,我从今天开始从edX开始学习它。我在windows中设置环境以便可以使用sparkvm。以下是我在PC上进行的最新安装。

已安装的Virtualbox
已安装的Vagrant

创建了一个目录

C:\用户\宏\ myvagrant

并从(https://github.com/spark-mooc/mooc-setup/archive/master.zip

复制VagrantFile

然后我从dos中的指定路径执行以下命令。 vagrant up 但每次都会收到以下消息。 enter image description here

我怎么能摆脱这种混乱?

更新

下载文件并执行建议的代码后,出现以下错误。

enter image description here

1 个答案:

答案 0 :(得分:1)

vagrant无法从云端下载该框。

您可以尝试以下方法:

  • 如果您在代理后面,请设置代理:

    Build tasks
    -----------
    assemble - Assembles all variants of all applications and secondary packages.
    assembleAndroidTest - Assembles all the Test applications.
    assembleDebug - Assembles all Debug builds.
    assembleRelease - Assembles all Release builds.
    build - Assembles and tests this project.
    buildDependents - Assembles and tests this project and all projects that depend on it.
    buildNeeded - Assembles and tests this project and all projects it depends on.
    classes - Assembles main classes.
    clean - Deletes the build directory.
    compileDebugAndroidTestSources
    compileDebugSources
    compileDebugUnitTestSources
    compileReleaseSources
    compileReleaseUnitTestSources
    jar - Assembles a jar archive containing the main classes.
    mockableAndroidJar - Creates a version of android.jar that's suitable for unit tests.
    testClasses - Assembles test classes.
    
    Build Setup tasks
    -----------------
    init - Initializes a new Gradle build. [incubating]
    wrapper - Generates Gradle wrapper files. [incubating]
    
    Documentation tasks
    -------------------
    javadoc - Generates Javadoc API documentation for the main source code.
    
    Help tasks
    ----------
    buildEnvironment - Displays all buildscript dependencies declared in root project 'src'.
    components - Displays the components produced by root project 'src'. [incubating]
    dependencies - Displays all dependencies declared in root project 'src'.
    dependencyInsight - Displays the insight into a specific dependency in root project 'src'.
    help - Displays a help message.
    model - Displays the configuration model of root project 'src'. [incubating]
    projects - Displays the sub-projects of root project 'src'.
    properties - Displays the properties of root project 'src'.
    tasks - Displays the tasks runnable from root project 'src' (some of the displayed tasks may belong to subprojects).
    
    Install tasks
    -------------
    installDebug - Installs the Debug build.
    installDebugAndroidTest - Installs the android (on device) tests for the Debug build.
    uninstallAll - Uninstall all applications.
    uninstallDebug - Uninstalls the Debug build.
    uninstallDebugAndroidTest - Uninstalls the android (on device) tests for the Debug build.
    uninstallRelease - Uninstalls the Release build.
    
    Verification tasks
    ------------------
    check - Runs all checks.
    connectedAndroidTest - Installs and runs instrumentation tests for all flavors on connected devices.
    connectedCheck - Runs all device checks on currently connected devices.
    connectedDebugAndroidTest - Installs and runs the tests for debug on connected devices.
    deviceAndroidTest - Installs and runs instrumentation tests using all Device Providers.
    deviceCheck - Runs all device checks using Device Providers and Test Servers.
    lint - Runs lint on all variants.
    lintDebug - Runs lint on the Debug build.
    lintRelease - Runs lint on the Release build.
    test - Run unit tests for all variants.
    testDebugUnitTest - Run unit tests for the debug build.
    testReleaseUnitTest - Run unit tests for the release build.
    
    Other tasks
    -----------
    clean
    jarDebugClasses
    jarReleaseClasses
    transformResourcesWithMergeJavaResForDebugUnitTest
    transformResourcesWithMergeJavaResForReleaseUnitTest
    
  • 直接下载该框并安装:直接从https://atlas.hashicorp.com/sparkmooc/boxes/base2/versions/0.0.7.1/providers/virtualbox.box下载,或者您可以使用下载工具(如下面的wget)

    <?PHP
    echo "
    <script type=\"text/javascript\">
    function windowOpen(url) {
      window.open(url, 'newwindow', 'width=350, height=450, top=200, left=500'); return false
    }; 
    </script>
    <a data-rel=\"collapse\" href=\"#\" id=\"btn\" onclick=\"windowOpen('http://www.abcdef.com')\" title=\"Pop-out\"><i class=\"glyphicon glyphicon-new-window\"></i></a>
    ";
    ?>
    

然后你需要安装盒子

export http_proxy=http://your.proxyhost.server:port/
export https_proxy=https://your.proxyhost.server:port/
vagrant up