Uh oh!
There was an error while loading. Please reload this page.
ZEPPELIN-217 : Adding documentation on adding new chart types and Data validation serivce - #203
ZEPPELIN-217 : Adding documentation on adding new chart types and Data validation serivce#203Madhuka wants to merge 5 commits into
Conversation
Madhuka
commented
Aug 11, 2015
Leemoonsoo
commented
Aug 16, 2015
Thanks for good documentation. LGTM! |
elbamos
commented
Aug 16, 2015
I don't mean to be a naysayer, and I agree that documentation on these topics would be very helpful. I also agree that this is a good starting point. I find both pages, though, very difficult to understand. Are these directions for implementing new interpreters? For users? For developing applications on top of Zeppelin?
|
corneadoug
commented
Aug 17, 2015
The Data Validation documentation is too complicated and not complete I think. I think the description should be reworked to emphasized where it is used in Zeppelin and for what purpose. There should also have a part explaining exactly what it is doing (How the validation is done). Also the part about Seems like this branch also need to be rebased (merge conflicts) |
Madhuka
commented
Aug 17, 2015
@elbamos Thanks for the feedback. A validator is important to determine the data maps to the schema without any errors beforehand. Yes it is complicated but I will write more simpler manner so that everybody can understand. It's not an interpreter. It's useful for users as well as for developers. Users can use the validator before visualization to check if the data is in accordance with the data model. It will not break and the user can take the right decision. For zeppelin developers when they introduce a new chart library they can add a validator for it so that users can validate the data before they visualize it. |
Madhuka
commented
Aug 17, 2015
@corneadoug |
Madhuka
commented
Aug 20, 2015
Data Validation Document is Updated with below sub titles.
|
Madhuka
commented
Aug 20, 2015
elbamos
commented
Aug 20, 2015
This looks really helpful! I withdraw my prior objection.
|
Adjustable paragraph height
close#83close#86close#125close#133close#139close#146close#193close#203close#246close#262close#264close#273close#291close#299close#320close#347close#389close#413close#423close#543close#560close#658close#670close#728close#765close#777close#782close#783close#812close#822close#841close#843close#878close#884close#918close#989close#1076close#1135close#1187close#1231close#1304close#1316close#1361close#1385close#1390close#1414close#1422close#1425close#1447close#1458close#1466close#1485close#1492close#1495close#1497close#1536close#1545close#1561close#1577close#1600close#1603close#1678close#1695close#1739close#1748close#1765close#1767close#1776close#1783close#1799





Documentation on