Skip to content

Continue cleanup#339

Merged
JavierJia merged 5 commits intoISG-ICS:masterfrom
JavierJia:continue-cleanup
May 6, 2017
Merged

Continue cleanup#339
JavierJia merged 5 commits intoISG-ICS:masterfrom
JavierJia:continue-cleanup

Conversation

@JavierJia
Copy link
Contributor

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.

@JavierJia JavierJia requested a review from chenlica May 6, 2017 03:29
@codecov-io
Copy link

codecov-io commented May 6, 2017

Codecov Report

❗ No coverage uploaded for pull request base (master@081b66d). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #339   +/-   ##
========================================
  Coverage          ?   66.2%           
========================================
  Files             ?      53           
  Lines             ?    2521           
  Branches          ?     201           
========================================
  Hits              ?    1669           
  Misses            ?     852           
  Partials          ?       0

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 081b66d...bde6a42. Read the comment docs.

**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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"one of its NC name" -> "one of its NC names"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"ONE_OF_NC_NAME" -> "ONE_OF_NC_NAMES"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

## 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).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still don't want to call the system a "frontend application." Remove "front-end".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

got it. :-)

@JavierJia JavierJia merged commit 337e574 into ISG-ICS:master May 6, 2017
@JavierJia JavierJia deleted the continue-cleanup branch May 6, 2017 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants