[
https://issues.apache.org/jira/browse/SDAP-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345725#comment-16345725
]
ASF GitHub Bot commented on SDAP-17:
------------------------------------
fgreg commented on a change in pull request #1: SDAP-17: Working version of
Ningester
URL:
https://github.com/apache/incubator-sdap-ningester/pull/1#discussion_r164863932
##########
File path: gradle/wrapper/gradle-wrapper.properties
##########
@@ -1,6 +1,5 @@
-#Thu Oct 12 17:50:39 PDT 2017
distributionBase=GRADLE_USER_HOME
Review comment:
Needs to be in SCM. This is how the gradle wrapper works; the ./gradlew
script calls the gradle-wrapper.jar which will download gradle if not already
installed. It allows for anyone to checkout the project and run ./gradlew build
without having to first install gradle.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Redesign Ingestion to be Batch Focused
> --------------------------------------
>
> Key: SDAP-17
> URL: https://issues.apache.org/jira/browse/SDAP-17
> Project: Apache Science Data Analytics Platform
> Issue Type: Improvement
> Components: nexus
> Reporter: Frank Greguska
> Assignee: Frank Greguska
> Priority: Major
>
> Currently, NEXUS ingestion is based on a streaming model. In reality, new
> data for NEXUS appears as files, usually in regular intervals. Therefore, it
> makes more sense to ingest new data into NEXUS as batches instead of an
> always-on stream. This will also reduce the cost of the NEXUS ingestion
> system.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)