question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sources reachable by build tools, IDEs, etc.?

See original GitHub issue

After adding the compile 'com.google.cloud.bigtable:bigtable-hbase-1.2' dependency, IntelliJ, Gradle, etc. cannot find sources JAR.

I’m hoping this is enough information, please let me know if I should try to better illustrate the problem /dig into the issue.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
igorbernstein2commented, Jun 23, 2017

Yes, literally bigtable-hbase-1.x, it will be available in maven central once we finish polishing the release. Once its released, you will be able to switch to it and never have to be concerned about shading issues.

Documentation is one of the things that needs to be updated for the upcoming release. And you are right we do have too many artifacts, here is a summary of them:

The 3 artifacts I mentioned above and bigtable-hbase-dataflow are the main artifacts that are intended for public consumption.

List of other artifacts:

  • bigtable-hbase-dataflow: bigtable connector for dataflow 1.x using the hbase api
  • bigtable-dataflow-import: is meant to be a cli utility to enable importing & exporting hbase sequence files to/from bigtable using dataflow
  • bigtable-hbase-mapreduce: is meant to be a cli utility to enable importing & exporting hbase sequence files to/from bigtable using hadoop/mapreduce
  • bigtable-hbase: is an internal artifact not meant for public consumption it contains/will contain common code for hbase 1 & 2 apis
  • bigtable-hbase-shaded, bigtable-hbase-1.0, bigtable-hbase-1.1, bigtable-hbase-1.2, bigtable-hbase-1.3: Will be deprecated as of the next release and will be deleted in the following release.
  • bigtable-client-core is the low level client that exposes its own undocumented api that hasn’t stabilized yet and thus we discourage direct usage of it.
  • bigtable-protos: auto generated protobufs and grpc wrappers
0reactions
guillaumeclecommented, Jun 23, 2017

Thank you for the details. I’m concerned about a webapp context. So bigtable-hbase-1.x (with an actual x letter in the name?) is a new artifact that will arrive soon on maven central? Is their a documentation where all the publish artifacts (currently 12) are listed and their usage is documented?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Top Integrated Developer Environments (IDEs): Top 50 Tools
Capable of auto-deployment at the end of every build process; Works seamlessly with Docker, Git Hub, Quay, Jenkins, and other tools ...
Read more >
Best Open Source Build Tools Software 2022 - SourceForge
Compare the best free open source Build Tools Software at SourceForge. ... open-source, cross-platform C, C++ and Fortran IDE built to meet the...
Read more >
25 BEST Software Development & Programming Tools in 2022
Software Development Tools can be categorized into the following types: IDE (Integrated Development Environment) – Helps to edit, debug and run ...
Read more >
Why is Integrated Development Environment (IDE) Important?
An IDE provides a space to write, compile and debug code, with value-adding tools to simplify development.
Read more >
The 12 Best C++ IDEs of 2022 - Incredibuild
It's hard to keep track of all the great IDEs (Integrated Development Environments) and IDE-like tools available to developers.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found