correction: today I get it with following steps:
https://github.com/apache/storm select "download zip" How to check its version? On Wed, Aug 3, 2016 at 7:13 PM, Ascot Moss <[email protected]> wrote: > npm install -g [email protected] > > is it good? > > On Wed, Aug 3, 2016 at 4:45 PM, Satish Duggana <[email protected]> > wrote: > >> Which branch are you using? >> >> On Wed, Aug 3, 2016 at 11:06 AM, Ascot Moss <[email protected]> wrote: >> >>> Hi, >>> >>> Please help! >>> I am trying to build Storm, below is my command: >>> >>> mvn clean install package -DskipTests=true >>> >>> It returned error at "[INFO] storm-jdbc >>> ......................................... FAILURE [ 2.804 s]" >>> >>> Any idea how to resole it? or do I need to change my command for the >>> build? >>> >>> >>> Regards >>> >>> >>> >>> (log) >>> >>> [INFO] >>> ------------------------------------------------------------------------ >>> >>> [INFO] Reactor Summary: >>> >>> [INFO] >>> >>> [INFO] Storm .............................................. SUCCESS [ >>> 0.669 s] >>> >>> [INFO] multilang-javascript ............................... SUCCESS [ >>> 0.554 s] >>> >>> [INFO] multilang-python ................................... SUCCESS [ >>> 0.171 s] >>> >>> [INFO] multilang-ruby ..................................... SUCCESS [ >>> 0.139 s] >>> >>> [INFO] maven-shade-clojure-transformer .................... SUCCESS [ >>> 0.792 s] >>> >>> [INFO] storm-maven-plugins ................................ SUCCESS [ >>> 1.565 s] >>> >>> [INFO] Storm Core ......................................... SUCCESS >>> [04:21 min] >>> >>> [INFO] storm-rename-hack .................................. SUCCESS [ >>> 2.521 s] >>> >>> [INFO] storm-kafka ........................................ SUCCESS [ >>> 1.290 s] >>> >>> [INFO] storm-hdfs ......................................... SUCCESS [ >>> 10.836 s] >>> >>> [INFO] storm-hbase ........................................ SUCCESS [ >>> 4.152 s] >>> >>> [INFO] storm-hive ......................................... SUCCESS [ >>> 5.660 s] >>> >>> [INFO] storm-jdbc ......................................... FAILURE [ >>> 2.804 s] >>> >>> [INFO] storm-redis ........................................ SKIPPED >>> >>> [INFO] storm-eventhubs .................................... SKIPPED >>> >>> [INFO] flux ............................................... SKIPPED >>> >>> [INFO] flux-wrappers ...................................... SKIPPED >>> >>> [INFO] flux-core .......................................... SKIPPED >>> >>> [INFO] flux-examples ...................................... SKIPPED >>> >>> [INFO] storm-sql-runtime .................................. SKIPPED >>> >>> [INFO] storm-sql-core ..................................... SKIPPED >>> >>> [INFO] storm-sql-kafka .................................... SKIPPED >>> >>> [INFO] sql ................................................ SKIPPED >>> >>> [INFO] storm-elasticsearch ................................ SKIPPED >>> >>> [INFO] storm-solr ......................................... SKIPPED >>> >>> [INFO] storm-metrics ...................................... SKIPPED >>> >>> [INFO] storm-cassandra .................................... SKIPPED >>> >>> [INFO] storm-mqtt-parent .................................. SKIPPED >>> >>> [INFO] storm-mqtt ......................................... SKIPPED >>> >>> [INFO] storm-mqtt-examples ................................ SKIPPED >>> >>> [INFO] storm-mongodb ...................................... SKIPPED >>> >>> [INFO] storm-clojure ...................................... SKIPPED >>> >>> [INFO] storm-starter ...................................... SKIPPED >>> >>> [INFO] storm-kafka-client ................................. SKIPPED >>> >>> [INFO] storm-opentsdb ..................................... SKIPPED >>> >>> [INFO] storm-kafka-monitor ................................ SKIPPED >>> >>> [INFO] >>> ------------------------------------------------------------------------ >>> >>> [INFO] BUILD FAILURE >>> >>> [INFO] >>> ------------------------------------------------------------------------ >>> >>> [INFO] Total time: 04:53 min >>> >>> [INFO] Finished at: 2016-08-03T13:21:20+08:00 >>> >>> [INFO] Final Memory: 169M/2949M >>> >>> [INFO] >>> ------------------------------------------------------------------------ >>> >>> [ERROR] Failed to execute goal >>> org.codehaus.mojo:sql-maven-plugin:1.5:execute (create-db) on project >>> storm-jdbc: object name already exists: USER_DETAILS in statement [ / >>> Licensed to the Apache Software Foundation (ASF) under one or more >>> contributor license agreements. See the NOTICE file distributed with this >>> work for additional information regarding copyright ownership. The ASF >>> licenses this file to you under the Apache License, Version 2.0 (the >>> "License"); you may not use this file except in compliance with the >>> License. You may obtain a copy of the License at >>> http://www.apache.org/licenses/LICENSE-2.0 Unless required by >>> applicable law or agreed to in writing, software distributed under the >>> License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR >>> CONDITIONS OF ANY KIND, either express or implied. See the License for the >>> specific language governing permissions and limitations under the License. >>> / >>> >>> [ERROR] create table user_details (id integer, user_name varchar(100), >>> create_date date)] >>> >>> [ERROR] -> [Help 1] >>> >>> [ERROR] >>> >>> [ERROR] To see the full stack trace of the errors, re-run Maven with the >>> -e switch. >>> >>> [ERROR] Re-run Maven using the -X switch to enable full debug logging. >>> >>> [ERROR] >>> >>> [ERROR] For more information about the errors and possible solutions, >>> please read the following articles: >>> >>> [ERROR] [Help 1] >>> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException >>> >>> [ERROR] >>> >>> [ERROR] After correcting the problems, you can resume the build with the >>> command >>> >>> [ERROR] mvn <goals> -rf :storm-jdbc >>> >>> >> >
