标签: hadoop cloudera hue
在hue中,我希望在用户登录时默认显示以下笔记本页面而不是主页。如何创建此页面?。
http://localhost:8888/notebook/notebooks
答案 0 :(得分:0)
你可以使用rewriteHandler作为jetty服务器,hue使用它https://wiki.eclipse.org/Jetty/Feature/Rewrite_Handler
答案 1 :(得分:0)
你可能想评论these 5 lines并提出类似的内容:
dynamic_patterns += patterns('notebook.views', (r'^home$','notebook'), )