Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Liu Shaohui committed Jan 31, 2019
1 parent 40792dc commit ab35190
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf/xlearning-site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,9 @@
<name>xlearning.history.webapp.https.port</name>
<value>19885</value>
</property>
<property>
<name>ipc.client.fallback-to-simple-auth-allowed</name>
<value>true</value>
</property>
</configuration>

Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ public XLearningConfiguration(Configuration conf) {
public static final String DEFAULT_XLEARNING_INTERRESULT_DIR = "/interResult_";

public static final String[] DEFAULT_XLEARNING_APPLICATION_CLASSPATH = {
"$HADOOP_CONF_DIR",
"$HADOOP_COMMON_HOME/share/hadoop/common/*",
"$HADOOP_COMMON_HOME/share/hadoop/common/lib/*",
"$HADOOP_HDFS_HOME/share/hadoop/hdfs/*",
Expand Down

0 comments on commit ab35190

Please sign in to comment.