Re: Java 11 PR

2019-10-31 Thread Matt Sicker
I'm surprised extra dependencies aren't required. When we added
support for Java 11 in Jenkins, we had to add some auto-installed
modules to replace some Java SE APIs that aren't part of java.base and
require implementations.

On Thu, 31 Oct 2019 at 10:09, dan McWeeney  wrote:
>
> There has been talk previously about moving to later java and scala versions. 
> I’ve got this all working in a PR[0], which passes travis. I was wondering if 
> there is some further testing that people think should be done.
>
> -dan
>
> [0] - https://github.com/apache/openwhisk/pull/4706
>


-- 
Matt Sicker 


Java 11 PR

2019-10-31 Thread dan McWeeney
There has been talk previously about moving to later java and scala versions. 
I’ve got this all working in a PR[0], which passes travis. I was wondering if 
there is some further testing that people think should be done.

-dan

[0] - https://github.com/apache/openwhisk/pull/4706



[slack-digest] [2019-10-30] #random

2019-10-31 Thread OpenWhisk Team Slack
2019-10-30 17:49:19 UTC - Rodric Rabbah: openwhisk has 1 fewer github 
stargazers than apache mesos right now at 4318
couchdb is next then zeppelin :yay: cool company
partyparrot : Dominic Kim
https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1572457759005700



[slack-digest] [2019-10-30] #kubernetes

2019-10-31 Thread OpenWhisk Team Slack
2019-10-30 14:00:07 UTC - Slackbot: Reminder: Tech Interchange Web Meeting 
(bi-weekly) 
https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1572444007006500



[slack-digest] [2019-10-30] #general

2019-10-31 Thread OpenWhisk Team Slack
2019-10-30 01:37:07 UTC - Jiang PengCheng: I think maybe a double quote is 
needed around the url
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572399427160100

2019-10-30 08:53:00 UTC - Pepi Paraskevoulakou: anyone experience with .h5 
models tensorflow and openwhisk deployment?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572425580160600

2019-10-30 13:36:16 UTC - Pepi Paraskevoulakou: what about the size of the file 
inside zip ? maybe causes problems
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572442576161200

2019-10-30 13:53:58 UTC - Pepi Paraskevoulakou: anyone also knows how many time 
can a sequence of action to bring result from rest api? if for example i have 3 
actions
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572443638162000

2019-10-30 14:00:21 UTC - Slackbot: Reminder: Tech Interchange Web Meeting 
(bi-weekly) 
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572444021162300

2019-10-30 14:19:50 UTC - Pepi Paraskevoulakou: i found something! before i 
curl the url (rest api ) i went to activation logs, all of the actions are 
succeeded if i try to open the result in browser all of them freeze, look the 
logs from the last function with neural netowrk
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572445190162400?thread_ts=1572355958.144900&cid=C3TPCAQG1

2019-10-30 14:20:47 UTC - Pepi Paraskevoulakou: 
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572445247162600?thread_ts=1572355958.144900&cid=C3TPCAQG1

2019-10-30 14:22:58 UTC - Pepi Paraskevoulakou: what about a suceeded action 
but when i invoke it through rest api does not do nothing?  i only see the 
result from activation list
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572445378163900

2019-10-30 14:23:14 UTC - Pepi Paraskevoulakou: 
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572445394164000

2019-10-30 14:35:00 UTC - Pepi Paraskevoulakou: actually when it tries to 
invoke the third action stucks and i have to take back to ubuntu snapshot
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572446100164300?thread_ts=1572355958.144900&cid=C3TPCAQG1

2019-10-30 16:07:59 UTC - Ali Tariq: it looks like ... there is a mismatch of 
versions - object you are trying to unpickle
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572451679164500?thread_ts=1572355958.144900&cid=C3TPCAQG1

2019-10-30 16:09:29 UTC - Pepi Paraskevoulakou: this works but with h5 stucks 
all the vm
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572451769164700?thread_ts=1572355958.144900&cid=C3TPCAQG1

2019-10-30 18:28:46 UTC - Pepi Paraskevoulakou: guys anyone who knows how to 
fix a dockerfile for openwhisk with tensorflow 2.0, keras pandas and nympy.  I 
am desperate :disappointed:
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572460126166000?thread_ts=1572460126.166000&cid=C3TPCAQG1

2019-10-30 21:46:49 UTC - Rodric Rabbah: @Pepi Paraskevoulakou
have you got the example to work inside a container without openwhisk?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572472009166900

2019-10-30 21:47:25 UTC - Rodric Rabbah: sorry you’re having trouble. did you 
try to isolate the problem - using openwhisk to debug your logic might be 
unnecessary complexity.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572472045167000?thread_ts=1572460126.166000&cid=C3TPCAQG1

2019-10-30 22:39:22 UTC - Pepi Paraskevoulakou: In my local machine plays 
normally 
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572475162167600

2019-10-30 22:40:31 UTC - Pepi Paraskevoulakou: But I think that there is some 
kind in compability with tensorflow because I created my model with tf 2.0 but 
the docker has tf 1.11 library
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1572475231169500