需要有关在单节点中设置 alluxio 的帮助
Need help on setup alluxio in single node
我正在尝试在我的本地机器上设置 alluxio。遵循 alluxio 文档
http://www.alluxio.org/docs/master/en/Running-Alluxio-Locally.html
能够看到该服务。但是在检查 localhost:19999
时出现错误
HTTP ERROR 500
Problem accessing /home. Reason: Server Error
Caused by:
org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP
PWC6199: Generated servlet error:
The type java.io.ObjectInputStream cannot be resolved. It is indirectly referenced from required .class files
由于 java 版本问题。我已经使用 alluxio 最新版本修复了问题。
如果你使用的是 alluxio 1.2 那么应该使用 java 7 .
Alluxio 需要 Java 版本 7 或更高版本。以下是有关要求的更多信息:http://www.alluxio.org/docs/master/en/Getting-Started.html
Java8 的某些补丁版本与 Alluxio 1.2 不兼容,但该问题已在 Alluxio 1.3.0 中修复。
我正在尝试在我的本地机器上设置 alluxio。遵循 alluxio 文档
http://www.alluxio.org/docs/master/en/Running-Alluxio-Locally.html
能够看到该服务。但是在检查 localhost:19999
时出现错误HTTP ERROR 500
Problem accessing /home. Reason: Server Error
Caused by:
org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP
PWC6199: Generated servlet error:
The type java.io.ObjectInputStream cannot be resolved. It is indirectly referenced from required .class files
由于 java 版本问题。我已经使用 alluxio 最新版本修复了问题。
如果你使用的是 alluxio 1.2 那么应该使用 java 7 .
Alluxio 需要 Java 版本 7 或更高版本。以下是有关要求的更多信息:http://www.alluxio.org/docs/master/en/Getting-Started.html
Java8 的某些补丁版本与 Alluxio 1.2 不兼容,但该问题已在 Alluxio 1.3.0 中修复。