You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Sean Zhong (JIRA)" <ji...@apache.org> on 2014/11/05 00:55:35 UTC

[jira] [Comment Edited] (STORM-547) Build Problem(s)

    [ https://issues.apache.org/jira/browse/STORM-547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14197159#comment-14197159 ] 

Sean Zhong edited comment on STORM-547 at 11/4/14 11:55 PM:
------------------------------------------------------------

If you are trying to build a package, you can add: "-DskipTests" when using maven

About the problem, at first, there was a timeout of 5000ms, will lead to supervisor shutting down worker, which then lead to Exception thrown because connection is closed.

For the issues mentioned in this jira:
1. timeout 5000ms
   Seems this often happen when the machine is slow. Maybe we need to change it to a bigger default value.
2. Netty throw Exception when trying to send data to a closed connection.
  STORM-329 PR has fixed this. After the fix, the connection layer will drop the data directly instead of throw RuntimeException.


was (Author: clockfly):
If you are trying to build a package, you can add: "-DskipTests" when using maven

About the problem, at first, there was a timeout of 5000ms, will lead to supervisor shutting down worker, which then lead to Exception thrown because connection is closed.

For the issues mentioned in this jira:
1. timeout 5000ms
   Seems this often happen when the machine is slow. Maybe we need to change a bigger default value.
2. Netty throw Exception when trying to send data to a closed connection.
  STORM-329 PR has fixed this. After the fix, the connection layer will drop the data directly instead of throw RuntimeException.

> Build Problem(s)
> ----------------
>
>                 Key: STORM-547
>                 URL: https://issues.apache.org/jira/browse/STORM-547
>             Project: Apache Storm
>          Issue Type: Question
>          Components: storm-hdfs
>    Affects Versions: 0.9.0.1
>         Environment: Mac OS X 10.10 Yosemite
>            Reporter: David Laxer
>             Fix For: 0.9.0.1
>
>
> David-Laxers-MacBook-Pro:leiningen davidlaxer$ which lein
> /Users/davidlaxer/bin/lein
> David-Laxers-MacBook-Pro:leiningen davidlaxer$ lein
> Could not find artifact leiningen-core:leiningen-core:jar:2.5.1-SNAPSHOT in clojars (https://clojars.org/repo/)
> This could be due to a typo in :dependencies or network issues.
> If you are behind a proxy, try setting the 'http_proxy' environment variable.
> David-Laxers-MacBook-Pro:leiningen davidlaxer$ cd
> David-Laxers-MacBook-Pro:~ davidlaxer$ which lein
> /Users/davidlaxer/bin/lein
> David-Laxers-MacBook-Pro:~ davidlaxer$ lein
> Leiningen is a tool for working with Clojure projects.
> Several tasks are available:
> bluuugh             Dummy task for tests.
> change              Rewrite project.clj by applying a function.
> check               Check syntax and warn on reflection.
> classpath           Print the classpath of the current project.
> clean               Remove all files from project's target-path.
> compile             Compile Clojure source into .class files.
> deploy              Build and deploy jar to remote repository.
> deps                Download all dependencies.
> do                  Higher-order task to perform other tasks in succession.
> downloads           Calculate download statistics from logs.
> echo                Task: 'echo' not found
> help                Display a list of tasks or help for a given task.
> install             Install the current project to the local repository.
> jar                 Package up all the project's files into a jar file.
> javac               Compile Java source files.
> new                 Generate project scaffolding based on a template.
> one-or-two          Dummy task for tests
> plugin              DEPRECATED. Please use the :user profile instead.
> pom                 Write a pom.xml file to disk for Maven interoperability.
> pprint              Task: 'pprint' not found
> leiningen.project  Problem loading: java.lang.RuntimeException: Unable to resolve symbol: defproject in this context, compiling:(leiningen/project.clj:4:1)
> release             Perform :release-tasks.
> repl                Start a repl session either with the current project or standalone.
> retest              Run only the test namespaces which failed last time around.
> run                 Run a -main function with optional command-line arguments.
> search              Search remote maven repositories for matching jars.
> show-profiles       List all available profiles or display one if given an argument.
> sirius              Task: 'sirius' not found
> test                Run the project's tests.
> trampoline          Run a task without nesting the project's JVM inside Leiningen's.
> uberjar             Package up the project files and dependencies into a jar file.
> update-in           Perform arbitrary transformations on your project map.
> upgrade             Upgrade Leiningen to specified version or latest stable.
> var-args            Dummy task for tests.
> vcs                 Interact with the version control system.
> version             Print version for Leiningen and the current JVM.
> with-profile        Apply the given task with the profile(s) specified.
> zero                Dummy task for tests.
> Run `lein help $TASK` for details.
> Global Options:
>   -o             Run a task offline.
>   -U             Run a task after forcing update of snapshots.
>   -h, --help     Print this help or help for a specific task.
>   -v, --version  Print Leiningen's version.
> See also: readme, faq, tutorial, news, sample, profiles, deploying, gpg,
> mixed-source, templates, and copying.
> David-Laxers-MacBook-Pro:~ davidlaxer$ 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)