File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
schedule/src/main/java/com/taobao/zeus/store Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,11 @@ mvn package
39
39
40
40
41
41
以上步骤可以保证这个web项目正常启动,如果需要正式上线此项目,还需要配置以下内容:
42
+ <<<<<<< HEAD
42
43
1.动态模板配置
44
+ =======
45
+ 1.动态模版配置
46
+ >>>>>>> change
43
47
宙斯系统中有很多模版是可以动态修改的,包括以下一些,建议在正式运行之前都配置好
44
48
首页展示内容 启动后参见页面指南
45
49
首页通知内容 启动后参见页面指南
@@ -52,6 +56,15 @@ hive 默认udf函数 com.taobao.zeus.jobs.sub.HiveJob实现TODO内容
52
56
(1) web.xml添加一个filter,用来跳转到单点登陆系统
53
57
(2) Spring容器中添加一个Bean,实现com.taobao.zeus.web.Login.Filter.SSOLogin接口
54
58
59
+ <<<<<<< HEAD
55
60
3.配置hadoop相关环境
56
61
默认的hadoop-site.xml和hive-site.xml在 /web/src/main/resources/templates下
57
62
修改相应的配置以对应相应的hadoop集群
63
+ =======
64
+ 3.配置hadoop相关环境
65
+ 默认的hadoop-site.xml和hive-site.xml在 /web/src/main/resources/templates下
66
+ 修改相应的配置以对应相应的hadoop集群
67
+
68
+ 4.超级管理员配置
69
+ 在com.taobao.zeus.store.Super中进行配置
70
+ >>>>>>> change
Original file line number Diff line number Diff line change 5
5
6
6
public class Super {
7
7
8
- private static final List <String > supers = Arrays .asList (
9
- "TAOBAO-HZ\\ zhoufang" , "TAOBAO-HZ\\ gufei.wzy" );
8
+ private static final List <String > supers = Arrays .asList ("zhoufang" );
10
9
11
10
public static List <String > getSupers () {
12
11
return supers ;
You can’t perform that action at this time.
0 commit comments