mmiklavc commented on a change in pull request #1458: METRON-2177 Upgrade 
Profiler for HBase 2.0.2
URL: https://github.com/apache/metron/pull/1458#discussion_r308907036
 
 

 ##########
 File path: 
metron-analytics/metron-profiler-client/src/main/java/org/apache/metron/profiler/client/stellar/VerboseProfile.java
 ##########
 @@ -88,25 +75,45 @@
         returns="A map for each profile measurement containing the profile 
name, entity, period, and value."
 )
 public class VerboseProfile implements StellarFunction {
-
   protected static final Logger LOG = 
LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
-  protected static String PROFILE_KEY = "profile";
-  protected static String ENTITY_KEY = "entity";
-  protected static String PERIOD_KEY = "period";
-  protected static String PERIOD_START_KEY = "period.start";
-  protected static String PERIOD_END_KEY = "period.end";
-  protected static String VALUE_KEY = "value";
-  protected static String GROUPS_KEY = "groups";
-  private ProfilerClient client;
+  protected static final String PROFILE_KEY = "profile";
 
 Review comment:
   heh, good catch ;-)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to