Clint Wylie
4d277dbf99
Fix double count ssl connection metrics ( #9594 )
...
* fix double counted jetty/numOpenConnections metric for ssl connections
* tests
* more better
* style
2020-04-03 23:29:23 -07:00
Maytas Monsereenusorn
e9888f41cb
Modify check java version script to indicate experimental support for Java 11 ( #9455 )
...
* Modify check java version script to indicate experimental support for Java 11
* update docs
2020-03-11 09:22:39 -07:00
Chi Cao Minh
26eeba636a
Make java version check work on all shells ( #9376 )
...
* Make java version check work on all shells
Previously, "perl verify-java" would fail on shells like zsh, which
would cause the quickstart scripts (e.g., bin/start-micro-quickstart) to
fail unless the DRUID_SKIP_JAVA_SKIP environment variable is set.
* Support dash (ubuntu)
2020-02-19 13:44:00 -08:00
Suneet Saldanha
3325da1718
Allow startup scripts to specify java home ( #9021 )
...
* Allow startup scripts to specify java home
The startup scripts now look for java in 3 locations. The order is from
most related to druid to least, ie
${DRUID_JAVA_HOME}
${JAVA_HOME}
${PATH}
* Update fn names and clean up code
* final round of fixes
* fix spellcheck
2019-12-12 21:36:00 -08:00
Gian Merlino
adb72fe8d5
Improve verify-default-ports to check both INADDR_ANY and 127.0.0.1. ( #8942 )
2019-11-26 16:05:15 -08:00
Gian Merlino
e70b71c90f
Fix verify script. ( #8798 )
...
Accidentally missed some quote escaping in #8794 .
2019-10-30 23:30:01 -07:00
Gian Merlino
edb3b00d26
Startup scripts: verify Java 8 (exactly), improve port/java verification messages. ( #8794 )
...
* Startup scripts: verify Java 8 (exactly), improve port/java verification messages.
Java 11 compatibility isn't fully baked yet (users have reported various
issues on Java 11), so block startup with an error message unless Java 8
is found. Allow overriding this decision with an environment variable.
* Message adjustments.
2019-10-30 22:37:05 -07:00
Gian Merlino
c922d2c3c9
Use bundled ZooKeeper in tutorials. ( #8792 )
2019-10-30 16:17:28 -07:00
Benedict Jin
ec836ae8f8
Fix result of division may be truncated ( #8355 )
...
* Fix result of division may be truncated
* Refactoring
* Patch comments
2019-09-06 14:45:52 -07:00
Jonathan Wei
c626452b47
Add nano-quickstart single server example configuration ( #8390 )
...
* Add nano-quickstart single server example configuration
* Use two workers
* Shrink processing buffers
2019-08-24 22:07:20 -07:00
Clint Wylie
71997c16a2
switch links from druid.io to druid.apache.org ( #7914 )
...
* switch links from druid.io to druid.apache.org
* fix it
2019-06-18 09:06:27 -07:00
Jonathan Wei
d667655871
Add basic tuning guide, getting started page, updated clustering docs ( #7629 )
...
* Add basic tuning guide, getting started page, updated clustering docs
* Add note about caching, fix tutorial paths
* Adjust hadoop wording
* Add license
* Tweak
* Shrink overlord heaps, fix tutorial urls
* Tweak xlarge peon, update peon sizing
* Update Data peon buffer size
* Fix cluster start scripts
* Add upper level _common to classpath
* Fix cluster data/query confs
* Address PR comments
* Elaborate on connection pools
* PR comments
* Increase druid.broker.http.maxQueuedBytes
* Add guidelines for broker backpressure
* PR comments
2019-05-16 11:13:48 -07:00
Jonathan Wei
7c2ca474da
Add single-machine deployment example cfgs and scripts ( #7590 )
...
* Add single-machine deployment example cfgs and scripts
* Add (8u92+)
* Use combined coordinator-overlord for single machine confs
* RAT fix
2019-05-06 19:11:13 -07:00
Justin Borromeo
c7082ba36e
Added friendlier dsql error message for 405 (which occurs when druid.sql.enabled=false) ( #7112 )
...
* Added friendlier error message for dsql 405
* no extra char
* Changed error message
* fixed weird spacing
2019-02-27 20:40:30 -08:00
Gian Merlino
ac4c7e21a2
Enhancements to dsql. ( #6929 )
...
- CLI history, basic autocomplete through deadline.
- Include timeout in query context.
- Group CLI options into... groups.
2019-01-28 17:02:43 -08:00
Jonathan Wei
8382764900
Remove unused bin/init script, conf-quickstart reference ( #6520 )
2018-10-26 11:30:01 -07:00
Michael Trelinski
aef1b39762
Update init ( #6514 )
...
Fix bin/init to source from proper directory.
2018-10-25 13:40:23 -07:00
Slim Bouguerra
028354eea8
Adding licenses and enable apache-rat-plugin. ( #6215 )
...
* Adding licenses and enable apache-rat-plugi.
Change-Id: I4685a2d9f1e147855dba69329b286f2d5bee3c18
* restore the copywrite of demo_table and add it to the list of allowed ones
Change-Id: I2a9efde6f4b984bc1ac90483e90d98e71f818a14
* revirew comments
Change-Id: I0256c930b7f9a5bb09b44b5e7a149e6ec48cb0ca
* more fixup
Change-Id: I1355e8a2549e76cd44487abec142be79bec59de2
* align
Change-Id: I70bc47ecb577bdf6b91639dd91b6f5642aa6b02f
2018-09-18 08:39:26 -07:00
Gian Merlino
431d3d8497
Rename io.druid to org.apache.druid. ( #6266 )
...
* Rename io.druid to org.apache.druid.
* Fix META-INF files and remove some benchmark results.
* MonitorsConfig update for metrics package migration.
* Reorder some dimensions in inner queries for some reason.
* Fix protobuf tests.
2018-08-30 09:56:26 -07:00
Jonathan Wei
24f2e8ba26
New quickstart and tutorials ( #6126 )
...
* New quickstart and tutorials
* PR comments
* Fix tranquility
2018-08-09 14:37:52 -06:00
Gian Merlino
04ea3c9f8c
Update license headers. ( #5976 )
...
* Update license headers.
For compliance with http://www.apache.org/legal/src-headers.html .
* More license adjustments.
* Fix mistakenly edited package line.
2018-07-11 09:55:18 -07:00
Nishant Bangarwa
e538aa227b
use java pointed by JAVA_HOME if JAVA_HOME is explicitly set ( #5186 )
2017-12-20 21:38:09 -06:00
tkyaw
8c8759da03
Append instead of create log file so that it is possible to logrotate. ( #4644 )
2017-08-03 14:29:15 -07:00
Nishant
351d570684
Improve startup script - create PID and LOG dir if they do not exist ( #3808 )
2017-01-02 09:20:22 -08:00
Nishant
93c34d3c3f
Ability to add hadoop config directory via environment variable ( #3781 )
2016-12-16 11:19:15 -08:00
kaijianding
f1dee037d6
fix 'No Such File' error when execute script out of druid installation directory ( #3517 )
2016-11-01 09:57:09 -07:00
Nishant
94b3c74cdc
Druid launch script improvements ( #3175 )
...
* Add status command to launch scripts
* make druid init script to pick up config directories from environment variables
make druid init script to pick up config directories from environment
variables
2016-06-24 15:02:34 -07:00
Charles Allen
2863adef60
Add jconsole.sh example script for connecting ( #2947 )
...
* Can change logging at run-time
2016-05-16 15:37:15 -07:00
Walton Seymour
13a2b265a5
Adds init scripts ( #2939 )
2016-05-10 09:00:13 -07:00
fjy
1aa363cea7
new quickstart
2016-02-04 09:37:38 -08:00
Bingkun Guo
4914925d65
New extension loading mechanism
...
1) Remove maven client from downloading extensions at runtime.
2) Provide a way to load Druid extensions and hadoop dependencies through file system.
3) Refactor pull-deps so that it can download extensions into extension directories.
4) Add documents on how to use this new extension loading mechanism.
5) Change the way how Druid tarball is generated. Now all the extensions + hadoop-client 2.3.0
are packaged within the Druid tarball.
2015-10-21 14:22:36 -05:00
David Lim
f42f6247ee
Modified the Twitter firehose to process more properties
...
Add dimensions such as screen name, retweet and verified booleans,
source, location, and originator information to support additional
analytics.
2015-09-25 00:21:15 -06:00
David Lim
13e808368f
Disable metadata publishing attempt in example script
...
Example config no-ops DataSegmentPusher and DataSegmentAnnouncer but
still binds SegmentPublisher to MetadataSegmentPublisher which was
throwing exceptions when it tried to publish and no DB was configured.
Setting this binds NoopSegmentPublisher instead.
2015-09-16 15:57:04 -07:00
Gian Merlino
5ca440ff15
run_druid_server.sh
2015-08-18 18:32:33 -07:00
Gian Merlino
601cd82987
Use local repository instead of maven central:
...
- Use local repo in run_example_server.
- Add extensions-repo to common.runtime.properties for the tarball.
2015-08-18 18:32:33 -07:00
fjy
0074138bb9
fix versions in tutorials
2015-07-15 16:18:16 -07:00
Charles Allen
27e25fe513
fix IRCFirehoseFactory json name/nick mismatch
...
* Now it is nick as per wikipedia example
2015-05-01 12:35:44 -07:00
fjy
4575c5378c
Rework the druid docs
2015-04-21 10:11:11 -07:00
Fangjin Yang
40cb702079
Merge pull request #1242 from andrewserff/master
...
twitter_runtime.spec example does not work
2015-03-26 10:03:06 -07:00
nishantmonu51
99bf430844
fix examples and doc
2015-03-26 19:01:10 +05:30
Andrew Serff
518b42c900
Updated the twitter_runtime.spec so that it works and includes geospatial indexs
2015-03-25 16:21:43 -06:00
fjy
6a47c1530c
update versions to prepare for rc release
2015-03-19 11:39:38 -07:00
James Estes
9cb5d9bd00
Various improvements to the tutorial and building experience.
...
- Improve geo ip download stability
- Retry default geo ip download if corrupt
- Clarify docs on building & where to get artifact
2015-02-25 18:49:16 -07:00
fjy
46bd614d63
fix broken links
2015-02-24 20:14:17 -08:00
James Estes
562de6c621
Update docs and examples for log4j2 usage.
...
- Put configs early in classpath in examples so log4j2.xml will get picked up properly
- Add an example log4j2.xml file.
- Update Logging doc.
2015-02-19 11:40:56 -07:00
Xavier Léauté
8e33e58422
rename Druid binary assembly
2015-02-18 17:42:55 -08:00
Xavier Léauté
19e11ae601
Use default ports in examples
2015-02-18 11:46:27 -08:00
Xavier Léauté
cff218ee20
update example + tutorial for kafka 0.8
2015-02-17 23:58:51 -08:00
fjy
3fab045b2d
Go through and fix mistakes in tutorials and docs
2015-02-17 15:21:16 -08:00
fjy
13de51494e
update versions in tutorials and docs
2015-02-12 16:11:31 -08:00