[jira] [Updated] (KNOX-1148) Fix Livy Service Definition to align with Livy API (Spark REST Service)

2018-11-16 Thread Jesus Alvarez (JIRA)


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

Jesus Alvarez updated KNOX-1148:

Attachment: image-2018-11-16-10-05-25-088.png

> Fix Livy Service Definition to align with Livy API (Spark REST Service) 
> 
>
> Key: KNOX-1148
> URL: https://issues.apache.org/jira/browse/KNOX-1148
> Project: Apache Knox
>  Issue Type: Improvement
>  Components: Server
>Reporter: Larry McCay
>Assignee: Kevin Risden
>Priority: Major
> Fix For: 1.3.0
>
> Attachments: KNOX-1148.patch, image-2018-11-16-09-59-21-519.png, 
> image-2018-11-16-10-05-25-088.png
>
>
> [https://livy.incubator.apache.org/]
> The initial contribution for Livy REST API includes a deviation from the 
> actual Livy server API in that it requires a "v1" where the actual API does 
> not. This may cause confusion for end users and possible incompatibilities 
> with existing Livy clients that don't expect that.
> We need to remove the need for the "v1" for the 1.0.0 release as it implies 
> an extended level of backward compatibility commitment.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KNOX-1148) Fix Livy Service Definition to align with Livy API (Spark REST Service)

2018-11-16 Thread Jesus Alvarez (JIRA)


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

Jesus Alvarez updated KNOX-1148:

Attachment: image-2018-11-16-09-59-21-519.png

> Fix Livy Service Definition to align with Livy API (Spark REST Service) 
> 
>
> Key: KNOX-1148
> URL: https://issues.apache.org/jira/browse/KNOX-1148
> Project: Apache Knox
>  Issue Type: Improvement
>  Components: Server
>Reporter: Larry McCay
>Assignee: Kevin Risden
>Priority: Major
> Fix For: 1.3.0
>
> Attachments: KNOX-1148.patch, image-2018-11-16-09-59-21-519.png
>
>
> [https://livy.incubator.apache.org/]
> The initial contribution for Livy REST API includes a deviation from the 
> actual Livy server API in that it requires a "v1" where the actual API does 
> not. This may cause confusion for end users and possible incompatibilities 
> with existing Livy clients that don't expect that.
> We need to remove the need for the "v1" for the 1.0.0 release as it implies 
> an extended level of backward compatibility commitment.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KNOX-1148) Fix Livy Service Definition to align with Livy API (Spark REST Service)

2018-11-16 Thread Kevin Risden (JIRA)


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

Kevin Risden updated KNOX-1148:
---
Attachment: (was: KNOX-1148.patch)

> Fix Livy Service Definition to align with Livy API (Spark REST Service) 
> 
>
> Key: KNOX-1148
> URL: https://issues.apache.org/jira/browse/KNOX-1148
> Project: Apache Knox
>  Issue Type: Improvement
>  Components: Server
>Reporter: Larry McCay
>Assignee: Kevin Risden
>Priority: Major
> Fix For: 1.3.0
>
> Attachments: KNOX-1148.patch
>
>
> [https://livy.incubator.apache.org/]
> The initial contribution for Livy REST API includes a deviation from the 
> actual Livy server API in that it requires a "v1" where the actual API does 
> not. This may cause confusion for end users and possible incompatibilities 
> with existing Livy clients that don't expect that.
> We need to remove the need for the "v1" for the 1.0.0 release as it implies 
> an extended level of backward compatibility commitment.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KNOX-1148) Fix Livy Service Definition to align with Livy API (Spark REST Service)

2018-11-16 Thread Kevin Risden (JIRA)


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

Kevin Risden updated KNOX-1148:
---
Attachment: KNOX-1148.patch

> Fix Livy Service Definition to align with Livy API (Spark REST Service) 
> 
>
> Key: KNOX-1148
> URL: https://issues.apache.org/jira/browse/KNOX-1148
> Project: Apache Knox
>  Issue Type: Improvement
>  Components: Server
>Reporter: Larry McCay
>Assignee: Kevin Risden
>Priority: Major
> Fix For: 1.3.0
>
> Attachments: KNOX-1148.patch
>
>
> [https://livy.incubator.apache.org/]
> The initial contribution for Livy REST API includes a deviation from the 
> actual Livy server API in that it requires a "v1" where the actual API does 
> not. This may cause confusion for end users and possible incompatibilities 
> with existing Livy clients that don't expect that.
> We need to remove the need for the "v1" for the 1.0.0 release as it implies 
> an extended level of backward compatibility commitment.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KNOX-1148) Fix Livy Service Definition to align with Livy API (Spark REST Service)

2018-11-16 Thread Kevin Risden (JIRA)


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

Kevin Risden updated KNOX-1148:
---
Description: 
https://livy.incubator.apache.org/

The initial contribution for Livy REST API includes a deviation from the actual 
Livy server API in that it requires a "v1" where the actual API does not. This 
may cause confusion for end users and possible incompatibilities with existing 
Livy clients that don't expect that.

We need to remove the need for the "v1" for the 1.0.0 release as it implies an 
extended level of backward compatibility commitment.

 

  was:
http://livy.io/

The initial contribution for Livy REST API includes a deviation from the actual 
Livy server API in that it requires a "v1" where the actual API does not. This 
may cause confusion for end users and possible incompatibilities with existing 
Livy clients that don't expect that.

We need to remove the need for the "v1" for the 1.0.0 release as it implies an 
extended level of backward compatibility commitment.

Here is an example of a Livy Knox service implementation:
https://community.hortonworks.com/articles/70499/adding-livy-server-as-service-to-apache-knox.html

The Livy service will need to support Kerberos and load balancing


> Fix Livy Service Definition to align with Livy API (Spark REST Service) 
> 
>
> Key: KNOX-1148
> URL: https://issues.apache.org/jira/browse/KNOX-1148
> Project: Apache Knox
>  Issue Type: Improvement
>  Components: Server
>Reporter: Larry McCay
>Assignee: Kevin Risden
>Priority: Major
> Fix For: 1.3.0
>
>
> https://livy.incubator.apache.org/
> The initial contribution for Livy REST API includes a deviation from the 
> actual Livy server API in that it requires a "v1" where the actual API does 
> not. This may cause confusion for end users and possible incompatibilities 
> with existing Livy clients that don't expect that.
> We need to remove the need for the "v1" for the 1.0.0 release as it implies 
> an extended level of backward compatibility commitment.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KNOX-1148) Fix Livy Service Definition to align with Livy API (Spark REST Service)

2018-11-16 Thread Kevin Risden (JIRA)


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

Kevin Risden updated KNOX-1148:
---
Description: 
[https://livy.incubator.apache.org/]

The initial contribution for Livy REST API includes a deviation from the actual 
Livy server API in that it requires a "v1" where the actual API does not. This 
may cause confusion for end users and possible incompatibilities with existing 
Livy clients that don't expect that.

We need to remove the need for the "v1" for the 1.0.0 release as it implies an 
extended level of backward compatibility commitment.

  was:
https://livy.incubator.apache.org/

The initial contribution for Livy REST API includes a deviation from the actual 
Livy server API in that it requires a "v1" where the actual API does not. This 
may cause confusion for end users and possible incompatibilities with existing 
Livy clients that don't expect that.

We need to remove the need for the "v1" for the 1.0.0 release as it implies an 
extended level of backward compatibility commitment.

 


> Fix Livy Service Definition to align with Livy API (Spark REST Service) 
> 
>
> Key: KNOX-1148
> URL: https://issues.apache.org/jira/browse/KNOX-1148
> Project: Apache Knox
>  Issue Type: Improvement
>  Components: Server
>Reporter: Larry McCay
>Assignee: Kevin Risden
>Priority: Major
> Fix For: 1.3.0
>
> Attachments: KNOX-1148.patch
>
>
> [https://livy.incubator.apache.org/]
> The initial contribution for Livy REST API includes a deviation from the 
> actual Livy server API in that it requires a "v1" where the actual API does 
> not. This may cause confusion for end users and possible incompatibilities 
> with existing Livy clients that don't expect that.
> We need to remove the need for the "v1" for the 1.0.0 release as it implies 
> an extended level of backward compatibility commitment.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KNOX-1148) Fix Livy Service Definition to align with Livy API (Spark REST Service)

2018-11-16 Thread Kevin Risden (JIRA)


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

Kevin Risden updated KNOX-1148:
---
Attachment: KNOX-1148.patch

> Fix Livy Service Definition to align with Livy API (Spark REST Service) 
> 
>
> Key: KNOX-1148
> URL: https://issues.apache.org/jira/browse/KNOX-1148
> Project: Apache Knox
>  Issue Type: Improvement
>  Components: Server
>Reporter: Larry McCay
>Assignee: Kevin Risden
>Priority: Major
> Fix For: 1.3.0
>
> Attachments: KNOX-1148.patch
>
>
> [https://livy.incubator.apache.org/]
> The initial contribution for Livy REST API includes a deviation from the 
> actual Livy server API in that it requires a "v1" where the actual API does 
> not. This may cause confusion for end users and possible incompatibilities 
> with existing Livy clients that don't expect that.
> We need to remove the need for the "v1" for the 1.0.0 release as it implies 
> an extended level of backward compatibility commitment.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KNOX-1148) Fix Livy Service Definition to align with Livy API (Spark REST Service)

2018-11-07 Thread Kevin Risden (JIRA)


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

Kevin Risden updated KNOX-1148:
---
Fix Version/s: (was: 1.2.0)
   1.3.0

> Fix Livy Service Definition to align with Livy API (Spark REST Service) 
> 
>
> Key: KNOX-1148
> URL: https://issues.apache.org/jira/browse/KNOX-1148
> Project: Apache Knox
>  Issue Type: Improvement
>  Components: Server
>Reporter: Larry McCay
>Assignee: Larry McCay
>Priority: Major
> Fix For: 1.3.0
>
>
> http://livy.io/
> The initial contribution for Livy REST API includes a deviation from the 
> actual Livy server API in that it requires a "v1" where the actual API does 
> not. This may cause confusion for end users and possible incompatibilities 
> with existing Livy clients that don't expect that.
> We need to remove the need for the "v1" for the 1.0.0 release as it implies 
> an extended level of backward compatibility commitment.
> Here is an example of a Livy Knox service implementation:
> https://community.hortonworks.com/articles/70499/adding-livy-server-as-service-to-apache-knox.html
> The Livy service will need to support Kerberos and load balancing



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KNOX-1148) Fix Livy Service Definition to align with Livy API (Spark REST Service)

2018-05-09 Thread Larry McCay (JIRA)

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

Larry McCay updated KNOX-1148:
--
Fix Version/s: (was: 1.1.0)
   1.2.0

> Fix Livy Service Definition to align with Livy API (Spark REST Service) 
> 
>
> Key: KNOX-1148
> URL: https://issues.apache.org/jira/browse/KNOX-1148
> Project: Apache Knox
>  Issue Type: Improvement
>  Components: Server
>Reporter: Larry McCay
>Assignee: Larry McCay
>Priority: Major
> Fix For: 1.2.0
>
>
> http://livy.io/
> The initial contribution for Livy REST API includes a deviation from the 
> actual Livy server API in that it requires a "v1" where the actual API does 
> not. This may cause confusion for end users and possible incompatibilities 
> with existing Livy clients that don't expect that.
> We need to remove the need for the "v1" for the 1.0.0 release as it implies 
> an extended level of backward compatibility commitment.
> Here is an example of a Livy Knox service implementation:
> https://community.hortonworks.com/articles/70499/adding-livy-server-as-service-to-apache-knox.html
> The Livy service will need to support Kerberos and load balancing



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KNOX-1148) Fix Livy Service Definition to align with Livy API (Spark REST Service)

2018-01-08 Thread Larry McCay (JIRA)

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

Larry McCay updated KNOX-1148:
--
Fix Version/s: (was: 0.14.1)
   (was: 1.0.0)
   1.1.0

> Fix Livy Service Definition to align with Livy API (Spark REST Service) 
> 
>
> Key: KNOX-1148
> URL: https://issues.apache.org/jira/browse/KNOX-1148
> Project: Apache Knox
>  Issue Type: Improvement
>  Components: Server
>Reporter: Larry McCay
>Assignee: Larry McCay
> Fix For: 1.1.0
>
>
> http://livy.io/
> The initial contribution for Livy REST API includes a deviation from the 
> actual Livy server API in that it requires a "v1" where the actual API does 
> not. This may cause confusion for end users and possible incompatibilities 
> with existing Livy clients that don't expect that.
> We need to remove the need for the "v1" for the 1.0.0 release as it implies 
> an extended level of backward compatibility commitment.
> Here is an example of a Livy Knox service implementation:
> https://community.hortonworks.com/articles/70499/adding-livy-server-as-service-to-apache-knox.html
> The Livy service will need to support Kerberos and load balancing



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KNOX-1148) Fix Livy Service Definition to align with Livy API (Spark REST Service)

2017-12-21 Thread Larry McCay (JIRA)

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

Larry McCay updated KNOX-1148:
--
Fix Version/s: 0.14.1

> Fix Livy Service Definition to align with Livy API (Spark REST Service) 
> 
>
> Key: KNOX-1148
> URL: https://issues.apache.org/jira/browse/KNOX-1148
> Project: Apache Knox
>  Issue Type: Improvement
>  Components: Server
>Reporter: Larry McCay
>Assignee: Larry McCay
> Fix For: 1.0.0, 0.14.1
>
>
> http://livy.io/
> The initial contribution for Livy REST API includes a deviation from the 
> actual Livy server API in that it requires a "v1" where the actual API does 
> not. This may cause confusion for end users and possible incompatibilities 
> with existing Livy clients that don't expect that.
> We need to remove the need for the "v1" for the 1.0.0 release as it implies 
> an extended level of backward compatibility commitment.
> Here is an example of a Livy Knox service implementation:
> https://community.hortonworks.com/articles/70499/adding-livy-server-as-service-to-apache-knox.html
> The Livy service will need to support Kerberos and load balancing



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KNOX-1148) Fix Livy Service Definition to align with Livy API (Spark REST Service)

2017-12-14 Thread Larry McCay (JIRA)

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

Larry McCay updated KNOX-1148:
--
Description: 
http://livy.io/

The initial contribution for Livy REST API includes a deviation from the actual 
Livy server API in that it requires a "v1" where the actual API does not. This 
may cause confusion for end users and possible incompatibilities with existing 
Livy clients that don't expect that.

We need to remove the need for the "v1" for the 1.0.0 release as it implies an 
extended level of backward compatibility commitment.

Here is an example of a Livy Knox service implementation:
https://community.hortonworks.com/articles/70499/adding-livy-server-as-service-to-apache-knox.html

The Livy service will need to support Kerberos and load balancing

  was:
http://livy.io/

Here is an example of a Livy Knox service implementation:
https://community.hortonworks.com/articles/70499/adding-livy-server-as-service-to-apache-knox.html

The Livy service will need to support Kerberos and load balancing


> Fix Livy Service Definition to align with Livy API (Spark REST Service) 
> 
>
> Key: KNOX-1148
> URL: https://issues.apache.org/jira/browse/KNOX-1148
> Project: Apache Knox
>  Issue Type: Improvement
>  Components: Server
>Reporter: Larry McCay
>Assignee: Jeffrey E  Rodriguez
> Fix For: 1.0.0
>
>
> http://livy.io/
> The initial contribution for Livy REST API includes a deviation from the 
> actual Livy server API in that it requires a "v1" where the actual API does 
> not. This may cause confusion for end users and possible incompatibilities 
> with existing Livy clients that don't expect that.
> We need to remove the need for the "v1" for the 1.0.0 release as it implies 
> an extended level of backward compatibility commitment.
> Here is an example of a Livy Knox service implementation:
> https://community.hortonworks.com/articles/70499/adding-livy-server-as-service-to-apache-knox.html
> The Livy service will need to support Kerberos and load balancing



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KNOX-1148) Fix Livy Service Definition to align with Livy API (Spark REST Service)

2017-12-14 Thread Larry McCay (JIRA)

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

Larry McCay updated KNOX-1148:
--
Fix Version/s: (was: 0.14.0)
   1.0.0

> Fix Livy Service Definition to align with Livy API (Spark REST Service) 
> 
>
> Key: KNOX-1148
> URL: https://issues.apache.org/jira/browse/KNOX-1148
> Project: Apache Knox
>  Issue Type: Improvement
>  Components: Server
>Reporter: Larry McCay
>Assignee: Jeffrey E  Rodriguez
> Fix For: 1.0.0
>
>
> http://livy.io/
> Here is an example of a Livy Knox service implementation:
> https://community.hortonworks.com/articles/70499/adding-livy-server-as-service-to-apache-knox.html
> The Livy service will need to support Kerberos and load balancing



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)