-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into elastic-ingestion
- Loading branch information
Showing
116 changed files
with
245,578 additions
and
178 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<configuration> | ||
|
||
<conversionRule conversionWord="coloredLevel" converterClass="play.api.libs.logback.ColoredLevel" /> | ||
|
||
<appender name="FILE" class="ch.qos.logback.core.FileAppender"> | ||
<file>logs/application.log</file> | ||
<encoder> | ||
<pattern>%date [%level] from %logger in %thread - %message%n%xException</pattern> | ||
</encoder> | ||
</appender> | ||
|
||
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> | ||
<filter class="ch.qos.logback.classic.filter.ThresholdFilter"> | ||
<level>INFO</level> | ||
</filter> | ||
<encoder> | ||
<pattern>%coloredLevel %logger{15} - %message%n%xException{10}</pattern> | ||
</encoder> | ||
</appender> | ||
|
||
<appender name="CLIENT_FILE" class="ch.qos.logback.core.FileAppender"> | ||
<file>logs/client.log</file> | ||
<encoder> | ||
<pattern>%date [%level] - %message%n</pattern> | ||
</encoder> | ||
</appender> | ||
|
||
<!-- additivity=false ensures client log data only goes to the client log --> | ||
<logger name="client" level="INFO" additivity="false"> | ||
<appender-ref ref="CLIENT_FILE" /> | ||
</logger> | ||
<logger name="play" level="INFO" /> | ||
<logger name="application" level="DEBUG" /> | ||
<logger name="akka" level="DEBUG" /> | ||
|
||
<!-- Off these ones as they are annoying, and anyway we manage configuration ourself --> | ||
<logger name="com.avaje.ebean.config.PropertyMapLoader" level="OFF" /> | ||
<logger name="com.avaje.ebeaninternal.server.core.XmlConfigLoader" level="OFF" /> | ||
<logger name="com.avaje.ebeaninternal.server.lib.BackgroundThread" level="OFF" /> | ||
<logger name="com.gargoylesoftware.htmlunit.javascript" level="OFF" /> | ||
<logger name="io.netty" level="OFF"/> | ||
<logger name="org.asynchttpclient" level="OFF"/> | ||
|
||
<root level="DEBUG"> | ||
<appender-ref ref="STDOUT" /> | ||
<appender-ref ref="FILE" /> | ||
</root> | ||
|
||
</configuration> |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,5 +33,4 @@ class RESTSolver(val dataManager: ActorRef, | |
} | ||
} | ||
|
||
} | ||
|
||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
logs | ||
project/project | ||
project/target | ||
bin | ||
target | ||
tmp | ||
.history | ||
.sbtserver | ||
.sbtserver.* | ||
dist | ||
/.idea | ||
/*.iml | ||
/out | ||
/.idea_modules | ||
.classpath | ||
.project | ||
/RUNNING_PID | ||
.settings | ||
/project/*-shim.sbt | ||
/activator-sbt-*-shim.sbt | ||
*.iml | ||
OutputFolderPromedmail/ | ||
.DS_Store | ||
.cache-main | ||
.cache-tests | ||
.pydevproject |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Coronavirus TwitterMap Setup | ||
|
||
Follow the quick-start instructions here: [(II) Setup Twittermap on your Local Machine](https://github.com/ISG-ICS/cloudberry/wiki/quick-start#ii-setup-twittermap-on-your-local-machine) | ||
|
||
The different steps are as follows. | ||
|
||
1) In **Step 2.3: Download and ingest the synthetic sample tweets (about 100K) data into AsterixDB.** | ||
|
||
Replace **(1) Download the synthetic sample tweets (about 100K) data:** with the following commands, | ||
```bash | ||
cd ~/quick-start/cloudberry/examples/twittermap/script/ | ||
wget http://cloudberry.ics.uci.edu/img/coronavirus-tweets/sample.adm.gz | ||
``` | ||
**_Note: this will download coronavirus replated sample tweets._** | ||
|
||
2) In **Step 2.4: Start the TwitterMap Web server (in port 9001):** | ||
|
||
Use the following command to start CoronavirusTwitterMap, | ||
```bash | ||
cd ~/quick-start/cloudberry/examples/coronavirustwittermap/ | ||
sbt "project web" "run 9001" | ||
``` | ||
|
||
Now you should be able to see Coronavirus TwitterMap frontend by visiting: [http://localhost:9001](http://localhost:9001). | ||
|
||
**_Note: all other information and trouble shooting should be the same with quick-start here:_** [(II) Setup Twittermap on your Local Machine](https://github.com/ISG-ICS/cloudberry/wiki/quick-start#ii-setup-twittermap-on-your-local-machine) |
Oops, something went wrong.