[GitHub] [incubator-sdap-nexus] tloubrieu-jpl commented on a change in pull request #101: SDAP-249 : add solr time out client argument to webapp, use it in the data acces…

2020-06-22 Thread GitBox
tloubrieu-jpl commented on a change in pull request #101: URL: https://github.com/apache/incubator-sdap-nexus/pull/101#discussion_r443916050 ## File path: analysis/webservice/webapp.py ## @@ -156,6 +155,23 @@ def async_callback(self, result): if hasattr(result,

[GitHub] [incubator-sdap-nexus] tloubrieu-jpl commented on a change in pull request #101: SDAP-249 : add solr time out client argument to webapp, use it in the data acces…

2020-06-22 Thread GitBox
tloubrieu-jpl commented on a change in pull request #101: URL: https://github.com/apache/incubator-sdap-nexus/pull/101#discussion_r443915590 ## File path: analysis/webservice/algorithms/doms/DomsInitialization.py ## @@ -49,6 +49,7 @@ def init(self, config):

[GitHub] [incubator-sdap-ingester] eamonford merged pull request #2: Add granule ingester code to this repo

2020-06-22 Thread GitBox
eamonford merged pull request #2: URL: https://github.com/apache/incubator-sdap-ingester/pull/2 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-sdap-ingester] eamonford commented on pull request #2: Add granule ingester code to this repo

2020-06-22 Thread GitBox
eamonford commented on pull request #2: URL: https://github.com/apache/incubator-sdap-ingester/pull/2#issuecomment-647831077 I will add some documentation to the readme file. This is an automated message from the Apache Git

[GitHub] [incubator-sdap-ingester] eamonford commented on pull request #2: Add granule ingester code to this repo

2020-06-22 Thread GitBox
eamonford commented on pull request #2: URL: https://github.com/apache/incubator-sdap-ingester/pull/2#issuecomment-647830877 @tloubrieu-jpl the reason there is both `conda_requirements.txt` and `requirements.txt` is because: 1) `setup.py` is using conda instead of pip to install most

[GitHub] [incubator-sdap-ingester] eamonford opened a new pull request #4: SDAP-237 Dockerize Collection Manager

2020-06-22 Thread GitBox
eamonford opened a new pull request #4: URL: https://github.com/apache/incubator-sdap-ingester/pull/4 https://issues.apache.org/jira/browse/SDAP-237 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-sdap-ingester] eamonford merged pull request #3: Bug fixes

2020-06-22 Thread GitBox
eamonford merged pull request #3: URL: https://github.com/apache/incubator-sdap-ingester/pull/3 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-sdap-nexus] eamonford closed pull request #48: SDAP-158 changes from SDAP-149 + Spark imaging algorithms

2020-06-22 Thread GitBox
eamonford closed pull request #48: URL: https://github.com/apache/incubator-sdap-nexus/pull/48 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-sdap-nexus] eamonford closed pull request #8: SDAP-40 Update Spark Time Series algorithm to handle multiple time steps per tile

2020-06-22 Thread GitBox
eamonford closed pull request #8: URL: https://github.com/apache/incubator-sdap-nexus/pull/8 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [incubator-sdap-nexus] eamonford closed pull request #52: SDAP-149: Generate images directly from data

2020-06-22 Thread GitBox
eamonford closed pull request #52: URL: https://github.com/apache/incubator-sdap-nexus/pull/52 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-sdap-nexus] eamonford merged pull request #102: SDAP-253 MaximaMinima Algorithm

2020-06-22 Thread GitBox
eamonford merged pull request #102: URL: https://github.com/apache/incubator-sdap-nexus/pull/102 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-sdap-nexus] eamonford merged pull request #98: Performance metrics logging

2020-06-22 Thread GitBox
eamonford merged pull request #98: URL: https://github.com/apache/incubator-sdap-nexus/pull/98 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-sdap-ingester] eamonford opened a new pull request #3: Bug fixes

2020-06-22 Thread GitBox
eamonford opened a new pull request #3: URL: https://github.com/apache/incubator-sdap-ingester/pull/3 This PR fixes the following bugs: https://issues.apache.org/jira/browse/SDAP-254 https://issues.apache.org/jira/browse/SDAP-255 https://issues.apache.org/jira/browse/SDAP-256

[GitHub] [incubator-sdap-nexus] mayadebellis opened a new pull request #102: SDAP-253 MaximaMinima Algorithm

2020-06-22 Thread GitBox
mayadebellis opened a new pull request #102: URL: https://github.com/apache/incubator-sdap-nexus/pull/102 Specified by ECCO scientists /maxMin will return a map of maxima and minima as well as a map of the maxima and minima of the absolute values of the data Ticket:

[GitHub] [incubator-sdap-ingester] eamonford commented on a change in pull request #1: SDAP-234: Test suite

2020-06-18 Thread GitBox
eamonford commented on a change in pull request #1: URL: https://github.com/apache/incubator-sdap-ingester/pull/1#discussion_r442537902 ## File path: collection_manager/tests/services/test_CollectionWatcher.py ## @@ -0,0 +1,203 @@ +import os +import tempfile +import time

[GitHub] [incubator-sdap-ingester] tloubrieu-jpl commented on a change in pull request #1: SDAP-234: Test suite

2020-06-18 Thread GitBox
tloubrieu-jpl commented on a change in pull request #1: URL: https://github.com/apache/incubator-sdap-ingester/pull/1#discussion_r442537460 ## File path: collection_manager/tests/services/test_CollectionWatcher.py ## @@ -0,0 +1,203 @@ +import os +import tempfile +import time

[GitHub] [incubator-sdap-ingester] eamonford commented on a change in pull request #1: SDAP-234: Test suite

2020-06-17 Thread GitBox
eamonford commented on a change in pull request #1: URL: https://github.com/apache/incubator-sdap-ingester/pull/1#discussion_r441902633 ## File path: collection_manager/tests/services/test_CollectionWatcher.py ## @@ -0,0 +1,203 @@ +import os +import tempfile +import time

[GitHub] [incubator-sdap-ingester] eamonford opened a new pull request #2: Add granule ingester code to this repo

2020-06-17 Thread GitBox
eamonford opened a new pull request #2: URL: https://github.com/apache/incubator-sdap-ingester/pull/2 https://issues.apache.org/jira/browse/SDAP-245 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-sdap-ingester] tloubrieu-jpl commented on a change in pull request #1: SDAP-234: Test suite

2020-06-17 Thread GitBox
tloubrieu-jpl commented on a change in pull request #1: URL: https://github.com/apache/incubator-sdap-ingester/pull/1#discussion_r441176767 ## File path: collection_manager/tests/services/test_CollectionWatcher.py ## @@ -0,0 +1,203 @@ +import os +import tempfile +import time

[GitHub] [incubator-sdap-nexus] eamonford commented on a change in pull request #101: SDAP-249 : add solr time out client argument to webapp, use it in the data acces…

2020-06-17 Thread GitBox
eamonford commented on a change in pull request #101: URL: https://github.com/apache/incubator-sdap-nexus/pull/101#discussion_r441780658 ## File path: analysis/webservice/algorithms/doms/DomsInitialization.py ## @@ -49,6 +49,7 @@ def init(self, config):

[GitHub] [incubator-sdap-nexus] tloubrieu-jpl opened a new pull request #101: SDAP-249 : add solr time out client argument to webapp, use it in the data acces…

2020-06-16 Thread GitBox
tloubrieu-jpl opened a new pull request #101: URL: https://github.com/apache/incubator-sdap-nexus/pull/101 …s configuration As described in jira ticket SDAP-249 This is an automated message from the Apache Git

[GitHub] [incubator-sdap-nexus] tloubrieu-jpl closed pull request #100: #249 (add solr client time out argument for webapp driver)

2020-06-16 Thread GitBox
tloubrieu-jpl closed pull request #100: URL: https://github.com/apache/incubator-sdap-nexus/pull/100 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-sdap-nexus] tloubrieu-jpl opened a new pull request #100: #249 (add solr client time out argument for webapp driver)

2020-06-15 Thread GitBox
tloubrieu-jpl opened a new pull request #100: URL: https://github.com/apache/incubator-sdap-nexus/pull/100 This pull request implements https://issues.apache.org/jira/browse/SDAP-249 The helm chart is not updated to use the new parameter

[GitHub] [incubator-sdap-ingester] eamonford opened a new pull request #1: SDAP-234: Test suite

2020-06-15 Thread GitBox
eamonford opened a new pull request #1: URL: https://github.com/apache/incubator-sdap-ingester/pull/1 This adds more test coverage to the collection_manager package. This is an automated message from the Apache Git Service.

[GitHub] [incubator-sdap-nexus] ntquach merged pull request #99: SDAP-242: Add updates to ESRI/SDAP Integration

2020-06-01 Thread GitBox
ntquach merged pull request #99: URL: https://github.com/apache/incubator-sdap-nexus/pull/99 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [incubator-sdap-nexus] yepremyana opened a new pull request #99: SDAP-242: Add updates to ESRI/SDAP Integration

2020-05-29 Thread GitBox
yepremyana opened a new pull request #99: URL: https://github.com/apache/incubator-sdap-nexus/pull/99 https://issues.apache.org/jira/browse/SDAP-242 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-sdap-nexus] eamonford opened a new pull request #98: Performance metrics logging

2020-05-18 Thread GitBox
eamonford opened a new pull request #98: URL: https://github.com/apache/incubator-sdap-nexus/pull/98 #SDAP-232 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-sdap-nexus] dependabot[bot] commented on pull request #87: Bump pillow from 5.0.0 to 6.2.0 in /analysis

2020-05-07 Thread GitBox
dependabot[bot] commented on pull request #87: URL: https://github.com/apache/incubator-sdap-nexus/pull/87#issuecomment-625495378 Looks like pillow is up-to-date now, so this is no longer needed. This is an automated

[GitHub] [incubator-sdap-nexus] dependabot[bot] commented on pull request #86: Bump pyyaml from 3.12 to 5.1 in /analysis

2020-05-07 Thread GitBox
dependabot[bot] commented on pull request #86: URL: https://github.com/apache/incubator-sdap-nexus/pull/86#issuecomment-625495381 Looks like pyyaml is no longer a dependency, so this is no longer needed. This is an

[GitHub] [incubator-sdap-nexus] dependabot[bot] commented on pull request #85: Bump pyyaml from 3.12 to 5.1 in /data-access

2020-05-07 Thread GitBox
dependabot[bot] commented on pull request #85: URL: https://github.com/apache/incubator-sdap-nexus/pull/85#issuecomment-625495379 Looks like pyyaml is no longer a dependency, so this is no longer needed. This is an

[GitHub] [incubator-sdap-nexus] jjacob7734 merged pull request #93: SDAP-220: temporal variance algorithm

2020-04-06 Thread GitBox
jjacob7734 merged pull request #93: SDAP-220: temporal variance algorithm URL: https://github.com/apache/incubator-sdap-nexus/pull/93 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-sdap-nexusproto] ntquach merged pull request #5: SDAP-229: Ecco support

2020-03-24 Thread GitBox
ntquach merged pull request #5: SDAP-229: Ecco support URL: https://github.com/apache/incubator-sdap-nexusproto/pull/5 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-sdap-nexusproto] eamonford opened a new pull request #5: SDAP-227: Ecco support

2020-03-24 Thread GitBox
eamonford opened a new pull request #5: SDAP-227: Ecco support URL: https://github.com/apache/incubator-sdap-nexusproto/pull/5 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-sdap-nexus] ntquach merged pull request #97: SDAP-228 Optional rootwebpage

2020-03-19 Thread GitBox
ntquach merged pull request #97: SDAP-228 Optional rootwebpage URL: https://github.com/apache/incubator-sdap-nexus/pull/97 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-sdap-nexus] eamonford opened a new pull request #97: SDAP-228 Optional rootwebpage

2020-03-19 Thread GitBox
eamonford opened a new pull request #97: SDAP-228 Optional rootwebpage URL: https://github.com/apache/incubator-sdap-nexus/pull/97 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-sdap-ningester] ntquach merged pull request #14: SDAP-227 Support indexed latlon

2020-03-19 Thread GitBox
ntquach merged pull request #14: SDAP-227 Support indexed latlon URL: https://github.com/apache/incubator-sdap-ningester/pull/14 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-sdap-ningester] eamonford opened a new pull request #14: Support indexed latlon

2020-03-19 Thread GitBox
eamonford opened a new pull request #14: Support indexed latlon URL: https://github.com/apache/incubator-sdap-ningester/pull/14 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-sdap-ningesterpy] ntquach merged pull request #12: SDAP-227 Support indexed latlon

2020-03-19 Thread GitBox
ntquach merged pull request #12: SDAP-227 Support indexed latlon URL: https://github.com/apache/incubator-sdap-ningesterpy/pull/12 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-sdap-nexus] ntquach merged pull request #96: SDAP-226: pass in the configured number of zookeeper replicas to zook…

2020-03-17 Thread GitBox
ntquach merged pull request #96: SDAP-226: pass in the configured number of zookeeper replicas to zook… URL: https://github.com/apache/incubator-sdap-nexus/pull/96 This is an automated message from the Apache Git Service.

[GitHub] [incubator-sdap-nexus] eamonford opened a new pull request #96: SDAP-226: pass in the configured number of zookeeper replicas to zook…

2020-03-17 Thread GitBox
eamonford opened a new pull request #96: SDAP-226: pass in the configured number of zookeeper replicas to zook… URL: https://github.com/apache/incubator-sdap-nexus/pull/96 …eeper container args This is an automated message

[GitHub] [incubator-sdap-nexus] jjacob7734 merged pull request #95: SDAP 219

2020-03-12 Thread GitBox
jjacob7734 merged pull request #95: SDAP 219 URL: https://github.com/apache/incubator-sdap-nexus/pull/95 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-sdap-nexus] yepremyana commented on a change in pull request #94: Sdap 223

2020-03-11 Thread GitBox
yepremyana commented on a change in pull request #94: Sdap 223 URL: https://github.com/apache/incubator-sdap-nexus/pull/94#discussion_r391127612 ## File path: integrations/esri/README.md ## @@ -0,0 +1,36 @@ +# SDAP ArcGIS Tools + +Toolbox and scripts for utilizing SDAP

[GitHub] [incubator-sdap-nexus] eamonford commented on a change in pull request #94: Sdap 223

2020-03-11 Thread GitBox
eamonford commented on a change in pull request #94: Sdap 223 URL: https://github.com/apache/incubator-sdap-nexus/pull/94#discussion_r391110901 ## File path: integrations/esri/README.md ## @@ -0,0 +1,36 @@ +# SDAP ArcGIS Tools + +Toolbox and scripts for utilizing SDAP

[GitHub] [incubator-sdap-nexus] eamonford opened a new pull request #95: SDAP 219

2020-03-10 Thread GitBox
eamonford opened a new pull request #95: SDAP 219 URL: https://github.com/apache/incubator-sdap-nexus/pull/95 Add helm readme file This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-sdap-nexus] yepremyana opened a new pull request #94: Sdap 223

2020-03-05 Thread GitBox
yepremyana opened a new pull request #94: Sdap 223 URL: https://github.com/apache/incubator-sdap-nexus/pull/94 Refer to Jira ticket 223 for more information This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-sdap-nexus] jjacob7734 merged pull request #92: SDAP-222: Add support for nodeSelectors and tolerations in the Helm chart

2020-03-02 Thread GitBox
jjacob7734 merged pull request #92: SDAP-222: Add support for nodeSelectors and tolerations in the Helm chart URL: https://github.com/apache/incubator-sdap-nexus/pull/92 This is an automated message from the Apache Git

[GitHub] [incubator-sdap-nexus] jjacob7734 commented on issue #91: SDAP-221: Add Helm configuration value to enable/disable nginx-ingress subchart installation

2020-03-02 Thread GitBox
jjacob7734 commented on issue #91: SDAP-221: Add Helm configuration value to enable/disable nginx-ingress subchart installation URL: https://github.com/apache/incubator-sdap-nexus/pull/91#issuecomment-593564996 SDAP-221: Add Helm configuration value to enable/disable nginx-ingress

[GitHub] [incubator-sdap-nexus] jjacob7734 closed pull request #91: SDAP-221: Add Helm configuration value to enable/disable nginx-ingress subchart installation

2020-03-02 Thread GitBox
jjacob7734 closed pull request #91: SDAP-221: Add Helm configuration value to enable/disable nginx-ingress subchart installation URL: https://github.com/apache/incubator-sdap-nexus/pull/91 This is an automated message from

[GitHub] [incubator-sdap-nexus] jjacob7734 merged pull request #91: SDAP-221: Add Helm configuration value to enable/disable nginx-ingress subchart installation

2020-03-02 Thread GitBox
jjacob7734 merged pull request #91: SDAP-221: Add Helm configuration value to enable/disable nginx-ingress subchart installation URL: https://github.com/apache/incubator-sdap-nexus/pull/91 This is an automated message from

[GitHub] [incubator-sdap-nexus] eamonford opened a new pull request #91: SDAP-221: Add Helm configuration value to enable/disable nginx-ingress subchart installation

2020-03-02 Thread GitBox
eamonford opened a new pull request #91: SDAP-221: Add Helm configuration value to enable/disable nginx-ingress subchart installation URL: https://github.com/apache/incubator-sdap-nexus/pull/91 This is an automated message

[GitHub] [incubator-sdap-nexus] fgreg commented on issue #91: SDAP-221: Add Helm configuration value to enable/disable nginx-ingress subchart installation

2020-03-02 Thread GitBox
fgreg commented on issue #91: SDAP-221: Add Helm configuration value to enable/disable nginx-ingress subchart installation URL: https://github.com/apache/incubator-sdap-nexus/pull/91#issuecomment-593561065 Sounds good to me. I think there is value in having a `ingress-setup.md`. It would

[GitHub] [incubator-sdap-nexus] eamonford commented on issue #91: SDAP-221: Add Helm configuration value to enable/disable nginx-ingress subchart installation

2020-03-02 Thread GitBox
eamonford commented on issue #91: SDAP-221: Add Helm configuration value to enable/disable nginx-ingress subchart installation URL: https://github.com/apache/incubator-sdap-nexus/pull/91#issuecomment-593551035 After reading your feedback and discussing with @ntquach, I've decided the

[GitHub] [incubator-sdap-nexus] mayadebellis opened a new pull request #93: SDAP-220: add data anomaly algorithm

2020-03-02 Thread GitBox
mayadebellis opened a new pull request #93: SDAP-220: add data anomaly algorithm URL: https://github.com/apache/incubator-sdap-nexus/pull/93 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-sdap-nexus] eamonford opened a new pull request #92: SDAP-222: Add support for nodeSelectors and tolerations in the Helm chart

2020-02-27 Thread GitBox
eamonford opened a new pull request #92: SDAP-222: Add support for nodeSelectors and tolerations in the Helm chart URL: https://github.com/apache/incubator-sdap-nexus/pull/92 This is an automated message from the Apache Git

[GitHub] [incubator-sdap-nexus] eamonford opened a new pull request #91: SDAP-221: Add Helm configuration value to enable/disable nginx-ingress subchart installation

2020-02-26 Thread GitBox
eamonford opened a new pull request #91: SDAP-221: Add Helm configuration value to enable/disable nginx-ingress subchart installation URL: https://github.com/apache/incubator-sdap-nexus/pull/91 This is an automated message

[GitHub] [incubator-sdap-nexus] tloubrieu-jpl commented on issue #90: SDAP 218: bug correction on start/end date from nexcusli.dataset_list()

2020-02-20 Thread GitBox
tloubrieu-jpl commented on issue #90: SDAP 218: bug correction on start/end date from nexcusli.dataset_list() URL: https://github.com/apache/incubator-sdap-nexus/pull/90#issuecomment-589450172 I did the change, apparently you were notified. Thanks.

[GitHub] [incubator-sdap-nexus] fgreg merged pull request #90: SDAP 218: bug correction on start/end date from nexcusli.dataset_list()

2020-02-20 Thread GitBox
fgreg merged pull request #90: SDAP 218: bug correction on start/end date from nexcusli.dataset_list() URL: https://github.com/apache/incubator-sdap-nexus/pull/90 This is an automated message from the Apache Git Service.

[GitHub] [incubator-sdap-nexus] fgreg merged pull request #89: SDAP-216: Update the quickstart guide

2020-02-20 Thread GitBox
fgreg merged pull request #89: SDAP-216: Update the quickstart guide URL: https://github.com/apache/incubator-sdap-nexus/pull/89 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-sdap-nexus] tloubrieu-jpl opened a new pull request #90: SDAP 218: bug correction on start/end date from nexcusli.dataset_list()

2020-02-20 Thread GitBox
tloubrieu-jpl opened a new pull request #90: SDAP 218: bug correction on start/end date from nexcusli.dataset_list() URL: https://github.com/apache/incubator-sdap-nexus/pull/90 The function was converting date timestamp to iso format assuming the timestamp was in millisecond.

[GitHub] [incubator-sdap-nexus] jjacob7734 commented on issue #89: Sdap 216

2020-02-20 Thread GitBox
jjacob7734 commented on issue #89: Sdap 216 URL: https://github.com/apache/incubator-sdap-nexus/pull/89#issuecomment-589273413 This does address all the places where I noticed the Quickstart guide diverged from reality a bit. Requested a review from Frank who prepared the original

[GitHub] [incubator-sdap-nexus] tloubrieu-jpl opened a new pull request #89: Sdap 216

2020-02-13 Thread GitBox
tloubrieu-jpl opened a new pull request #89: Sdap 216 URL: https://github.com/apache/incubator-sdap-nexus/pull/89 A few updated in the quickstart guide for a single node installation after I have tested the deployment on my laptop.

[GitHub] [incubator-sdap-mudrod] JLLeitschuh opened a new pull request #52: [SECURITY] Use HTTPS to resolve dependencies in Maven Build

2020-02-10 Thread GitBox
JLLeitschuh opened a new pull request #52: [SECURITY] Use HTTPS to resolve dependencies in Maven Build URL: https://github.com/apache/incubator-sdap-mudrod/pull/52

[GitHub] [incubator-sdap-ningesterpy] fgreg commented on issue #12: Support indexed latlon

2020-02-05 Thread GitBox
fgreg commented on issue #12: Support indexed latlon URL: https://github.com/apache/incubator-sdap-ningesterpy/pull/12#issuecomment-582685184 Do you have a JIRA ticket for it? Can you add it to the PR name This is an

[GitHub] [incubator-sdap-ningesterpy] eamonford commented on issue #12: Support indexed latlon

2020-02-05 Thread GitBox
eamonford commented on issue #12: Support indexed latlon URL: https://github.com/apache/incubator-sdap-ningesterpy/pull/12#issuecomment-582684410 > Awesome. Looks like with this change the name of the dimension does not need to match the name of the coordinate variable anymore. Is that

[GitHub] [incubator-sdap-ningesterpy] fgreg commented on issue #12: Support indexed latlon

2020-02-05 Thread GitBox
fgreg commented on issue #12: Support indexed latlon URL: https://github.com/apache/incubator-sdap-ningesterpy/pull/12#issuecomment-582683805 Awesome. Looks like with this change the name of the dimension does not need to match the name of the coordinate variable anymore. Is that right?

[GitHub] [incubator-sdap-ningesterpy] eamonford opened a new pull request #12: Support indexed latlon

2020-02-05 Thread GitBox
eamonford opened a new pull request #12: Support indexed latlon URL: https://github.com/apache/incubator-sdap-ningesterpy/pull/12 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-sdap-nexus] eamonford commented on a change in pull request #88: SDAP-215 Use k8s as Spark scheduler and create helm chart

2020-01-22 Thread GitBox
eamonford commented on a change in pull request #88: SDAP-215 Use k8s as Spark scheduler and create helm chart URL: https://github.com/apache/incubator-sdap-nexus/pull/88#discussion_r369875545 ## File path: analysis/webservice/algorithms/doms/domsconfig.ini ## @@ -1,5

[GitHub] [incubator-sdap-nexus] eamonford commented on a change in pull request #88: SDAP-215 Use k8s as Spark scheduler and create helm chart

2020-01-22 Thread GitBox
eamonford commented on a change in pull request #88: SDAP-215 Use k8s as Spark scheduler and create helm chart URL: https://github.com/apache/incubator-sdap-nexus/pull/88#discussion_r369874390 ## File path: helm/templates/ingress.yaml ## @@ -0,0 +1,26 @@ +apiVersion:

[GitHub] [incubator-sdap-edge] lewismc merged pull request #10: SDAP-214 Simplify EDGE directory structure

2019-12-02 Thread GitBox
lewismc merged pull request #10: SDAP-214 Simplify EDGE directory structure URL: https://github.com/apache/incubator-sdap-edge/pull/10 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-sdap-nexus] fgreg commented on a change in pull request #88: SDAP-215 Use k8s as Spark scheduler and create helm chart

2019-12-02 Thread GitBox
fgreg commented on a change in pull request #88: SDAP-215 Use k8s as Spark scheduler and create helm chart URL: https://github.com/apache/incubator-sdap-nexus/pull/88#discussion_r352887919 ## File path: helm/templates/solr.yml ## @@ -0,0 +1,59 @@ +apiVersion: v1 +kind:

[GitHub] [incubator-sdap-nexus] fgreg commented on a change in pull request #88: SDAP-215 Use k8s as Spark scheduler and create helm chart

2019-12-02 Thread GitBox
fgreg commented on a change in pull request #88: SDAP-215 Use k8s as Spark scheduler and create helm chart URL: https://github.com/apache/incubator-sdap-nexus/pull/88#discussion_r352895731 ## File path: helm/templates/ingress.yaml ## @@ -0,0 +1,26 @@ +apiVersion:

[GitHub] [incubator-sdap-nexus] fgreg commented on a change in pull request #88: SDAP-215 Use k8s as Spark scheduler and create helm chart

2019-12-02 Thread GitBox
fgreg commented on a change in pull request #88: SDAP-215 Use k8s as Spark scheduler and create helm chart URL: https://github.com/apache/incubator-sdap-nexus/pull/88#discussion_r352889616 ## File path: Dockerfile ## @@ -0,0 +1,120 @@ +# Licensed to the Apache Software

[GitHub] [incubator-sdap-nexus] jjacob7734 commented on issue #88: SDAP-215 Use k8s as Spark scheduler and create helm chart

2019-12-02 Thread GitBox
jjacob7734 commented on issue #88: SDAP-215 Use k8s as Spark scheduler and create helm chart URL: https://github.com/apache/incubator-sdap-nexus/pull/88#issuecomment-560700354 You probably didn't mean to refer to your personal repo in your Dockerfile... please check on that before we

[GitHub] [incubator-sdap-nexus] eamonford commented on issue #88: SDAP-215 Use k8s as Spark scheduler and create helm chart

2019-12-02 Thread GitBox
eamonford commented on issue #88: SDAP-215 Use k8s as Spark scheduler and create helm chart URL: https://github.com/apache/incubator-sdap-nexus/pull/88#issuecomment-560643769 > I'm not sure if it is even possible here, but just want to point out, that it is usually advisable to break up

[GitHub] [incubator-sdap-edge] rawkintrevo commented on issue #10: SDAP-214 Simplify EDGE directory structure

2019-12-02 Thread GitBox
rawkintrevo commented on issue #10: SDAP-214 Simplify EDGE directory structure URL: https://github.com/apache/incubator-sdap-edge/pull/10#issuecomment-560651171 @lewismc Ahh my bad, I was looking at the lines, not the context (e.g. the file that was being edited).

[GitHub] [incubator-sdap-edge] lewismc commented on issue #10: SDAP-214 Simplify EDGE directory structure

2019-12-02 Thread GitBox
lewismc commented on issue #10: SDAP-214 Simplify EDGE directory structure URL: https://github.com/apache/incubator-sdap-edge/pull/10#issuecomment-560626011 @rawkintrevo thanks for reviewinbg > It appears you also upgraded a couple of things to python3 Negative, that work

[GitHub] [incubator-sdap-nexus] rawkintrevo commented on issue #88: SDAP-215 Use k8s as Spark scheduler and create helm chart

2019-12-02 Thread GitBox
rawkintrevo commented on issue #88: SDAP-215 Use k8s as Spark scheduler and create helm chart URL: https://github.com/apache/incubator-sdap-nexus/pull/88#issuecomment-560617578 Also- thanks for the contribution @eamonford !!

[GitHub] [incubator-sdap-edge] fgreg commented on issue #10: SDAP-214 Simplify EDGE directory structure

2019-12-02 Thread GitBox
fgreg commented on issue #10: SDAP-214 Simplify EDGE directory structure URL: https://github.com/apache/incubator-sdap-edge/pull/10#issuecomment-560612908 Seems reasonable to me. @lewismc Were you able to successfully start it locally using the instructions from the Readme?

[GitHub] [incubator-sdap-edge] rawkintrevo commented on issue #10: SDAP-214 Simplify EDGE directory structure

2019-12-02 Thread GitBox
rawkintrevo commented on issue #10: SDAP-214 Simplify EDGE directory structure URL: https://github.com/apache/incubator-sdap-edge/pull/10#issuecomment-560609065 It appears you also upgraded a couple of things to python3. That's OK, but in general its better to make another PR for

[GitHub] [incubator-sdap-edge] lewismc commented on issue #10: SDAP-214 Simplify EDGE directory structure

2019-12-02 Thread GitBox
lewismc commented on issue #10: SDAP-214 Simplify EDGE directory structure URL: https://github.com/apache/incubator-sdap-edge/pull/10#issuecomment-560599500 Any comments? This is an automated message from the Apache Git

[GitHub] [incubator-sdap-nexus] eamonford opened a new pull request #88: SDAP-215 Use k8s as Spark scheduler and create helm chart

2019-12-02 Thread GitBox
eamonford opened a new pull request #88: SDAP-215 Use k8s as Spark scheduler and create helm chart URL: https://github.com/apache/incubator-sdap-nexus/pull/88 This branch updates Spark to v2.4.4 to be natively compatible with Kubernetes, so Spark now uses Kubernetes as a scheduler. This

[GitHub] [incubator-sdap-edge] lewismc opened a new pull request #10: SDAP-214 Simplify EDGE directory structure

2019-11-26 Thread GitBox
lewismc opened a new pull request #10: SDAP-214 Simplify EDGE directory structure URL: https://github.com/apache/incubator-sdap-edge/pull/10 @ntquach @fgreg this addresses https://issues.apache.org/jira/browse/SDAP-214 This

[GitHub] [incubator-sdap-edge] lewismc commented on issue #9: SDAP-212 Update EDGE to Python 3.7

2019-11-26 Thread GitBox
lewismc commented on issue #9: SDAP-212 Update EDGE to Python 3.7 URL: https://github.com/apache/incubator-sdap-edge/pull/9#issuecomment-558797180 @ntquach @fgreg thanks for input. The new ticket for the directory structure is created as https://issues.apache.org/jira/browse/SDAP-214

[GitHub] [incubator-sdap-edge] lewismc merged pull request #9: SDAP-212 Update EDGE to Python 3.7

2019-11-26 Thread GitBox
lewismc merged pull request #9: SDAP-212 Update EDGE to Python 3.7 URL: https://github.com/apache/incubator-sdap-edge/pull/9 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-sdap-edge] fgreg commented on issue #9: SDAP-212 Update EDGE to Python 3.7

2019-11-26 Thread GitBox
fgreg commented on issue #9: SDAP-212 Update EDGE to Python 3.7 URL: https://github.com/apache/incubator-sdap-edge/pull/9#issuecomment-558731966 > Also, it occurred to me that the build system for EDGE doesn't make much sense... > I'm thinking about removing the pom.xml and then just

[GitHub] [incubator-sdap-edge] lewismc commented on issue #9: SDAP-212 Update EDGE to Python 3.7

2019-11-25 Thread GitBox
lewismc commented on issue #9: SDAP-212 Update EDGE to Python 3.7 URL: https://github.com/apache/incubator-sdap-edge/pull/9#issuecomment-558469676 Also, it occurred to me that the build system for EDGE doesn't make much sense... I'm thinking about removing the pom.xml and then just

[GitHub] [incubator-sdap-edge] lewismc opened a new pull request #9: SDAP-212 Update EDGE to Python 3.7

2019-11-25 Thread GitBox
lewismc opened a new pull request #9: SDAP-212 Update EDGE to Python 3.7 URL: https://github.com/apache/incubator-sdap-edge/pull/9 Bulk result of running Python's 2to3-3.7 tooling on the codebase. This issue addresses https://issues.apache.org/jira/browse/SDAP-212

[GitHub] [incubator-sdap-mudrod] dependabot[bot] opened a new pull request #51: Bump spark.version from 2.1.0 to 2.4.4

2019-11-01 Thread GitBox
dependabot[bot] opened a new pull request #51: Bump spark.version from 2.1.0 to 2.4.4 URL: https://github.com/apache/incubator-sdap-mudrod/pull/51 Bumps `spark.version` from 2.1.0 to 2.4.4. Updates `spark-core_2.11` from 2.1.0 to 2.4.4 Updates `spark-sql_2.11` from 2.1.0 to

[GitHub] [incubator-sdap-mudrod] asf-ci commented on issue #51: Bump spark.version from 2.1.0 to 2.4.4

2019-11-01 Thread GitBox
asf-ci commented on issue #51: Bump spark.version from 2.1.0 to 2.4.4 URL: https://github.com/apache/incubator-sdap-mudrod/pull/51#issuecomment-548768506 Can one of the admins verify this patch? This is an automated message

[GitHub] [incubator-sdap-nexus] dependabot[bot] opened a new pull request #87: Bump pillow from 5.0.0 to 6.2.0 in /analysis

2019-10-22 Thread GitBox
dependabot[bot] opened a new pull request #87: Bump pillow from 5.0.0 to 6.2.0 in /analysis URL: https://github.com/apache/incubator-sdap-nexus/pull/87 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.0.0 to 6.2.0. Release notes *Sourced from [pillow's

[GitHub] [incubator-sdap-nexus] dependabot[bot] opened a new pull request #86: Bump pyyaml from 3.12 to 5.1 in /analysis

2019-10-18 Thread GitBox
dependabot[bot] opened a new pull request #86: Bump pyyaml from 3.12 to 5.1 in /analysis URL: https://github.com/apache/incubator-sdap-nexus/pull/86 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.1. Changelog *Sourced from [pyyaml's

[GitHub] [incubator-sdap-nexus] dependabot[bot] opened a new pull request #85: Bump pyyaml from 3.12 to 5.1 in /data-access

2019-10-18 Thread GitBox
dependabot[bot] opened a new pull request #85: Bump pyyaml from 3.12 to 5.1 in /data-access URL: https://github.com/apache/incubator-sdap-nexus/pull/85 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.1. Changelog *Sourced from [pyyaml's

[GitHub] [incubator-sdap-nexus] fgreg merged pull request #84: Pull master into SNAPSHOT

2019-10-10 Thread GitBox
fgreg merged pull request #84: Pull master into SNAPSHOT URL: https://github.com/apache/incubator-sdap-nexus/pull/84 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-sdap-nexus] fgreg opened a new pull request #84: Pull master into SNAPSHOT

2019-10-10 Thread GitBox
fgreg opened a new pull request #84: Pull master into SNAPSHOT URL: https://github.com/apache/incubator-sdap-nexus/pull/84 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-sdap-nexus] fgreg merged pull request #83: SDAP-192 Create DOMS netCDF reader tool

2019-10-10 Thread GitBox
fgreg merged pull request #83: SDAP-192 Create DOMS netCDF reader tool URL: https://github.com/apache/incubator-sdap-nexus/pull/83 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-sdap-nexus] jelya opened a new pull request #83: Sdap 192

2019-09-23 Thread GitBox
jelya opened a new pull request #83: Sdap 192 URL: https://github.com/apache/incubator-sdap-nexus/pull/83 SDAP-192 Updating the documentation for the DOMS netCDF reader tool, adding a README.md file. This is an automated

[GitHub] [incubator-sdap-edge] ntquach merged pull request #8: update QC filtering to be only selected quality flags

2019-08-26 Thread GitBox
ntquach merged pull request #8: update QC filtering to be only selected quality flags URL: https://github.com/apache/incubator-sdap-edge/pull/8 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-sdap-edge] echyam opened a new pull request #8: update QC filtering to be only selected quality flags

2019-08-26 Thread GitBox
echyam opened a new pull request #8: update QC filtering to be only selected quality flags URL: https://github.com/apache/incubator-sdap-edge/pull/8 • don't include higher quality flags, and default to good if not specified • also filter SPURS and SPURS2 data, now that good data would

[GitHub] [incubator-sdap-edge] fgreg merged pull request #7: SDAP-209 Fix mapping of SAMOS quality flag fields

2019-08-23 Thread GitBox
fgreg merged pull request #7: SDAP-209 Fix mapping of SAMOS quality flag fields URL: https://github.com/apache/incubator-sdap-edge/pull/7 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-sdap-edge] ntquach opened a new pull request #7: SDAP-209 Fix mapping of SAMOS quality flag fields

2019-08-23 Thread GitBox
ntquach opened a new pull request #7: SDAP-209 Fix mapping of SAMOS quality flag fields URL: https://github.com/apache/incubator-sdap-edge/pull/7 This is an automated message from the Apache Git Service. To respond to the

<    2   3   4   5   6   7   8   9   10   11   >