You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Abhijit Bhole (JIRA)" <ji...@apache.org> on 2016/11/28 13:12:59 UTC

[jira] [Created] (ZEPPELIN-1719) Error parsing %table when first cell in row is html

Abhijit Bhole created ZEPPELIN-1719:
---------------------------------------

             Summary: Error parsing %table when first cell in row is html
                 Key: ZEPPELIN-1719
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1719
             Project: Zeppelin
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.6.2
            Reporter: Abhijit Bhole


Hi, I think there is a bug in the display system of zeppelin when the first cell contains %html tag

Example - 

%spark.pyspark 

print '%table\nName\tCol\tCol2\tCol3\n%html <span>578445507377268487</span>\tThis name\t%html <span>57844550737726848</span>\tNew\n%html <span>578445507377268487</span>\tThis name\t%html <span>57844550737726848</span>\tNew'


Output generated is 

578445507377268487	This name	%html 57844550737726848	New 578445507377268487	This name	%html 57844550737726848	New

i.e. no table is printed.



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