Github user nickwallen commented on the issue:
https://github.com/apache/incubator-metron/pull/208
@mmiklavc I ran into some issues talking to HBase with the new Profiler
topology in the current Quick Dev environment. Once I did the old-school
injection of the site resources everything worked fine.
```
cd /etc/hbase/conf && jar -uf
/usr/metron/0.2.0BETA/lib/metron-profiler-0.2.0BETA.jar hbase-site.xml
cd /etc/hadoop/conf && jar -uf
/usr/metron/0.2.0BETA/lib/metron-profiler-0.2.0BETA.jar core-site.xml
cd /etc/hadoop/conf && jar -uf
/usr/metron/0.2.0BETA/lib/metron-profiler-0.2.0BETA.jar hdfs-site.xml
```
I am wondering if this is because of
[METRON-356](https://github.com/nickwallen/incubator-metron/commit/b9282b438422d56fac23301dc854a39ae7d83a83).
Could the current version of Quick Dev be broken because we removed the site
injection from Ansible, but have not updated the Vagrant box for Quick Dev out
in Atlas?
If so, it is not really a problem. I just want to make sure that I fully
understand the root cause for the issue that I am seeing.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---