sharkbite
sharkbite copied to clipboard
Native Accumulo and HDFS Connector with Python Bindings
Bumps org.apache.zookeeper:zookeeper from 3.4.14 to 3.7.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps org.python:jython-standalone from 2.7.2b2 to 2.7.2b3. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [io.netty:netty](https://github.com/netty/netty) from 3.6.2.Final to 3.9.8.Final. Commits e9c8d38 [maven-release-plugin] prepare release netty-3.9.8.Final 3181559 Fix binary compatibility ef3a31d [maven-release-plugin] prepare for next development iteration 4e7c962 [maven-release-plugin] prepare release netty-3.9.7.Final 52b80e5 Validate...
Bumps hadoop-common from 2.6.4 to 3.2.3. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
A) ZookeeperInstance contains two raw pointers. These can be moved over to unique_ptr. B) The watch contained within used pthread_mutex_t. This isn't transportable, so we should likely move this to...
... anywhere Newly added logger features [1], with an example [2,3] [1] https://github.com/phrocker/sharkbite/blob/master/include/logging/Logger.h [2] https://github.com/phrocker/sharkbite/blob/master/src/interconnect/TabletServer.cpp#L30 [3] https://github.com/phrocker/sharkbite/blob/master/src/interconnect/TabletServer.cpp#L51