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.

Unnecessary line in AddElementsFromHdfsIT

See original GitHub issue

The test AddElementsFromHdfsIT in the Accumulo store contains the following at line 212:

store.updateConfiguration(createLocalConf(), new View(), new User());

This line is:

  • Unnecessary - the test passes without it.
  • Pointless - it updates the configuration created by createLocalConf() but that configuration is not used again.
  • Misleading - it looks like the updateConfiguration method is used to cause operations on the graph like AddElementsFromHdfs to use a particular configuration - that’s not true. In this test a local MapReduce configuration is somehow automatically created and used.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
p013570commented, May 15, 2017

@morrme sorry I’ve only just seen your comment above.

0reactions
p013570commented, May 15, 2017

Merged into develop.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unnecessary Extra Line in Table of Contents
Hello, When I am creating my table of contents, an extra, unnecessary line is added at the end. The final Vonnegut entry is...
Read more >
Remove unnecessary lines from table - LaTeX Stack Exchange
The simplest trick is to use \begin{tabular}[t]{|c|c|} throughout, with the last one being just a three row table.
Read more >
Remove unwanted blank line eclipse editor - Stack Overflow
In eclipse preference setting you can remove all the unwanted blank lines. Eclipse: Window > Preferences > Java > Code Style > Formatter...
Read more >
How to delete unnecessary line - Designer - Alteryx Community
Solved: Unnecessary line breaks are included in the first line of data of the output file. It seems that line breaks will occur...
Read more >
Random lines appear in AutoCAD drawings
Smooth Line Display can also be turned off in the Graphics Performance window (use the GRAPHICSCONFIG command). · In AutoCAD 2016 and 2017, ......
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