私はここに記載されている手順に従いました https://Gist.github.com/codspire/7b0955b9e67fe73f6118dad9539cbaa2
ブラウザで「localhost:8080」と入力しても何も起こらない
Hadoopバージョン-3.1.3
Sparkバージョン-hadoop2.7用にビルド済みの3.0.0-preview
Zeppelinバージョン-0.9.0-preview1
C:\Zeppelin>bin\zeppelin.cmd
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
WARN [2020-04-07 16:29:59,113] ({main}ZeppelinConfiguration.Java[create]:159) - Failed to load configuration, proceeding with a default
INFO [2020-04-07 16:29:59,177] ({main} ZeppelinConfiguration.Java[create]:171) - Server Host: 127.0.0.1
INFO [2020-04-07 16:29:59,177] ({main} ZeppelinConfiguration.Java[create]:173) - Server Port: 8080
INFO [2020-04-07 16:29:59,178] ({main} ZeppelinConfiguration.Java[create]:177) - Context Path: /
INFO [2020-04-07 16:29:59,178] ({main} ZeppelinConfiguration.Java[create]:178) - Zeppelin Version: 0.9.0-preview1
INFO [2020-04-07 16:29:59,205] ({main} Log.Java[initialized]:193) - Logging initialized @810ms to org.Eclipse.jetty.util.log.Slf4jLog
WARN [2020-04-07 16:29:59,516] ({main} ZeppelinConfiguration.Java[getConfigFSDir]:631) - zeppelin.config.fs.dir is not specified, fall back to local conf directory zeppelin.conf.dir
INFO [2020-04-07 16:29:59,554] ({main} Credentials.Java[loadFromFile]:121) - C:\Zeppelin\conf\credentials.json
INFO [2020-04-07 16:29:59,594] ({ImmediateThread-1586257199511} PluginManager.Java[loadNotebookRepo]:60) - Loading NotebookRepo Plugin: org.Apache.zeppelin.notebook.repo.GitNotebookRepo
INFO [2020-04-07 16:29:59,658] ({main} ZeppelinServer.Java[setupWebAppContext]:488) - warPath is: C:\Zeppelin\zeppelin-web-angular-0.9.0-preview1.war
INFO [2020-04-07 16:29:59,659] ({main} ZeppelinServer.Java[setupWebAppContext]:501) - ZeppelinServer Webapp path: C:\Zeppelin\webapps
INFO [2020-04-07 16:29:59,729] ({ImmediateThread-1586257199511} VFSNotebookRepo.Java[setNotebookDirectory]:70) - Using notebookDir: C:\Zeppelin\notebook
INFO [2020-04-07 16:29:59,746] ({main} ZeppelinServer.Java[setupWebAppContext]:488) - warPath is: zeppelin-web-angular/dist
INFO [2020-04-07 16:29:59,747] ({main} ZeppelinServer.Java[setupWebAppContext]:501) - ZeppelinServer Webapp path: C:\Zeppelin\webapps\next
INFO [2020-04-07 16:29:59,811] ({main} NotebookServer.Java[<init>]:153) - NotebookServer instantiated: org.Apache.zeppelin.socket.NotebookServer@683dbc2c
INFO [2020-04-07 16:29:59,812] ({main} NotebookServer.Java[setServiceLocator]:158) - Injected ServiceLocator: ServiceLocatorImpl(shared-locator,0,246550802)
INFO [2020-04-07 16:29:59,814] ({main} NotebookServer.Java[setAuthorizationServiceProvider]:178) - Injected NotebookAuthorizationServiceProvider
INFO [2020-04-07 16:29:59,814] ({main} NotebookServer.Java[setNotebookService]:171) - Injected NotebookServiceProvider
INFO [2020-04-07 16:29:59,814] ({main} NotebookServer.Java[setConnectionManagerProvider]:184) - Injected ConnectionManagerProvider
INFO [2020-04-07 16:29:59,815] ({main} NotebookServer.Java[setNotebook]:164) - Injected NotebookProvider
INFO [2020-04-07 16:29:59,816] ({main} ZeppelinServer.Java[setupClusterManagerServer]:439) - Cluster mode is disabled
INFO [2020-04-07 16:29:59,827] ({main} ZeppelinServer.Java[main]:251) - Starting zeppelin server
INFO [2020-04-07 16:29:59,829] ({main} Server.Java[doStart]:370) - jetty-9.4.18.v20190429; built: 2019-04-29T20:42:08.989Z; git: e1bc35120a6617ee3df052294e433f3a25ce7097; jvm 1.8.0_241-b07
INFO [2020-04-07 16:29:59,858] ({ImmediateThread-1586257199511} GitNotebookRepo.Java[init]:77) - Opening a git repo at '/C:/Zeppelin/notebook'
INFO [2020-04-07 16:29:59,967] ({main} StandardDescriptorProcessor.Java[visitServlet]:283) - NO JSP Support for /, did not find org.Eclipse.jetty.jsp.JettyJspServlet
INFO [2020-04-07 16:29:59,982] ({main} DefaultSessionIdManager.Java[doStart]:365) - DefaultSessionIdManager workerName=node0
INFO [2020-04-07 16:29:59,982] ({main} DefaultSessionIdManager.Java[doStart]:370) - No SessionScavenger set, using defaults
INFO [2020-04-07 16:29:59,985] ({main} HouseKeeper.Java[startScavenging]:149) - node0 Scavenging every 600000ms
INFO [2020-04-07 16:30:02,046] ({main} ContextHandler.Java[doStart]:855) - Started o.e.j.w.WebAppContext@6150c3ec{zeppelin-web-angular,/,jar:file:///C:/Zeppelin/zeppelin-web-angular-0.9.0-preview1.war!/,AVAILABLE}{C:\Zeppelin\zeppelin-web-angular-0.9.0-preview1.war}
WARN [2020-04-07 16:30:02,051] ({main} WebInfConfiguration.Java[unpack]:675) - Web application not found C:\Zeppelin\zeppelin-web-angular\dist
WARN [2020-04-07 16:30:02,052] ({main} WebAppContext.Java[doStart]:554) - Failed startup of context o.e.j.w.WebAppContext@229f66ed{/next,null,UNAVAILABLE}{C:\Zeppelin\zeppelin-web-angular\dist}
Java.io.FileNotFoundException: C:\Zeppelin\zeppelin-web-angular\dist
at org.Eclipse.jetty.webapp.WebInfConfiguration.unpack(WebInfConfiguration.Java:676)
at org.Eclipse.jetty.webapp.WebInfConfiguration.preConfigure(WebInfConfiguration.Java:152)
at org.Eclipse.jetty.webapp.WebAppContext.preConfigure(WebAppContext.Java:506)
at org.Eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.Java:544)
at org.Eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.Java:68)
at org.Eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.Java:167)
at org.Eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.Java:119)
at org.Eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.Java:113)
at org.Eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.Java:68)
at org.Eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.Java:167)
at org.Eclipse.jetty.server.Server.start(Server.Java:418)
at org.Eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.Java:110)
at org.Eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.Java:113)
at org.Eclipse.jetty.server.Server.doStart(Server.Java:382)
at org.Eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.Java:68)
at org.Apache.zeppelin.server.ZeppelinServer.main(ZeppelinServer.Java:253)
INFO [2020-04-07 16:30:02,906] ({main} AbstractConnector.Java[doStart]:292) - Started ServerConnector@4493d195{HTTP/1.1,[http/1.1]}{127.0.0.1:8080}
INFO [2020-04-07 16:30:02,906] ({main} Server.Java[doStart]:410) - Started @4519ms
INFO [2020-04-07 16:30:07,924] ({main} ZeppelinServer.Java[main]:265) - Done, zeppelin server started
同じ問題が発生しました。私はツェッペリンの公式ウェブサイトに同じクエリを投稿しましたが、ツェッペリンはウィンドウ10でサポートされていないとの回答がありました。
https://issues.Apache.org/jira/browse/ZEPPELIN-4749?filter=-2
私は0.9、0.8、0.7バージョンのツェッペリンを試してみましたが、いずれも機能せず(ウィンドウ10で)、localhost:8080に同じ空白のURLが表示されます。しかし、最近0.6.2バージョンをダウンロードして、このバージョンが正常に動作していることを確認しました。だから私はzeppelinのより低いバージョンで作業する必要があると思います、またはubuntuを使用している場合はすべてのバージョンで問題なく動作します。
開発者による現在の答えは、zeppelin 0.9はWindows 10では機能しないということです。
Windows 10では、回避策としてdockerコンテナーでzeppelin 0.9を実行できます
このページの説明を参照してください http://zeppelin.Apache.org/download.html
Dockerがインストールされている場合は、このコマンドを使用してコンテナーでApache Zeppelinを起動します。
docker run -p 8080:8080 --rm --name zeppelin Apache/zeppelin:0.9.0
私はこのバージョンを試しました http://www.Apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.8.1/zeppelin-0.8.1-bin-netinst.tgz そしてそれは成功しました