Skip to content

Commit

Permalink
remove HBASE_TRACE_OPTS from the agent line
Browse files Browse the repository at this point in the history
  • Loading branch information
taklwu committed May 20, 2022
1 parent f2d18f0 commit 44e0fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/hbase
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ add_opentelemetry_agent() {
fi
agent_jar=$(tr ':' '\n' < "${f}" | grep opentelemetry-javaagent)
fi
HBASE_OPTS="$HBASE_OPTS $HBASE_TRACE_OPTS -javaagent:$agent_jar"
HBASE_OPTS="$HBASE_OPTS -javaagent:$agent_jar"
}

#Add the development env class path stuff
Expand Down

0 comments on commit 44e0fd7

Please sign in to comment.