You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Michael Miklavcic (Jira)" <ji...@apache.org> on 2019/08/22 20:33:00 UTC

[jira] [Created] (METRON-2229) Stellar shell should not output debugging detail by default

Michael Miklavcic created METRON-2229:
-----------------------------------------

             Summary: Stellar shell should not output debugging detail by default
                 Key: METRON-2229
                 URL: https://issues.apache.org/jira/browse/METRON-2229
             Project: Metron
          Issue Type: Improvement
            Reporter: Michael Miklavcic


When starting up the REPL the user is greeted with many lines of classpath and other useful debugging detail. By default, we should not be printing all of this to the CLI. This should be a command line option, similar to Maven's "-X" command line switch.
{code:java}
[root@node1(127.0.0.1 192.168.66.121): ~]
# $METRON_HOME/bin/zk_load_configs.sh --mode PUSH -z $ZOOKEEPER -i $METRON_HOME/config/zookeeper/
2019-08-22 20:25:50,625 INFO  [main] imps.CuratorFrameworkImpl: Starting
2019-08-22 20:25:50,647 INFO  [main] zookeeper.ZooKeeper: Client environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT
2019-08-22 20:25:50,647 INFO  [main] zookeeper.ZooKeeper: Client environment:host.name=node1
2019-08-22 20:25:50,647 INFO  [main] zookeeper.ZooKeeper: Client environment:java.version=1.8.0_222
2019-08-22 20:25:50,647 INFO  [main] zookeeper.ZooKeeper: Client environment:java.vendor=Oracle Corporation
2019-08-22 20:25:50,647 INFO  [main] zookeeper.ZooKeeper: Client environment:java.home=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.222.b10-0.el6_10.x86_64/jre
2019-08-22 20:25:50,647 INFO  [main] zookeeper.ZooKeeper: Client environment:java.class.path=/usr/metron/0.7.2/lib/metron-parsers-common-0.7.2-uber.jar:/usr/hdp/current/hbase-client/lib/hbase-server.jar:/usr/hdp/current/hbase-client/conf:/usr/jdk64/jdk1.8.0_112/lib/tools.jar:/usr/hdp/current/hbase-client:/usr/hdp/current/hbase-client/lib/activation-1.1.jar:/usr/hdp/current/hbase-client/lib/aopalliance-1.0.jar:/usr/hdp/current/hbase-client/lib/apacheds-i18n-2.0.0-M15.jar:/usr/hdp/current/hbase-client/lib/apacheds-kerberos-codec-2.0.0-M15.jar:/usr/hdp/current/hbase-client/lib/api-asn1-api-1.0.0-M20.jar:/usr/hdp/current/hbase-client/lib/api-util-1.0.0-M20.jar:/usr/hdp/current/hbase-client/lib/asm-3.1.jar:/usr/hdp/current/hbase-client/lib/avro-1.7.6.jar:/usr/hdp/current/hbase-client/lib/aws-java-sdk-core-1.10.6.jar:/usr/hdp/current/hbase-client/lib/aws-java-sdk-kms-1.10.6.jar:/usr/hdp/current/hbase-client/lib/aws-java-sdk-s3-1.10.6.jar:/usr/hdp/current/hbase-client/lib/azure-keyvault-core-0.8.0.jar:/usr/hdp/current/hbase-client/lib/azure-storage-5.4.0.jar:/usr/hdp/current/hbase-client/lib/commons-beanutils-1.7.0.jar:/usr/hdp/current/hbase-client/lib/commons-beanutils-core-1.8.0.jar:/usr/hdp/current/hbase-client/lib/commons-cli-1.2.jar:/usr/hdp/current/hbase-client/lib/commons-codec-1.9.jar:/usr/hdp/current/hbase-client/lib/commons-collections-3.2.2.jar:/usr/hdp/current/hbase-client/lib/commons-compress-1.4.1.jar:/usr/hdp/cur...
{code}
 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)