I noticed in Gruntfile.js:
// Run some tasks in parallel to speed up the build process
concurrent: {
...
dist: [
'copy:styles',
'imagemin',
'svgmin'
]
}
'copy:styles' and 'svgmin' are done from the log, while 'imagemin' is not,
did that mean I missed installing some of the packages? Sorry I know nothing
about Grunt.
-----Original Message-----
From: Cheng, Hao [mailto:[email protected]]
Sent: Wednesday, January 21, 2015 11:45 PM
To: [email protected]
Subject: RE: It hangs there when building version 0.4 against spark 1.2
Thanks for reply!
I've tried the latest master, and I did publish all of the spark1.2 jars into
local repo, but it's still hanging in the same place, when running " ./grunt
build". And I did install the nodejs and npm before the build. Is there
anything I missed?
-----Original Message-----
From: Corneau Damien [mailto:[email protected]]
Sent: Wednesday, January 21, 2015 9:10 PM
To: [email protected]
Subject: Re: It hangs there when building version 0.4 against spark 1.2
Hi Cheng Hao,
0.4.0 is known for having many compiling issues.
Until we are able to make a new release, we advise to checkout master.
Please try with master branch.
Also there might be some issues with Spark 1.2, you can follow the issue
here: https://github.com/NFLabs/zeppelin/issues/260
There is also some discussions on the mailing list about Spark 1.2
On Wed, Jan 21, 2015 at 9:39 PM, Cheng, Hao <[email protected]> wrote:
> Hi, Devs, I am trying to build the version 0.4, but it hangs there,
> not sure what's the problem. Sorry I know nothing about the nodejs or
> bower, forgive me if it's a duplicated question.
>
> The command I used is:
>
> mvn -X clean package install -DskipTests -Dspark.version=1.2.0
> -Dhadoop.version=1.0.4 -Dhive.version=0.13.1
>
>
> The logs print in the screen:
>
> Running "wiredep:app" (wiredep) task
>
> ace-builds was not injected in your file.
> Please go take a look in
> "/home/spark/zeppelin/zeppelin-web/bower_components/ace-builds" for
> the file you need, then manually include it in your file.
>
> Running "useminPrepare:html" (useminPrepare) task Configuration
> changed for concat, uglify, cssmin
>
> Running "concurrent:dist" (concurrent) task
> >> Warning: There are more tasks than your concurrency limit. After
> >> this
> limit
> >> is reached no further tasks will be run until the current tasks are
> >> completed. You can adjust the limit in the concurrent task options
>
> Running "copy:styles" (copy) task
> Copied 3 files
>
> Done, without errors.
>
>
> Execution Time (2015-01-21 12:26:52 UTC)
> loading tasks 5ms ▇▇▇▇▇▇▇▇▇ 18%
> copy:styles 21ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 75%
> Total 28ms
>
> Running "svgmin:dist" (svgmin) task
> Total saved: 0 B
>
> Done, without errors.
>
>
> Execution Time (2015-01-21 12:26:58 UTC)
> loading tasks 13ms ▇▇▇▇ 7%
> svgmin:dist 187ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 94%
> Total 200ms
>
>
>
>