Hi,

I would want to know is , how to build dynamic dropdowns in Zeppelin.
Approach i am using is:
1. Execute a mysql query on a table to retrieve items in the drop down.
I have seen code that uses sqlContext.sql() to execute a query.
But this does not help to execute mysql queries.
I understand we need to create a mysql context.
Can someone please tell me how to create mysql Context in spark?
2. Use the output of this query, as input to another query in zeppelin that
needs to show the dropdown.
select * from table
where dp = ${Dp=<output of first query>}

Thanks,
Zep



--
View this message in context: 
http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/Dynamic-dropdown-in-Zeppelin-tp2642.html
Sent from the Apache Zeppelin Users (incubating) mailing list mailing list 
archive at Nabble.com.

Reply via email to