[jira] [Created] (ZEPPELIN-2126) How to create zeppelin notebook like kibana,Hue dashboard with more effective widgets

2017-02-16 Thread Narasimma varman (JIRA)
Narasimma varman created ZEPPELIN-2126:
--

 Summary: How to create zeppelin notebook like kibana,Hue dashboard 
with more effective widgets
 Key: ZEPPELIN-2126
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2126
 Project: Zeppelin
  Issue Type: Bug
  Components: helium, Homepage, zeppelin-interpreter
Affects Versions: 0.6.1
 Environment: zeppelin
Reporter: Narasimma varman
 Fix For: 0.6.1


I'm using HDP 2.5. As I'm new to zeppelin notebook. I have seen hue, kibana 
dashboard, they deliver more dynamic data changes in every widget like pie, 
table, map, bar chart. My question is how I implement those features in 
zeppelin notebook. For example, if click bar chart at one portion it will 
affect entire notebook.Please tell me how to use zeppelin notebook more 
effective like hue and kibana dashboards.





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (ZEPPELIN-2118) java.lang.NumberFormatException: For input string: "latitude" anyone help me to resolve this issue

2017-02-15 Thread Narasimma varman (JIRA)
Narasimma varman created ZEPPELIN-2118:
--

 Summary:  java.lang.NumberFormatException: For input string: 
"latitude" anyone help me to resolve this issue
 Key: ZEPPELIN-2118
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2118
 Project: Zeppelin
  Issue Type: Bug
  Components: front-end
Affects Versions: 0.6.2, 0.6.1
 Environment: HDP 2.5 
Reporter: Narasimma varman
 Fix For: 0.6.1


val gson = new com.google.gson.Gson()
val bubbles = sqlContext.sql(s"""select * from social""").map(r=>
Map(
"city" -> r(0).toString,
"latitude" -> r(1).toString.toDouble,
"longitude" -> r(2).toString.toDouble
)
).collect.map(s=>scala.collection.JavaConversions.mapAsJavaMap(s))
val bubblesJson = gson.toJson(bubbles)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)