Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 0.2
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
Description
The repl currently runs its own web server, and it needs a newer version of the servlet API than that provided by Spark. Until we work on LIVY-46, we need a way to work around this so that the repl can run.
Currently, you get a java.lang.ClassNotFoundException: javax.servlet.http.HttpUpgradeHandler when trying to run the repl on CDH, at least.