sharkbite icon indicating copy to clipboard operation
sharkbite copied to clipboard

Native Accumulo and HDFS Connector with Python Bindings

Results 18 sharkbite issues
Sort by recently updated
recently updated
newest added

Bumps org.apache.zookeeper:zookeeper from 3.4.14 to 3.7.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.zookeeper:zookeeper&package-manager=maven&previous-version=3.4.14&new-version=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...

dependencies

Bumps org.python:jython-standalone from 2.7.2b2 to 2.7.2b3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.python:jython-standalone&package-manager=maven&previous-version=2.7.2b2&new-version=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...

dependencies

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...

dependencies

Bumps hadoop-common from 2.6.4 to 3.2.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.hadoop:hadoop-common&package-manager=maven&previous-version=2.6.4&new-version=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...

dependencies

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...

enhancement
good first issue
hacktoberfest

... 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

good first issue