Unnecessary line in AddElementsFromHdfsIT
See original GitHub issueThe 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 likeAddElementsFromHdfs
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:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@morrme sorry I’ve only just seen your comment above.
Merged into develop.