[jira] [Assigned] (SUBMARINE-479) yarn error message during build

2020-05-12 Thread Neo Chien (Jira)


 [ 
https://issues.apache.org/jira/browse/SUBMARINE-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neo Chien reassigned SUBMARINE-479:
---

Assignee: Neo Chien

> yarn error message during build
> ---
>
> Key: SUBMARINE-479
> URL: https://issues.apache.org/jira/browse/SUBMARINE-479
> Project: Apache Submarine
>  Issue Type: Bug
>Reporter: Wei-Chiu Chuang
>Assignee: Neo Chien
>Priority: Major
>
> There are error messages during build. While they are ERROR, the build 
> doesn't fail. Still it would be best to update to remove these errors.
> {noformat}
> [ERROR] WARNING: We noticed you're using the `useBuiltIns` option without 
> declaring a core-js version. Currently, we assume version 2.x when no version 
> is passed. Since this default version will likely change in future versions 
> of Babel, we recommend explicitly setting the core-js version you are using 
> via the `corejs` option.
> [ERROR]
> [ERROR] You should also be sure that the version you pass to the `corejs` 
> option matches the version specified in your `package.json`'s `dependencies` 
> section. If it doesn't, you need to run one of the following commands:
> [ERROR]
> [ERROR]   npm install --save core-js@2npm install --save core-js@3
> [ERROR]   yarn add core-js@2  yarn add core-js@3
> [ERROR]
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Resolved] (SUBMARINE-456) submarine workbench-web Angular fails intermittently

2020-04-23 Thread Neo Chien (Jira)


 [ 
https://issues.apache.org/jira/browse/SUBMARINE-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neo Chien resolved SUBMARINE-456.
-
Resolution: Fixed

> submarine workbench-web Angular fails intermittently
> 
>
> Key: SUBMARINE-456
> URL: https://issues.apache.org/jira/browse/SUBMARINE-456
> Project: Apache Submarine
>  Issue Type: Bug
>  Components: Workbench Web
>Reporter: Wei-Chiu Chuang
>Assignee: Neo Chien
>Priority: Major
>  Labels: pull-request-available
> Fix For: 0.4.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Looks like the test fails quite frequent:
> https://travis-ci.org/github/apache/submarine/jobs/666305296?utm_medium=notification_source=github_status
> https://travis-ci.org/github/apache/submarine/jobs/666231807?utm_medium=notification_source=github_status



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Created] (SUBMARINE-466) [WORKBENCH] Add lib path creation into bin/submarine-daemon.sh

2020-04-10 Thread Neo Chien (Jira)
Neo Chien created SUBMARINE-466:
---

 Summary: [WORKBENCH] Add lib path creation into 
bin/submarine-daemon.sh
 Key: SUBMARINE-466
 URL: https://issues.apache.org/jira/browse/SUBMARINE-466
 Project: Apache Submarine
  Issue Type: Improvement
  Components: Workbench
Reporter: Neo Chien
Assignee: Neo Chien


The bin/submarine-daemon.sh script should create path submarine/lib if user 
type 
{code:java}
./bin/submarine-daemon.sh start getMysqlJar{code}
without creating submarine/lib directory first.

 

[https://github.com/apache/submarine/blob/master/bin/submarine-daemon.sh#L94]

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Created] (SUBMARINE-464) [WORKBENCH] Renew the filepath and screenshot for the workbench doc

2020-04-08 Thread Neo Chien (Jira)
Neo Chien created SUBMARINE-464:
---

 Summary: [WORKBENCH] Renew the filepath and screenshot for the 
workbench doc
 Key: SUBMARINE-464
 URL: https://issues.apache.org/jira/browse/SUBMARINE-464
 Project: Apache Submarine
  Issue Type: Improvement
  Components: Doc, Workbench
Reporter: Neo Chien
Assignee: Neo Chien


Some expired filepath and the screenshot in the running workbench document need 
to be improved.

[https://github.com/apache/submarine/blob/master/docs/development/README.md]

 

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Commented] (SUBMARINE-456) submarine workbench-web Angular fails intermittently

2020-03-31 Thread Neo Chien (Jira)


[ 
https://issues.apache.org/jira/browse/SUBMARINE-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17071633#comment-17071633
 ] 

Neo Chien commented on SUBMARINE-456:
-

HI [~weichiu]

Thanks for the reply.

I saw this error happens again in other PR, therefore, I re-open this issue for 
tracking it.

[https://travis-ci.org/github/apache/submarine/builds/668265409?utm_source=github_status_medium=notification]

> submarine workbench-web Angular fails intermittently
> 
>
> Key: SUBMARINE-456
> URL: https://issues.apache.org/jira/browse/SUBMARINE-456
> Project: Apache Submarine
>  Issue Type: Bug
>Reporter: Wei-Chiu Chuang
>Assignee: Neo Chien
>Priority: Major
>  Labels: pull-request-available
> Fix For: 0.4.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Looks like the test fails quite frequent:
> https://travis-ci.org/github/apache/submarine/jobs/666305296?utm_medium=notification_source=github_status
> https://travis-ci.org/github/apache/submarine/jobs/666231807?utm_medium=notification_source=github_status



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Reopened] (SUBMARINE-456) submarine workbench-web Angular fails intermittently

2020-03-29 Thread Neo Chien (Jira)


 [ 
https://issues.apache.org/jira/browse/SUBMARINE-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neo Chien reopened SUBMARINE-456:
-

> submarine workbench-web Angular fails intermittently
> 
>
> Key: SUBMARINE-456
> URL: https://issues.apache.org/jira/browse/SUBMARINE-456
> Project: Apache Submarine
>  Issue Type: Bug
>Reporter: Wei-Chiu Chuang
>Assignee: Neo Chien
>Priority: Major
>  Labels: pull-request-available
> Fix For: 0.4.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Looks like the test fails quite frequent:
> https://travis-ci.org/github/apache/submarine/jobs/666305296?utm_medium=notification_source=github_status
> https://travis-ci.org/github/apache/submarine/jobs/666231807?utm_medium=notification_source=github_status



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Commented] (SUBMARINE-452) A few places in the codebase still use version number 0.3.0-SNAPSHOT

2020-03-28 Thread Neo Chien (Jira)


[ 
https://issues.apache.org/jira/browse/SUBMARINE-452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17070206#comment-17070206
 ] 

Neo Chien commented on SUBMARINE-452:
-

Yes, I just create an account for wiki, thanks for the help :)

> A few places in the codebase still use version number 0.3.0-SNAPSHOT
> 
>
> Key: SUBMARINE-452
> URL: https://issues.apache.org/jira/browse/SUBMARINE-452
> Project: Apache Submarine
>  Issue Type: Bug
>Reporter: Wei-Chiu Chuang
>Priority: Major
>
> The scripts in mini-submarine, submarine-sdk still reference to 
> 0.3.0-SNAPSHOT. They should be updated to 0.4.0-SNAPSHOT.
> Additionally, we should update the release instruction to include 
> instructions for updating these scripts/SDK. 
> (https://cwiki.apache.org/confluence/display/SUBMARINE/Submarine+Release+Guidelines)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Assigned] (SUBMARINE-456) submarine workbench-web Angular fails intermittently

2020-03-25 Thread Neo Chien (Jira)


 [ 
https://issues.apache.org/jira/browse/SUBMARINE-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neo Chien reassigned SUBMARINE-456:
---

Assignee: Neo Chien

> submarine workbench-web Angular fails intermittently
> 
>
> Key: SUBMARINE-456
> URL: https://issues.apache.org/jira/browse/SUBMARINE-456
> Project: Apache Submarine
>  Issue Type: Bug
>Reporter: Wei-Chiu Chuang
>Assignee: Neo Chien
>Priority: Major
>
> Looks like the test fails quite frequent:
> https://travis-ci.org/github/apache/submarine/jobs/666305296?utm_medium=notification_source=github_status
> https://travis-ci.org/github/apache/submarine/jobs/666231807?utm_medium=notification_source=github_status



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Commented] (SUBMARINE-452) A few places in the codebase still use version number 0.3.0-SNAPSHOT

2020-03-25 Thread Neo Chien (Jira)


[ 
https://issues.apache.org/jira/browse/SUBMARINE-452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17066545#comment-17066545
 ] 

Neo Chien commented on SUBMARINE-452:
-

Hi [~weichiu]

May I ask how to update the release instruction on wiki? TIA

 

> A few places in the codebase still use version number 0.3.0-SNAPSHOT
> 
>
> Key: SUBMARINE-452
> URL: https://issues.apache.org/jira/browse/SUBMARINE-452
> Project: Apache Submarine
>  Issue Type: Bug
>Reporter: Wei-Chiu Chuang
>Priority: Major
>
> The scripts in mini-submarine, submarine-sdk still reference to 
> 0.3.0-SNAPSHOT. They should be updated to 0.4.0-SNAPSHOT.
> Additionally, we should update the release instruction to include 
> instructions for updating these scripts/SDK. 
> (https://cwiki.apache.org/confluence/display/SUBMARINE/Submarine+Release+Guidelines)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Updated] (SUBMARINE-76) Create factory class to produce either TensorFlow or PyTorch service spec for Native Service

2020-03-25 Thread Neo Chien (Jira)


 [ 
https://issues.apache.org/jira/browse/SUBMARINE-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neo Chien updated SUBMARINE-76:
---
Priority: Minor  (was: Major)

> Create factory class to produce either TensorFlow or PyTorch service spec for 
> Native Service
> 
>
> Key: SUBMARINE-76
> URL: https://issues.apache.org/jira/browse/SUBMARINE-76
> Project: Apache Submarine
>  Issue Type: Improvement
>  Components: YARN-native-service
>Reporter: Szilard Nemeth
>Priority: Minor
>
> In YarnServiceJobSubmitter#submitJob, we submit either a TF / PyTorch job 
> based on the Service spec. 
> The code could be improved by creating a factory class to produce the service 
> spec as the 2 types of Service specs are having very similar dependencies.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Assigned] (SUBMARINE-446) Submarine server does not reconnect automatically to MySQL

2020-03-24 Thread Neo Chien (Jira)


 [ 
https://issues.apache.org/jira/browse/SUBMARINE-446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neo Chien reassigned SUBMARINE-446:
---

Assignee: Neo Chien

> Submarine server does not reconnect automatically to MySQL
> --
>
> Key: SUBMARINE-446
> URL: https://issues.apache.org/jira/browse/SUBMARINE-446
> Project: Apache Submarine
>  Issue Type: Bug
>Reporter: Wei-Chiu Chuang
>Assignee: Neo Chien
>Priority: Major
>
> After a few hours, the Submarine server emits the following error message in 
> the log:
> {noformat}
> Opening JDBC Connection
> Checked out connection 49237116 from pool.
> Setting autocommit to false on JDBC Connection 
> [com.mysql.jdbc.JDBC4Connection@2ef4c7c]
> Resetting autocommit to true on JDBC Connection 
> [com.mysql.jdbc.JDBC4Connection@2ef4c7c]
> Closing JDBC Connection [com.mysql.jdbc.JDBC4Connection@2ef4c7c]
> Returned connection 49237116 to pool.
> [ERROR] 2020-03-20 22:26:17,724 
> method:org.apache.submarine.server.workbench.rest.LoginRestApi.login(LoginRestApi.java:65)
> ### Error querying database.  Cause: 
> org.apache.ibatis.transaction.TransactionException: Error configuring 
> AutoCommit.  Your driver may not support getAutoCommit() or setAutoCommit(). 
> Requested setting: false.  Cause: 
> com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet 
> successfully received from the server was 163,618,589 milliseconds ago.  The 
> last packet sent successfully to the server was 163,618,589 milliseconds ago. 
> is longer than the server configured value of 'wait_timeout'. You should 
> consider either expiring and/or testing connection validity before use in 
> your application, increasing the server configured values for client 
> timeouts, or using the Connector/J connection property 'autoReconnect=true' 
> to avoid this problem.
> ### The error may exist in 
> org/apache/submarine/database/mappers/SysUserMapper.xml
> ### The error may involve 
> org.apache.submarine.server.workbench.database.mappers.SysUserMapper.login
> ### The error occurred while executing a query
> ### Cause: org.apache.ibatis.transaction.TransactionException: Error 
> configuring AutoCommit.  Your driver may not support getAutoCommit() or 
> setAutoCommit(). Requested setting: false.  Cause: 
> com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet 
> successfully received from the server was 163,618,589 milliseconds ago.  The 
> last packet sent successfully to the server was 163,618,589 milliseconds ago. 
> is longer than the server configured value of 'wait_timeout'. You should 
> consider either expiring and/or testing connection validity before use in 
> your application, increasing the server configured values for client 
> timeouts, or using the Connector/J connection property 'autoReconnect=true' 
> to avoid this problem.
> org.apache.ibatis.exceptions.PersistenceException:
> ### Error querying database.  Cause: 
> org.apache.ibatis.transaction.TransactionException: Error configuring 
> AutoCommit.  Your driver may not support getAutoCommit() or setAutoCommit(). 
> Requested setting: false.  Cause: 
> com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet 
> successfully received from the server was 163,618,589 milliseconds ago.  The 
> last packet sent successfully to the server was 163,618,589 milliseconds ago. 
> is longer than the server configured value of 'wait_timeout'. You should 
> consider either expiring and/or testing connection validity before use in 
> your application, increasing the server configured values for client 
> timeouts, or using the Connector/J connection property 'autoReconnect=true' 
> to avoid this problem.
> ### The error may exist in 
> org/apache/submarine/database/mappers/SysUserMapper.xml
> ### The error may involve 
> org.apache.submarine.server.workbench.database.mappers.SysUserMapper.login
> ### The error occurred while executing a query
> ### Cause: org.apache.ibatis.transaction.TransactionException: Error 
> configuring AutoCommit.  Your driver may not support getAutoCommit() or 
> setAutoCommit(). Requested setting: false.  Cause: 
> com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet 
> successfully received from the server was 163,618,589 milliseconds ago.  The 
> last packet sent successfully to the server was 163,618,589 milliseconds ago. 
> is longer than the server configured value of 'wait_timeout'. You should 
> consider either expiring and/or testing connection validity before use in 
> your application, increasing the server configured values for client 
> timeouts, or using the Connector/J connection property 'autoReconnect=true' 
> to avoid this problem.
> at 
> 

[jira] [Assigned] (SUBMARINE-74) Add tests to TensorFlowServiceSpec class

2020-03-19 Thread Neo Chien (Jira)


 [ 
https://issues.apache.org/jira/browse/SUBMARINE-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neo Chien reassigned SUBMARINE-74:
--

Assignee: Neo Chien

> Add tests to TensorFlowServiceSpec class
> 
>
> Key: SUBMARINE-74
> URL: https://issues.apache.org/jira/browse/SUBMARINE-74
> Project: Apache Submarine
>  Issue Type: Improvement
>  Components: Commons
>Reporter: Szilard Nemeth
>Assignee: Neo Chien
>Priority: Minor
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Assigned] (SUBMARINE-79) Cleanup MockRemoteDirectoryManager

2020-03-09 Thread Neo Chien (Jira)


 [ 
https://issues.apache.org/jira/browse/SUBMARINE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neo Chien reassigned SUBMARINE-79:
--

Assignee: Neo Chien

> Cleanup MockRemoteDirectoryManager
> --
>
> Key: SUBMARINE-79
> URL: https://issues.apache.org/jira/browse/SUBMARINE-79
> Project: Apache Submarine
>  Issue Type: Improvement
>  Components: Commons
>Reporter: Szilard Nemeth
>Assignee: Neo Chien
>Priority: Major
>
> Many methods in MockRemoteDirectoryManager are declaring unnecessary throws 
> clause for IOException.
> Also, there are 2 dangerous NPE candidates: 
> 1. MockRemoteDirectoryManager#getJobStagingArea: 
> {code:java}
> this.jobDir = new File(jobsParentDir.getAbsolutePath(), jobName);
> {code}
> If jobsParentDir is null, we could have an NPE easily.
> 2. MockRemoteDirectoryManager#getModelDir: 
> {code:java}
> File modelDir = new File(modelParentDir.getAbsolutePath(), modelName);
> {code}
> If modelParentDir is null, we could have an NPE easily.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Assigned] (SUBMARINE-78) Make RemoteDirectoryManager interface more consistent

2020-03-09 Thread Neo Chien (Jira)


 [ 
https://issues.apache.org/jira/browse/SUBMARINE-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neo Chien reassigned SUBMARINE-78:
--

Assignee: Neo Chien

> Make RemoteDirectoryManager interface more consistent
> -
>
> Key: SUBMARINE-78
> URL: https://issues.apache.org/jira/browse/SUBMARINE-78
> Project: Apache Submarine
>  Issue Type: Improvement
>  Components: Commons
>Reporter: Szilard Nemeth
>Assignee: Neo Chien
>Priority: Major
>
> RemoteDirectoryManager contains many methods that receive a URI.
> The types are sometimes Strings, sometimes Path.
> We need to make this more consistent.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Created] (SUBMARINE-402) [Doc] Add tutorial for adding test cases and browsers to e2e with Angular.

2020-03-03 Thread Neo Chien (Jira)
Neo Chien created SUBMARINE-402:
---

 Summary: [Doc] Add tutorial for adding test cases and browsers to 
e2e with Angular.
 Key: SUBMARINE-402
 URL: https://issues.apache.org/jira/browse/SUBMARINE-402
 Project: Apache Submarine
  Issue Type: Task
  Components: Doc
Reporter: Neo Chien
Assignee: Neo Chien


Following task #400, we should update tutorials for increasing the test cases 
and configuring additional browsers to e2e with Angular.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Assigned] (SUBMARINE-400) [WEB] Support firefox in testing workbench-web with Angular

2020-02-29 Thread Neo Chien (Jira)


 [ 
https://issues.apache.org/jira/browse/SUBMARINE-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neo Chien reassigned SUBMARINE-400:
---

Assignee: Neo Chien

> [WEB] Support firefox in testing workbench-web with Angular
> ---
>
> Key: SUBMARINE-400
> URL: https://issues.apache.org/jira/browse/SUBMARINE-400
> Project: Apache Submarine
>  Issue Type: Improvement
>  Components: Workbench Web
>Reporter: Neo Chien
>Assignee: Neo Chien
>Priority: Minor
>
> Currently, we only test the submarine workbench-web Angular with chrome, we 
> should add the firefox support into the submarine workbench-web Angular 
> testing job.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Assigned] (SUBMARINE-400) [WEB] Support firefox in testing workbench-web with Angular

2020-02-29 Thread Neo Chien (Jira)


 [ 
https://issues.apache.org/jira/browse/SUBMARINE-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neo Chien reassigned SUBMARINE-400:
---

Assignee: (was: Neo Chien)

> [WEB] Support firefox in testing workbench-web with Angular
> ---
>
> Key: SUBMARINE-400
> URL: https://issues.apache.org/jira/browse/SUBMARINE-400
> Project: Apache Submarine
>  Issue Type: Improvement
>  Components: Workbench Web
>Reporter: Neo Chien
>Priority: Minor
>
> Currently, we only test the submarine workbench-web Angular with chrome, we 
> should add the firefox support into the submarine workbench-web Angular 
> testing job.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Updated] (SUBMARINE-400) [WEB] Support firefox in testing workbench-web with Angular

2020-02-29 Thread Neo Chien (Jira)


 [ 
https://issues.apache.org/jira/browse/SUBMARINE-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neo Chien updated SUBMARINE-400:

Summary: [WEB] Support firefox in testing workbench-web with Angular  (was: 
[WEB] Support firefox in workbench with Angular)

> [WEB] Support firefox in testing workbench-web with Angular
> ---
>
> Key: SUBMARINE-400
> URL: https://issues.apache.org/jira/browse/SUBMARINE-400
> Project: Apache Submarine
>  Issue Type: Improvement
>  Components: Workbench Web
>Reporter: Neo Chien
>Assignee: Neo Chien
>Priority: Minor
>
> Currently, we only test the submarine workbench-web Angular with chrome, we 
> should add the firefox support into the submarine workbench-web Angular 
> testing job.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Created] (SUBMARINE-400) [WEB] Support firefox in workbench with Angular

2020-02-29 Thread Neo Chien (Jira)
Neo Chien created SUBMARINE-400:
---

 Summary: [WEB] Support firefox in workbench with Angular
 Key: SUBMARINE-400
 URL: https://issues.apache.org/jira/browse/SUBMARINE-400
 Project: Apache Submarine
  Issue Type: Improvement
  Components: Workbench Web
Reporter: Neo Chien
Assignee: Neo Chien


Currently, we only test the submarine workbench-web Angular with chrome, we 
should add the firefox support into the submarine workbench-web Angular testing 
job.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Commented] (SUBMARINE-242) [E2E] Submarine integration test workbench's start script

2020-02-20 Thread Neo Chien (Jira)


[ 
https://issues.apache.org/jira/browse/SUBMARINE-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17041473#comment-17041473
 ] 

Neo Chien commented on SUBMARINE-242:
-

the workbench-daemon.sh is renamed to 
[submarine-daemon.sh|https://github.com/apache/submarine/blob/master/bin/submarine-daemon.sh]
 by 
[SUBMARINE-292|https://github.com/apache/submarine/commit/51192a8f50d99249fdf3847b8f766e2effa0dcc7#diff-c7f39a16b5fcfea3b770561b756484b4]

> [E2E] Submarine integration test workbench's start script
> -
>
> Key: SUBMARINE-242
> URL: https://issues.apache.org/jira/browse/SUBMARINE-242
> Project: Apache Submarine
>  Issue Type: Sub-task
>  Components: E2E Test
>Reporter: luzhonghao
>Priority: Major
>
> In the submarine-integration module, we should test  whether in any directory 
> we can use workbench-daemon.sh  to start | stop | restart workbenchServer



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Assigned] (SUBMARINE-281) Remove Chinese characters from source code

2020-02-19 Thread Neo Chien (Jira)


 [ 
https://issues.apache.org/jira/browse/SUBMARINE-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neo Chien reassigned SUBMARINE-281:
---

Assignee: Neo Chien

> Remove Chinese characters from source code
> --
>
> Key: SUBMARINE-281
> URL: https://issues.apache.org/jira/browse/SUBMARINE-281
> Project: Apache Submarine
>  Issue Type: Improvement
>Reporter: Zhankun Tang
>Assignee: Neo Chien
>Priority: Minor
>  Labels: pull-request-available, trivial
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> There are mock data with Chinese characters left in source code. For 
> instance, SysUserRestApi#info() method leaves several Chinese characters.
> We should find and remove them.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Closed] (SUBMARINE-359) Get unhealthy node of yarn cluster when running pre-build mini-submarine image

2020-01-23 Thread Neo Chien (Jira)


 [ 
https://issues.apache.org/jira/browse/SUBMARINE-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neo Chien closed SUBMARINE-359.
---

This is not an issue so that the ticket would be closed.

> Get unhealthy node of yarn cluster when running pre-build mini-submarine image
> --
>
> Key: SUBMARINE-359
> URL: https://issues.apache.org/jira/browse/SUBMARINE-359
> Project: Apache Submarine
>  Issue Type: Bug
>  Components: Mini Submarine
>Affects Versions: 0.3.0
>Reporter: Neo Chien
>Assignee: Neo Chien
>Priority: Minor
> Attachments: 螢幕快照 2020-01-22 下午11.21.54.png
>
>
> Dear all,
> Following mini-submarine SOP 
> ([https://github.com/apache/submarine/blob/master/dev-support/mini-submarine/README.md])
>  and running the pre-build mini-submarine image, we would get the unhealthy 
> node of yarn cluster.
> {{}}
> {code:java}
> $ docker pull hadoopsubmarine/mini-submarine:0.3.0-SNAPSHOT
> $ docker run -it -h submarine-dev --name mini-submarine --net=bridge 
> --privileged -P hadoopsubmarine/mini-submarine:0.3.0-SNAPSHOT /bin/bash 
> $ /tmp/hadoop-config/bootstrap.sh
> $ yarn node -list -all
>  
> {code}
> !螢幕快照 2020-01-22 下午11.21.54.png!
> {{}}{{}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Resolved] (SUBMARINE-359) Get unhealthy node of yarn cluster when running pre-build mini-submarine image

2020-01-23 Thread Neo Chien (Jira)


 [ 
https://issues.apache.org/jira/browse/SUBMARINE-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neo Chien resolved SUBMARINE-359.
-
  Assignee: Neo Chien
Resolution: Not A Bug

Hi All,

Sorry for reporting an issue with my misconfiguration of docker environment.

> Get unhealthy node of yarn cluster when running pre-build mini-submarine image
> --
>
> Key: SUBMARINE-359
> URL: https://issues.apache.org/jira/browse/SUBMARINE-359
> Project: Apache Submarine
>  Issue Type: Bug
>  Components: Mini Submarine
>Affects Versions: 0.3.0
>Reporter: Neo Chien
>Assignee: Neo Chien
>Priority: Minor
> Attachments: 螢幕快照 2020-01-22 下午11.21.54.png
>
>
> Dear all,
> Following mini-submarine SOP 
> ([https://github.com/apache/submarine/blob/master/dev-support/mini-submarine/README.md])
>  and running the pre-build mini-submarine image, we would get the unhealthy 
> node of yarn cluster.
> {{}}
> {code:java}
> $ docker pull hadoopsubmarine/mini-submarine:0.3.0-SNAPSHOT
> $ docker run -it -h submarine-dev --name mini-submarine --net=bridge 
> --privileged -P hadoopsubmarine/mini-submarine:0.3.0-SNAPSHOT /bin/bash 
> $ /tmp/hadoop-config/bootstrap.sh
> $ yarn node -list -all
>  
> {code}
> !螢幕快照 2020-01-22 下午11.21.54.png!
> {{}}{{}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Created] (SUBMARINE-359) Get unhealthy node of yarn cluster when running pre-build mini-submarine image

2020-01-22 Thread Neo Chien (Jira)
Neo Chien created SUBMARINE-359:
---

 Summary: Get unhealthy node of yarn cluster when running pre-build 
mini-submarine image
 Key: SUBMARINE-359
 URL: https://issues.apache.org/jira/browse/SUBMARINE-359
 Project: Apache Submarine
  Issue Type: Bug
  Components: Mini Submarine
Affects Versions: 0.3.0
Reporter: Neo Chien
 Attachments: 螢幕快照 2020-01-22 下午11.21.54.png

Dear all,

Following mini-submarine SOP 
([https://github.com/apache/submarine/blob/master/dev-support/mini-submarine/README.md])
 and running the pre-build mini-submarine image, we would get the unhealthy 
node of yarn cluster.

{{}}
{code:java}
$ docker pull hadoopsubmarine/mini-submarine:0.3.0-SNAPSHOT
$ docker run -it -h submarine-dev --name mini-submarine --net=bridge 
--privileged -P hadoopsubmarine/mini-submarine:0.3.0-SNAPSHOT /bin/bash 
$ /tmp/hadoop-config/bootstrap.sh
$ yarn node -list -all
 
{code}
!螢幕快照 2020-01-22 下午11.21.54.png!

{{}}{{}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Work started] (SUBMARINE-342) Upgrade Dockerfiles in Docs and dev-support folders to user Ubuntu 18+

2020-01-18 Thread Neo Chien (Jira)


 [ 
https://issues.apache.org/jira/browse/SUBMARINE-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on SUBMARINE-342 started by Neo Chien.
---
> Upgrade Dockerfiles in  Docs and dev-support folders to user Ubuntu 18+
> ---
>
> Key: SUBMARINE-342
> URL: https://issues.apache.org/jira/browse/SUBMARINE-342
> Project: Apache Submarine
>  Issue Type: Improvement
>  Components: Doc, Mini Submarine
>Reporter: Keqiu Hu
>Assignee: Neo Chien
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> We have quite a couple Dockerfiles built from Ubuntu 16 base images. In newer 
> version of TensorFlow (1.14+), it was built with glibc 2.25+ and no longer 
> compatible with Ubuntu 16 images. We need to examine and upgrade all 
> Dockefile to use a Ubuntu 18+ image.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org



[jira] [Commented] (SUBMARINE-342) Upgrade Dockerfiles in Docs and dev-support folders to user Ubuntu 18+

2020-01-16 Thread Neo Chien (Jira)


[ 
https://issues.apache.org/jira/browse/SUBMARINE-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17016936#comment-17016936
 ] 

Neo Chien commented on SUBMARINE-342:
-

Hi [~khu]

 

I'm interested in working on this if no one else has signed up.

Many thanks,

> Upgrade Dockerfiles in  Docs and dev-support folders to user Ubuntu 18+
> ---
>
> Key: SUBMARINE-342
> URL: https://issues.apache.org/jira/browse/SUBMARINE-342
> Project: Apache Submarine
>  Issue Type: Improvement
>  Components: Doc, Mini Submarine
>Reporter: Keqiu Hu
>Priority: Major
>
> We have quite a couple Dockerfiles built from Ubuntu 16 base images. In newer 
> version of TensorFlow (1.14+), it was built with glibc 2.25+ and no longer 
> compatible with Ubuntu 16 images. We need to examine and upgrade all 
> Dockefile to use a Ubuntu 18+ image.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org