[
https://issues.apache.org/jira/browse/SDAP-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16678617#comment-16678617
]
ASF GitHub Bot commented on SDAP-165:
-------------------------------------
fgreg closed pull request #34: SDAP-165 Fix MUDROD bugs to get master branch
running
URL: https://github.com/apache/incubator-sdap-mudrod/pull/34
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/core/src/main/java/org/apache/sdap/mudrod/main/MudrodEngine.java
b/core/src/main/java/org/apache/sdap/mudrod/main/MudrodEngine.java
index 0efd3ee..48218e9 100644
--- a/core/src/main/java/org/apache/sdap/mudrod/main/MudrodEngine.java
+++ b/core/src/main/java/org/apache/sdap/mudrod/main/MudrodEngine.java
@@ -391,7 +391,7 @@ public static void main(String[] args) {
me.end();
} catch (Exception e) {
HelpFormatter formatter = new HelpFormatter();
- formatter.printHelp("MudrodEngine: 'dataDir' argument is mandatory. " +
"User must also provide an ingest method.", options, true);
+ formatter.printHelp("MudrodEngine: 'dataDir' argument is mandatory. " +
"User must also provide an ingest method.", true);
LOG.error("Error whilst parsing command line.", e);
}
}
diff --git a/core/src/main/resources/config.properties
b/core/src/main/resources/config.properties
index 5ed2504..0b45990 100644
--- a/core/src/main/resources/config.properties
+++ b/core/src/main/resources/config.properties
@@ -27,8 +27,8 @@ mudrod.spark.optimize = repartition
# Web log processing configuration
# index name has to be all lowercase
mudrod.log.index = log
-mudrod.ftp.prefix = FTP.
-mudrod.http.prefix = WWW.
+mudrod.ftp.prefix = ssl_FTP.
+mudrod.http.prefix = ssl_WWW.
mudrod.base.url = http://podaac.jpl.nasa.gov/
mudrod.black.request.list = .js, .css, .jpg, .png, .ico, image_captcha,
autocomplete, .gif, /alldata/, /api/, get / http/1.1, .jpeg, /ws/
mudrod.black.agent.list = crawler, googlebot, bingbot, slurp, yacybot,
rogerbot, yandexbot, -, apache-httpclient, java, curl
@@ -77,4 +77,4 @@ mudrod.metadata.semantic.fields =
DatasetParameter-Term,DatasetParameter-Variabl
# ontology service implementation. Possible values include EsipPortal -
EsipPortalOntology EsipCOR - EsipCOROntology Local -
org.apache.sdap.mudrod.ontology.process.Local
mudrod.ontology.implementation = Local
-mudrod.ontology.weight = 2
\ No newline at end of file
+mudrod.ontology.weight = 2
diff --git
a/core/src/test/java/org/apache/sdap/mudrod/weblog/structure/TestApacheAccessLog.java
b/core/src/test/java/org/apache/sdap/mudrod/weblog/structure/TestApacheAccessLog.java
index e1453a5..b4aebed 100644
---
a/core/src/test/java/org/apache/sdap/mudrod/weblog/structure/TestApacheAccessLog.java
+++
b/core/src/test/java/org/apache/sdap/mudrod/weblog/structure/TestApacheAccessLog.java
@@ -23,6 +23,7 @@
import java.net.URL;
import java.text.ParseException;
import java.util.Properties;
+import org.apache.sdap.mudrod.weblog.structure.log.ApacheAccessLog;
import static org.junit.Assert.assertNotEquals;
----------------------------------------------------------------
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]
> Fix MUDROD bugs to get master branch running
> --------------------------------------------
>
> Key: SDAP-165
> URL: https://issues.apache.org/jira/browse/SDAP-165
> Project: Apache Science Data Analytics Platform
> Issue Type: Bug
> Components: mudrod
> Reporter: Elizabeth Yam
> Assignee: Elizabeth Yam
> Priority: Major
>
> Current master branch does not work as is. Missing import statements, prints
> command line options during ingest, and expecting the wrong filename
> convention in config properties.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)