Skip to content

Commit

Permalink
[HOPS-1046] disable OmitStackTraceInFastThrow
Browse files Browse the repository at this point in the history
  • Loading branch information
berthoug committed Feb 6, 2019
1 parent c1222b5 commit 66677a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fi

if [ "$COMMAND" = "namenode" ] ; then
CLASS='org.apache.hadoop.hdfs.server.namenode.NameNode'
HADOOP_OPTS="$HADOOP_OPTS $HADOOP_NAMENODE_OPTS"
HADOOP_OPTS="$HADOOP_OPTS $HADOOP_NAMENODE_OPTS -XX:-OmitStackTraceInFastThrow"
elif [ "$COMMAND" = "datanode" ] ; then
CLASS='org.apache.hadoop.hdfs.server.datanode.DataNode'
if [ "$starting_secure_dn" = "true" ]; then
Expand Down

0 comments on commit 66677a9

Please sign in to comment.