Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/827#issuecomment-219501130 I have build livy and verified it is working with example https://github.com/cloudera/livy#spark-example. When i try this branch, with default configuration, livy server prints error ``` com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "master" (class com.cloudera.livy.server.interactive.CreateInteractiveRequest), not marked as ignorable (14 known properties: "executorCores", "conf", "driverMemory", "name", "driverCores", "pyFiles", "archives", "queue", "kind", "executorMemory", "files", "jars", "proxyUser", "numExecutors"]) at [Source: HttpInputOverHTTP@36177f7b; line: 1, column: 30] (through reference chain: com.cloudera.livy.server.interactive.CreateInteractiveRequest["master"]) at com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException.from(UnrecognizedPropertyException.java:51) at com.fasterxml.jackson.databind.DeserializationContext.reportUnknownProperty(DeserializationContext.java:744) at com.fasterxml.jackson.databind.deser.std.StdDeserializer.handleUnknownProperty(StdDeserializer.java:915) at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.handleUnknownProperty(BeanDeserializerBase.java:1306) at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.handleUnknownVanilla(BeanDeserializerBase.java:1284) at com.fasterxml.jackson.databind.deser.BeanDeserializer.vanillaDeserialize(BeanDeserializer.java:243) at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:118) at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:3066) at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2207) at com.cloudera.livy.server.JsonServlet.bodyAs(JsonServlet.scala:102) at com.cloudera.livy.server.JsonServlet.bodyAs(JsonServlet.scala:98) at com.cloudera.livy.server.interactive.InteractiveSessionServlet.createSession(InteractiveSessionServlet.scala:49) at com.cloudera.livy.server.interactive.InteractiveSessionServlet.createSession(InteractiveSessionServlet.scala:40) at com.cloudera.livy.server.SessionServlet$$anonfun$17$$anon$2$$anonfun$18.apply(SessionServlet.scala:127) at com.cloudera.livy.server.SessionServlet$$anonfun$17$$anon$2$$anonfun$18.apply(SessionServlet.scala:126) at scala.concurrent.impl.Future$PromiseCompletingRunnable.liftedTree1$1(Future.scala:24) at scala.concurrent.impl.Future$PromiseCompletingRunnable.run(Future.scala:24) at scala.concurrent.impl.ExecutionContextImpl$$anon$3.exec(ExecutionContextImpl.scala:107) at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) ``` Am i missing something?
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---