Justin Borromeo
cd489a0208
Fixed failing test due to null resultFormat
2019-02-20 00:16:48 -08:00
Justin Borromeo
7baeade832
Changes based on Gian's comments
2019-02-19 17:52:06 -08:00
Justin Borromeo
35150fe1a6
Small changes
2019-02-15 15:57:53 -08:00
Justin Borromeo
4e69276d57
Removed unused import to satisfy PMD check
2019-02-11 12:09:54 -08:00
Justin Borromeo
ecb0f483a9
improved doc
2019-02-11 10:37:11 -08:00
Justin Borromeo
f0eddee665
Added more javadoc
2019-02-11 10:18:45 -08:00
Justin Borromeo
5f92dd7325
Unused import
2019-02-11 10:05:58 -08:00
Justin Borromeo
93e1636287
Added javadoc on ScanResultValueTimestampComparator
2019-02-11 10:03:14 -08:00
Justin Borromeo
134041c479
Renamed sort function
2019-02-08 13:13:54 -08:00
Justin Borromeo
2e3577cd3d
Fixed benchmark queries
2019-02-07 13:01:25 -08:00
Justin Borromeo
d3b335af42
added all query types to scan benchmark
2019-02-07 11:08:07 -08:00
Justin Borromeo
ab00eade9f
Kicking travis with change to benchmark param
2019-02-07 09:42:48 -08:00
Justin Borromeo
b432beaf84
Fixed failing calcite tests
2019-02-06 17:45:59 -08:00
Justin Borromeo
b2c8c77ad4
Fixing tests WIP
2019-02-06 17:39:48 -08:00
Justin Borromeo
85e72a614e
Set to spaces over tabs
2019-02-06 15:42:02 -08:00
Justin Borromeo
7e872a8ebc
Created an error message for when someone tries to time order a result
...
set > threshold limit
2019-02-06 15:36:24 -08:00
Justin Borromeo
e8a4b49044
Merge branch 'master' into 6088-Time-Ordering-On-Scans-V2
2019-02-06 15:05:11 -08:00
Justin Borromeo
305876a434
nit
2019-02-06 15:02:02 -08:00
Jihoon Son
8e3a58f723
Improve druid.storage.sse.kms.keyId and druid.s3.protocol ( #7012 )
...
* Improve druid.storage.sse.kms.keyId and druid.s3.protocol
* fix article
2019-02-06 15:00:51 -08:00
Justin Borromeo
6723243ed2
Create Scan Benchmark ( #6986 )
...
* Moved Scan Builder to Druids class and started on Scan Benchmark setup
* Need to form queries
* It runs.
* Remove todos
* Change number of benchmark iterations
* Changed benchmark params
* More param changes
* Made Jon's changes and removed TODOs
* Broke some long lines into two lines
* Decrease segment size for less memory usage
* Committing a param change to kick teamcity
2019-02-06 14:45:01 -08:00
Justin Borromeo
8212a21caf
Improved conciseness
2019-02-06 14:40:35 -08:00
Furkan KAMACI
58f9507ccf
Improper equals override is fixed to prevent NullPointerException ( #6938 )
...
* Improper equals override is fixed to prevent NullPointerException
* Fixed curly brace indentation.
* Test method is added for equals method of TaskLockPosse class.
2019-02-06 14:08:50 -08:00
Justin Borromeo
10b5e0ca93
.
2019-02-06 13:42:12 -08:00
Justin Borromeo
dfe4aa9681
Fixed codestyle and forbidden API errors
2019-02-06 13:41:18 -08:00
Justin Borromeo
148939e88b
Merge branch '6088-Create-Scan-Benchmark' into 6088-Time-Ordering-On-Scans-V2
2019-02-06 13:26:17 -08:00
Justin Borromeo
5edbe2ae12
Merge github.com:apache/incubator-druid into 6088-Create-Scan-Benchmark
2019-02-06 13:18:55 -08:00
Justin Borromeo
60b7684db7
Committing a param change to kick teamcity
2019-02-06 13:02:13 -08:00
Justin Borromeo
4f51024b31
Wrote more tests for scan result value sort
2019-02-06 12:08:12 -08:00
Justin Borromeo
8b7d5f5081
Wrote tests for heapsort scan result values and fixed bug where iterator
...
wasn't returning elements in correct order
2019-02-06 11:55:09 -08:00
Justin Borromeo
b6d4df3864
Decrease segment size for less memory usage
2019-02-05 16:45:20 -08:00
anantmf
315ccb76b8
Fix for getSingleObjectSummary, replacing keyCount with objectSummaries().size ( #7000 )
...
* Instead of using keyCount, changing it to check the size of objectSummaries.
For issue:
https://github.com/apache/incubator-druid/issues/6980
https://github.com/apache/incubator-druid/issues/6980#issuecomment-460006580
* Changing another usage of keyCount with size of objectSummaries.
* Adding some comments to explain why using keyCount is not working as expected.
2019-02-05 15:45:44 -08:00
Surekha
ef451d3603
Add null checks in DruidSchema ( #6830 )
...
* Add null checks in DruidSchema
* Add unit tests
* Add VisibleForTesting annotation
* PR comments
* unused import
2019-02-05 13:42:20 -08:00
Justin Borromeo
d1a1793f36
nit
2019-02-05 12:40:26 -08:00
Jihoon Son
75c70c2ccc
Add doc for S3 permissions settings ( #7011 )
...
* Add doc for S3 permissions settings
* add a comment about additional settings
2019-02-05 11:52:09 -08:00
Justin Borromeo
7deb06f6df
Merge branch '6088-Create-Scan-Benchmark' into 6088-Time-Ordering-On-Scans-V2
2019-02-05 10:53:38 -08:00
Justin Borromeo
86c5eee13b
Broke some long lines into two lines
2019-02-05 10:31:27 -08:00
Justin Borromeo
b7d3a4900a
Merge branch 'master' into 6088-Time-Ordering-On-Scans-V2
2019-02-05 10:23:32 -08:00
Justin Borromeo
737a83321d
Made Jon's changes and removed TODOs
2019-02-05 10:15:32 -08:00
Jonathan Wei
8bc5eaa908
Set version to 0.14.0-incubating-SNAPSHOT ( #7003 )
2019-02-04 19:36:20 -08:00
Egor Riashin
97b6407983
maintenance mode for Historical ( #6349 )
...
* maintenance mode for Historical
forbidden api fix, config deserialization fix
logging fix, unit tests
* addressed comments
* addressed comments
* a style fix
* addressed comments
* a unit-test fix due to recent code-refactoring
* docs & refactoring
* addressed comments
* addressed a LoadRule drop flaw
* post merge cleaning up
2019-02-04 18:11:00 -08:00
Justin Borromeo
796083f2bb
Benchmark param change
2019-02-04 15:37:42 -08:00
Justin Borromeo
20c36644db
More param changes
2019-02-04 15:36:35 -08:00
Justin Borromeo
9e6e71616b
Changed benchmark params
2019-02-04 15:31:21 -08:00
Justin Borromeo
01b25ed112
Added time ordering to the scan benchmark
2019-02-04 14:36:18 -08:00
Justin Borromeo
432acaf085
Change number of benchmark iterations
2019-02-04 12:03:14 -08:00
Justin Borromeo
12e51a2721
Added TimestampComparator tests
2019-02-04 12:02:13 -08:00
David Glasser
7e48593b57
ParallelIndexSupervisorTask: don't warn about a default value ( #6987 )
...
Native batch indexing doesn't yet support the maxParseExceptions,
maxSavedParseExceptions, and logParseExceptions tuning config options, so
ParallelIndexSupervisorTask logs if these are set. But the default value for
maxParseExceptions is Integer.MAX_VALUE, which means that you'll get the
maxParseExceptions flavor of this warning even if you don't configure
maxParseExceptions.
This PR changes all three warnings to occur if you change the settings from the
default; this mostly affects the maxParseExceptions warning.
2019-02-04 12:00:26 -08:00
Justin Borromeo
e66339cd76
Remove todos
2019-02-04 10:56:41 -08:00
Justin Borromeo
ad731a362b
Change benchmark
2019-02-04 10:55:56 -08:00
Justin Borromeo
989bd2d50e
Merge branch '6088-Create-Scan-Benchmark' into 6088-Time-Ordering-On-Scans-V2
2019-02-04 10:46:38 -08:00