Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #339 +/- ##
========================================
Coverage ? 66.2%
========================================
Files ? 53
Lines ? 2521
Branches ? 201
========================================
Hits ? 1669
Misses ? 852
Partials ? 0Continue to review full report at Codecov.
|
chenlica
reviewed
May 6, 2017
docs/quick-start.md
Outdated
| **Step 9**: Ingest twitter data to AsterixDB | ||
|
|
||
| **Step 10**: Change the Cloudberry middleware configuration to connect to this new AsterixDB cluster. You can modify the AsterixDB hostname in the configuration file `neo/conf/application.conf` and change the `asterixdb.url` value to the AsterixDB hostname. | ||
| You need to give the RESTFul API link of the AsterixDB cluster and one of its NC name to the ingestion script as following: |
Contributor
There was a problem hiding this comment.
"one of its NC name" -> "one of its NC names"
docs/quick-start.md
Outdated
| You need to give the RESTFul API link of the AsterixDB cluster and one of its NC name to the ingestion script as following: | ||
|
|
||
| ``` | ||
| ~/cloudberry> ./script/ingestAllTwitterToLocalCluster.sh http://YourAsterixDBServerIP:19002/aql ONE_OF_NC_NAME |
Contributor
There was a problem hiding this comment.
"ONE_OF_NC_NAME" -> "ONE_OF_NC_NAMES"
docs/quick-start.md
Outdated
| ## Build your own application | ||
|
|
||
| For more information about Cloudberry, please read its [documentation](/documentation). | ||
| TwitterMap is one example of how to use Cloudberry. To develop your own front-end application, please find more information in [documentation](/documentation). |
Contributor
There was a problem hiding this comment.
I still don't want to call the system a "frontend application." Remove "front-end".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix some script parameters for the ease of changing the AsterixDB URL.
Reduce the sample tweets to 47,000 records to speed up the quick start performance. And since the size is small, we store it directly in github.