zoukankan      html  css  js  c++  java
  • spark研究之install4j打包spark


    1、更改spark源码目录\spark\build下的build.xml文件,指定install4j安装目录;

    <property name="installer.install4j.home" value="d:\\Program Files\\install4j"/>

    2、从http://www.alarmspro.com/downloads/jre/处下载windows-x86-1.6.0_01.tar.gz文件至spark\build\installer目录;

    3、命令行至\spark\build目录;

    4、运行:ant installer.win

    5、结果:

    [install4j]     Compiling launcher 'Spark':
    [install4j]     Compiling launcher 'starter':
    [install4j]   Creating media file:
    [install4j]     Zipping custom code JAR file
    [install4j]     Identifying components
    [install4j]     Adding JRE (windows-x86-1.6.0_01)
    [install4j]     Compressing files
    [install4j]     Applying LZMA compression
    [install4j]     Using custom installer icon: E:\soft\spark\build\installer\..\..
    \src\resources\images\spark.ico
    [install4j]   Moving media files to media directory E:\soft\spark\target\install
    er
    [install4j]   The name of the media file is spark_2_5_6.exe.
    [install4j]   The size of the media file is 33.0 MB

    6、目录\spark\target\installer下应该出现如下文件,表示打包成功。


     

  • 相关阅读:
    iis日志时间与本地日期不一样
    iis原理介绍
    IIS如何确定请求的处理程序
    handle 和module
    调试IIS服务器
    JS面向对象学习
    图片垂直居中大杂烩
    淘宝双十一页面(Flexible)
    用rem适配移动端
    About getByClass
  • 原文地址:https://www.cnblogs.com/hannover/p/1995579.html
Copyright © 2011-2022 走看看