You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by astroshim <gi...@git.apache.org> on 2016/07/13 02:35:42 UTC

[GitHub] zeppelin issue #1171: [ZEPPELIN-1150] Table contents disappear 2nd run onwar...

Github user astroshim commented on the issue:

    https://github.com/apache/zeppelin/pull/1171
  
    I got a following build error. 
    ```
    [INFO] --- frontend-maven-plugin:0.0.25:grunt (grunt build) @ zeppelin-web ---
    [INFO] Running 'grunt build --no-color' in /home/nflabs/tmp/zeppelin/zeppelin-web
    [INFO] Running "jscs:all" (jscs) task
    [INFO] disallowMultipleLineBreaks: ; and console.log("updateParagraph oldData %o, newData %o. type %o -> %o, mode %o -> %o", $scope.paragraph, data, oldType, newType, oldGraphMode, newGraphMode); should have at most 2 line(s) between them at src/app/notebook/paragraph/paragraph.controller.js :
    [INFO]    412 |        isEmpty(data.paragraph.result) !== isEmpty($scope.paragraph.result) ||
    [INFO]    413 |        data.paragraph.status === 'ERROR' || (data.paragraph.status === 'FINISHED' && statusChanged) ||
    [INFO]    414 |        (!newActiveApp && oldActiveApp !== newActiveApp);
    [INFO] -----------------------------------------------------------------^
    [INFO]    415 |
    [INFO]    416 |
    [INFO] >> 1 code style errors found!
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---