You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Vijay Kumar (JIRA)" <ji...@apache.org> on 2017/07/12 17:03:00 UTC

[jira] [Commented] (AMBARI-21454) hive20 and wfmanager views fails to build with issue missing module "babel-plugin-transform-es2015-block-scoping"

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

Vijay Kumar commented on AMBARI-21454:
--------------------------------------

Reason for the failure:
https://github.com/emberjs/data/issues/5024


> hive20 and wfmanager views fails to build with issue missing module "babel-plugin-transform-es2015-block-scoping"
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-21454
>                 URL: https://issues.apache.org/jira/browse/AMBARI-21454
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-views
>            Reporter: Vijay Kumar
>
> {code}
> #1 Failure.
> 22:41:37 2017/06/23 05:41:36 INFO    : [INFO] --- exec-maven-plugin:1.3.2:exec (Hive build) @ hive20 ---
> 22:41:44 2017/06/23 05:41:43 INFO    : Could not start watchman; falling back to NodeWatcher for file system events.
> 22:41:44 2017/06/23 05:41:43 INFO    : Visit http://ember-cli.com/user-guide/#watchman for more info.
> 22:41:45 2017/06/23 05:41:45 INFO    : Cannot find module 'babel-plugin-transform-es2015-block-scoping'
> 22:41:45 2017/06/23 05:41:45 INFO    : Error: Cannot find module 'babel-plugin-transform-es2015-block-scoping'
> 22:41:45 2017/06/23 05:41:45 INFO    :     at Function.Module._resolveFilename (module.js:325:15)
> 22:41:45 2017/06/23 05:41:45 INFO    :     at Function.Module._load (module.js:276:25)
> 22:41:45 2017/06/23 05:41:45 INFO    :     at Module.require (module.js:353:17)
> 22:41:45 2017/06/23 05:41:45 INFO    :     at require (internal/module.js:12:17)
> 22:41:45 2017/06/23 05:41:45 INFO    :     at Object.<anonymous> (/grid/0/jenkins/workspace/AMBARI-build-python-ubuntu12/SOURCES/ambari/contrib/views/hive20/src/main/resources/ui/node_modules/ember-data/lib/stripped-build-plugins.js:7:29)
> 22:41:45 2017/06/23 05:41:45 INFO    :     at Module._compile (module.js:409:26)
> 22:41:45 2017/06/23 05:41:45 INFO    :     at Object.Module._extensions..js (module.js:416:10)
> 22:41:45 2017/06/23 05:41:45 INFO    :     at Module.load (module.js:343:32)
> 22:41:45 2017/06/23 05:41:45 INFO    :     at Function.Module._load (module.js:300:12)
> 22:41:45 2017/06/23 05:41:45 INFO    :     at Module.require (module.js:353:17)
> 22:41:45 2017/06/23 05:41:45 INFO    :     at require (internal/module.js:12:17)
> 22:41:45 2017/06/23 05:41:45 INFO    : [INFO] ------------------------------------------------------------------------
> 22:41:45 2017/06/23 05:41:45 INFO    : [INFO] Reactor Summary:
> 22:41:45 2017/06/23 05:41:45 INFO    : [INFO] 
> 22:41:45 2017/06/23 05:41:45 INFO    : [INFO] Apache Ambari Project POM .......................... SUCCESS [  2.791 s]
> 22:41:45 2017/06/23 05:41:45 INFO    : [INFO] Ambari Web ......................................... SUCCESS [01:28 min]
> 22:41:45 2017/06/23 05:41:45 INFO    : [INFO] Ambari Views ....................................... SUCCESS [  2.844 s]
> 22:41:45 2017/06/23 05:41:45 INFO    : [INFO] Ambari Admin View .................................. SUCCESS [02:14 min]
> 22:41:45 2017/06/23 05:41:45 INFO    : [INFO] Ambari View Utils .................................. SUCCESS [  4.083 s]
> 22:41:45 2017/06/23 05:41:45 INFO    : [INFO] Ambari View Commons ................................ SUCCESS [  0.932 s]
> 22:41:45 2017/06/23 05:41:45 INFO    : [INFO] Files .............................................. SUCCESS [05:30 min]
> 22:41:45 2017/06/23 05:41:45 INFO    : [INFO] Pig ................................................ SUCCESS [01:18 min]
> 22:41:45 2017/06/23 05:41:45 INFO    : [INFO] Slider ............................................. SUCCESS [01:07 min]
> 22:41:45 2017/06/23 05:41:45 INFO    : [INFO] Capacity Scheduler ................................. SUCCESS [01:40 min]
> 22:41:45 2017/06/23 05:41:45 INFO    : [INFO] Tez ................................................ SUCCESS [ 15.600 s]
> 22:41:45 2017/06/23 05:41:45 INFO    : [INFO] Storm_Monitoring ................................... SUCCESS [  0.883 s]
> 22:41:45 2017/06/23 05:41:45 INFO    : [INFO] hueambarimigration ................................. SUCCESS [04:08 min]
> 22:41:45 2017/06/23 05:41:45 INFO    : [INFO] Hive Jdbc .......................................... SUCCESS [03:45 min]
> 22:41:45 2017/06/23 05:41:45 INFO    : [INFO] Hive 2.0 ........................................... FAILURE [14:47 min]
> {code}
> {code}
> #2 Failure.
> 06:01:53 2017/06/26 13:01:52 INFO    : [INFO] --- exec-maven-plugin:1.3.2:exec (Files build) @ wfmanager ---
> 06:02:00 2017/06/26 13:01:59 INFO    : version: 2.3.0
> 06:02:00 2017/06/26 13:02:00 INFO    : Could not start watchman; falling back to NodeWatcher for file system events.
> 06:02:00 2017/06/26 13:02:00 INFO    : Visit http://www.ember-cli.com/user-guide/#watchman for more info.
> 06:02:04 2017/06/26 13:02:04 INFO    : BuildingCannot find module 'babel-plugin-transform-es2015-block-scoping'
> 06:02:04 2017/06/26 13:02:04 INFO    : Error: Cannot find module 'babel-plugin-transform-es2015-block-scoping'
> 06:02:04 2017/06/26 13:02:04 INFO    :     at Function.Module._resolveFilename (module.js:325:15)
> 06:02:04 2017/06/26 13:02:04 INFO    :     at Function.Module._load (module.js:276:25)
> 06:02:04 2017/06/26 13:02:04 INFO    :     at Module.require (module.js:353:17)
> 06:02:04 2017/06/26 13:02:04 INFO    :     at require (internal/module.js:12:17)
> 06:02:04 2017/06/26 13:02:04 INFO    :     at Object.<anonymous> (/grid/0/jenkins/workspace/AMBARI-build-python-centos6/SOURCES/ambari/contrib/views/wfmanager/src/main/resources/ui/node_modules/ember-data/lib/stripped-build-plugins.js:7:29)
> 06:02:04 2017/06/26 13:02:04 INFO    :     at Module._compile (module.js:409:26)
> 06:02:04 2017/06/26 13:02:04 INFO    :     at Object.Module._extensions..js (module.js:416:10)
> 06:02:04 2017/06/26 13:02:04 INFO    :     at Module.load (module.js:343:32)
> 06:02:04 2017/06/26 13:02:04 INFO    :     at Function.Module._load (module.js:300:12)
> 06:02:04 2017/06/26 13:02:04 INFO    :     at Module.require (module.js:353:17)
> 06:02:04 2017/06/26 13:02:04 INFO    :     at require (internal/module.js:12:17)
> 06:02:04 2017/06/26 13:02:04 INFO    : [INFO] ------------------------------------------------------------------------
> 06:02:04 2017/06/26 13:02:04 INFO    : [INFO] Reactor Summary:
> 06:02:04 2017/06/26 13:02:04 INFO    : [INFO] 
> 06:02:04 2017/06/26 13:02:04 INFO    : [INFO] Apache Ambari Project POM .......................... SUCCESS [  3.168 s]
> 06:02:04 2017/06/26 13:02:04 INFO    : [INFO] Ambari Web ......................................... SUCCESS [01:23 min]
> 06:02:04 2017/06/26 13:02:04 INFO    : [INFO] Ambari Views ....................................... SUCCESS [  2.954 s]
> 06:02:04 2017/06/26 13:02:04 INFO    : [INFO] Ambari Admin View .................................. SUCCESS [02:19 min]
> 06:02:04 2017/06/26 13:02:04 INFO    : [INFO] Ambari View Utils .................................. SUCCESS [  4.253 s]
> 06:02:04 2017/06/26 13:02:04 INFO    : [INFO] Ambari View Commons ................................ SUCCESS [  1.447 s]
> 06:02:04 2017/06/26 13:02:04 INFO    : [INFO] Files .............................................. SUCCESS [05:48 min]
> 06:02:04 2017/06/26 13:02:04 INFO    : [INFO] Pig ................................................ SUCCESS [01:24 min]
> 06:02:04 2017/06/26 13:02:04 INFO    : [INFO] Slider ............................................. SUCCESS [01:13 min]
> 06:02:04 2017/06/26 13:02:04 INFO    : [INFO] Capacity Scheduler ................................. SUCCESS [01:39 min]
> 06:02:04 2017/06/26 13:02:04 INFO    : [INFO] Tez ................................................ SUCCESS [ 15.322 s]
> 06:02:04 2017/06/26 13:02:04 INFO    : [INFO] Storm_Monitoring ................................... SUCCESS [  0.958 s]
> 06:02:04 2017/06/26 13:02:04 INFO    : [INFO] hueambarimigration ................................. SUCCESS [04:11 min]
> 06:02:04 2017/06/26 13:02:04 INFO    : [INFO] Hive Jdbc .......................................... SUCCESS [03:46 min]
> 06:02:04 2017/06/26 13:02:04 INFO    : [INFO] Hive 2.0 ........................................... SUCCESS [19:58 min]
> 06:02:04 2017/06/26 13:02:04 INFO    : [INFO] WF Manager View .................................... FAILURE [08:31 min]
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)