[jira] [Updated] (HIVE-12958) Make embedded Jetty server more configurable

2016-02-04 Thread Aihua Xu (JIRA)

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

Aihua Xu updated HIVE-12958:

Description: 
Currently you can't configure embedded jetty within HCatalog. Propose to 
support adding an xml configuration which Jetty already supports. A new 
Web-hcat configuration will be added to specify the configure file location. If 
the file doesn't exist, falls back to old behavior. If it exists, load such 
configuration to configure Jetty server. 

Some default parameters may not be sufficient such as request/response buffer 
size. This improvement allows to make such configuration change.

  was:
Currently you can't configure embedded jetty within HCatalog. Propose to 
support add an xml configuration which Jetty already supports. A new Web-hcat 
configuration will be added to specify the configure file location. If the file 
doesn't exist, falls back to old behavior. If it exists, load such 
configuration to configure Jetty server. 

Some default parameters may not be sufficient such as request/response buffer 
size. This improvement allows to make such configuration change.


> Make embedded Jetty server more configurable
> 
>
> Key: HIVE-12958
> URL: https://issues.apache.org/jira/browse/HIVE-12958
> Project: Hive
>  Issue Type: Improvement
>  Components: HCatalog
>Affects Versions: 2.1.0
>Reporter: Aihua Xu
>Assignee: Aihua Xu
> Attachments: HIVE-12958.1.patch, HIVE-12958.2.patch, 
> HIVE-12958.3.patch
>
>
> Currently you can't configure embedded jetty within HCatalog. Propose to 
> support adding an xml configuration which Jetty already supports. A new 
> Web-hcat configuration will be added to specify the configure file location. 
> If the file doesn't exist, falls back to old behavior. If it exists, load 
> such configuration to configure Jetty server. 
> Some default parameters may not be sufficient such as request/response buffer 
> size. This improvement allows to make such configuration change.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-12958) Make embedded Jetty server more configurable

2016-02-04 Thread Aihua Xu (JIRA)

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

Aihua Xu updated HIVE-12958:

Release Note: 
A new property 'templeton.jetty.configuration' can be set pointing to an XML 
file in webhcat configuration file to enable the embedded Jetty configuration 
from such file.

   
 templeton.jetty.configuration
 
 The embedded jetty configuration file.
   

We can follow 
https://wiki.eclipse.org/Jetty/Tutorial/Embedding_Jetty#Configuring_a_File_Server_with_XML
 to make the xml configuration file to update the settings.

Here is an example:


http://www.eclipse.org/jetty/configure.dtd;>



  
  

65535
  
  



  was:
A new property 'templeton.jetty.configuration' can be set pointing to an XML 
file in webhcat configuration file to enable the embedded Jetty configuration 
from such file.

{noformat}
   
 templeton.jetty.configuration
 
 The embedded jetty configuration file.
  
{noformat}

We can follow 
https://wiki.eclipse.org/Jetty/Tutorial/Embedding_Jetty#Configuring_a_File_Server_with_XML
 to make the xml configuration file to update the settings.

Here is an example:


http://www.eclipse.org/jetty/configure.dtd;>



  
  

65535
  
  




> Make embedded Jetty server more configurable
> 
>
> Key: HIVE-12958
> URL: https://issues.apache.org/jira/browse/HIVE-12958
> Project: Hive
>  Issue Type: Improvement
>  Components: HCatalog
>Affects Versions: 2.1.0
>Reporter: Aihua Xu
>Assignee: Aihua Xu
>  Labels: TODOC2.1
> Fix For: 2.1.0
>
> Attachments: HIVE-12958.1.patch, HIVE-12958.2.patch, 
> HIVE-12958.3.patch
>
>
> Currently you can't configure embedded jetty within HCatalog. Propose to 
> support an xml configuration which Jetty already supports. A new Web-hcat 
> property will be added to specify the configure file location. If the file 
> doesn't exist, falls back to old behavior. If it exists, such configuration 
> will be loaded to configure embedded Jetty server. 
> Some default parameters for Jetty may not be sufficient for some cases such 
> as request/response buffer size. This improvement allows to make such change.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-12958) Make embedded Jetty server more configurable

2016-02-04 Thread Aihua Xu (JIRA)

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

Aihua Xu updated HIVE-12958:

Release Note: 
A new property 'templeton.jetty.configuration' can be set pointing to an XML 
file in webhcat configuration file to enable the embedded Jetty configuration 
from such file.

{noformat}
   
 templeton.jetty.configuration
 
 The embedded jetty configuration file.
  
{noformat}

We can follow 
https://wiki.eclipse.org/Jetty/Tutorial/Embedding_Jetty#Configuring_a_File_Server_with_XML
 to make the xml configuration file to update the settings.

Here is an example:


http://www.eclipse.org/jetty/configure.dtd;>



  
  

65535
  
  



  was:
We can follow 
https://wiki.eclipse.org/Jetty/Tutorial/Embedding_Jetty#Configuring_a_File_Server_with_XML
 to make the xml configuration file to update the settings.

Here is an example:


http://www.eclipse.org/jetty/configure.dtd;>



  
  

65535
  
  




> Make embedded Jetty server more configurable
> 
>
> Key: HIVE-12958
> URL: https://issues.apache.org/jira/browse/HIVE-12958
> Project: Hive
>  Issue Type: Improvement
>  Components: HCatalog
>Affects Versions: 2.1.0
>Reporter: Aihua Xu
>Assignee: Aihua Xu
>  Labels: TODOC2.1
> Fix For: 2.1.0
>
> Attachments: HIVE-12958.1.patch, HIVE-12958.2.patch, 
> HIVE-12958.3.patch
>
>
> Currently you can't configure embedded jetty within HCatalog. Propose to 
> support an xml configuration which Jetty already supports. A new Web-hcat 
> property will be added to specify the configure file location. If the file 
> doesn't exist, falls back to old behavior. If it exists, such configuration 
> will be loaded to configure embedded Jetty server. 
> Some default parameters for Jetty may not be sufficient for some cases such 
> as request/response buffer size. This improvement allows to make such change.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-12958) Make embedded Jetty server more configurable

2016-02-04 Thread Aihua Xu (JIRA)

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

Aihua Xu updated HIVE-12958:

Labels: TODOC2.1  (was: )

> Make embedded Jetty server more configurable
> 
>
> Key: HIVE-12958
> URL: https://issues.apache.org/jira/browse/HIVE-12958
> Project: Hive
>  Issue Type: Improvement
>  Components: HCatalog
>Affects Versions: 2.1.0
>Reporter: Aihua Xu
>Assignee: Aihua Xu
>  Labels: TODOC2.1
> Fix For: 2.1.0
>
> Attachments: HIVE-12958.1.patch, HIVE-12958.2.patch, 
> HIVE-12958.3.patch
>
>
> Currently you can't configure embedded jetty within HCatalog. Propose to 
> support an xml configuration which Jetty already supports. A new Web-hcat 
> property will be added to specify the configure file location. If the file 
> doesn't exist, falls back to old behavior. If it exists, such configuration 
> will be loaded to configure embedded Jetty server. 
> Some default parameters for Jetty may not be sufficient for some cases such 
> as request/response buffer size. This improvement allows to make such change.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-12958) Make embedded Jetty server more configurable

2016-02-04 Thread Aihua Xu (JIRA)

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

Aihua Xu updated HIVE-12958:

Description: 
Currently you can't configure embedded jetty within HCatalog. Propose to 
support an xml configuration which Jetty already supports. A new Web-hcat 
property will be added to specify the configure file location. If the file 
doesn't exist, falls back to old behavior. If it exists, such configuration 
will be loaded to configure embedded Jetty server. 

Some default parameters for Jetty may not be sufficient for some cases such as 
request/response buffer size. This improvement allows to make such change.

  was:
Currently you can't configure embedded jetty within HCatalog. Propose to 
support adding an xml configuration which Jetty already supports. A new 
Web-hcat configuration will be added to specify the configure file location. If 
the file doesn't exist, falls back to old behavior. If it exists, load such 
configuration to configure Jetty server. 

Some default parameters may not be sufficient such as request/response buffer 
size. This improvement allows to make such configuration change.


> Make embedded Jetty server more configurable
> 
>
> Key: HIVE-12958
> URL: https://issues.apache.org/jira/browse/HIVE-12958
> Project: Hive
>  Issue Type: Improvement
>  Components: HCatalog
>Affects Versions: 2.1.0
>Reporter: Aihua Xu
>Assignee: Aihua Xu
> Attachments: HIVE-12958.1.patch, HIVE-12958.2.patch, 
> HIVE-12958.3.patch
>
>
> Currently you can't configure embedded jetty within HCatalog. Propose to 
> support an xml configuration which Jetty already supports. A new Web-hcat 
> property will be added to specify the configure file location. If the file 
> doesn't exist, falls back to old behavior. If it exists, such configuration 
> will be loaded to configure embedded Jetty server. 
> Some default parameters for Jetty may not be sufficient for some cases such 
> as request/response buffer size. This improvement allows to make such change.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-12958) Make embedded Jetty server more configurable

2016-02-02 Thread Aihua Xu (JIRA)

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

Aihua Xu updated HIVE-12958:

Attachment: HIVE-12958.3.patch

> Make embedded Jetty server more configurable
> 
>
> Key: HIVE-12958
> URL: https://issues.apache.org/jira/browse/HIVE-12958
> Project: Hive
>  Issue Type: Improvement
>  Components: HCatalog
>Affects Versions: 2.1.0
>Reporter: Aihua Xu
>Assignee: Aihua Xu
> Attachments: HIVE-12958.1.patch, HIVE-12958.2.patch, 
> HIVE-12958.3.patch
>
>
> Currently you can't configure embedded jetty within HCatalog. Propose to 
> support add an xml configuration which Jetty already supports. A new Web-hcat 
> configuration will be added to specify the configure file location. If the 
> file doesn't exist, falls back to old behavior. If it exists, load such 
> configuration to configure Jetty server. 
> Some default parameters may not be sufficient such as request/response buffer 
> size. This improvement allows to make such configuration change.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-12958) Make embedded Jetty server more configurable

2016-01-29 Thread Aihua Xu (JIRA)

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

Aihua Xu updated HIVE-12958:

Attachment: HIVE-12958.2.patch

> Make embedded Jetty server more configurable
> 
>
> Key: HIVE-12958
> URL: https://issues.apache.org/jira/browse/HIVE-12958
> Project: Hive
>  Issue Type: Improvement
>  Components: HCatalog
>Affects Versions: 2.1.0
>Reporter: Aihua Xu
>Assignee: Aihua Xu
> Attachments: HIVE-12958.1.patch, HIVE-12958.2.patch
>
>
> Currently you can't configure embedded jetty within HCatalog. Propose to 
> support add an xml configuration which Jetty already supports. A new Web-hcat 
> configuration will be added to specify the configure file location. If the 
> file doesn't exist, falls back to old behavior. If it exists, load such 
> configuration to configure Jetty server. 
> Some default parameters may not be sufficient such as request/response buffer 
> size. This improvement allows to make such configuration change.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-12958) Make embedded Jetty server more configurable

2016-01-29 Thread Aihua Xu (JIRA)

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

Aihua Xu updated HIVE-12958:

Release Note: 
We can follow 
https://wiki.eclipse.org/Jetty/Tutorial/Embedding_Jetty#Configuring_a_File_Server_with_XML
 to make the xml configuration file to update the settings.

Here is an example:


http://www.eclipse.org/jetty/configure.dtd;>



  
  

65535
  
  



  was:We can follow 
https://wiki.eclipse.org/Jetty/Tutorial/Embedding_Jetty#Configuring_a_File_Server_with_XML
 to make the xml configuration file to update the settings.


> Make embedded Jetty server more configurable
> 
>
> Key: HIVE-12958
> URL: https://issues.apache.org/jira/browse/HIVE-12958
> Project: Hive
>  Issue Type: Improvement
>  Components: HCatalog
>Affects Versions: 2.1.0
>Reporter: Aihua Xu
>Assignee: Aihua Xu
> Attachments: HIVE-12958.1.patch, HIVE-12958.2.patch
>
>
> Currently you can't configure embedded jetty within HCatalog. Propose to 
> support add an xml configuration which Jetty already supports. A new Web-hcat 
> configuration will be added to specify the configure file location. If the 
> file doesn't exist, falls back to old behavior. If it exists, load such 
> configuration to configure Jetty server. 
> Some default parameters may not be sufficient such as request/response buffer 
> size. This improvement allows to make such configuration change.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-12958) Make embedded Jetty server more configurable

2016-01-28 Thread Aihua Xu (JIRA)

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

Aihua Xu updated HIVE-12958:

Release Note: We can follow 
https://wiki.eclipse.org/Jetty/Tutorial/Embedding_Jetty#Configuring_a_File_Server_with_XML
 to make the xml configuration file to update the settings.

> Make embedded Jetty server more configurable
> 
>
> Key: HIVE-12958
> URL: https://issues.apache.org/jira/browse/HIVE-12958
> Project: Hive
>  Issue Type: Improvement
>  Components: HCatalog
>Affects Versions: 2.1.0
>Reporter: Aihua Xu
>Assignee: Aihua Xu
> Attachments: HIVE-12958.1.patch
>
>
> Currently you can't configure embedded jetty within HCatalog. Propose to 
> support add an xml configuration which Jetty already supports. A new Web-hcat 
> configuration will be added to specify the configure file location. If the 
> file doesn't exist, falls back to old behavior. If it exists, load such 
> configuration to configure Jetty server. 
> Some default parameters may not be sufficient such as request/response buffer 
> size. This improvement allows to make such configuration change.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-12958) Make embedded Jetty server more configurable

2016-01-28 Thread Aihua Xu (JIRA)

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

Aihua Xu updated HIVE-12958:

Attachment: (was: HIVE-12958.1.patch)

> Make embedded Jetty server more configurable
> 
>
> Key: HIVE-12958
> URL: https://issues.apache.org/jira/browse/HIVE-12958
> Project: Hive
>  Issue Type: Improvement
>  Components: HCatalog
>Affects Versions: 2.1.0
>Reporter: Aihua Xu
>Assignee: Aihua Xu
>
> Currently you can't configure embedded jetty within HCatalog. Propose to 
> support add an xml configuration which Jetty already supports. A new Web-hcat 
> configuration will be added to specify the configure file location. If the 
> file doesn't exist, falls back to old behavior. If it exists, load such 
> configuration to configure Jetty server. 
> Some default parameters may not be sufficient such as request/response buffer 
> size. This improvement allows to make such configuration change.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-12958) Make embedded Jetty server more configurable

2016-01-28 Thread Aihua Xu (JIRA)

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

Aihua Xu updated HIVE-12958:

Attachment: HIVE-12958.1.patch

> Make embedded Jetty server more configurable
> 
>
> Key: HIVE-12958
> URL: https://issues.apache.org/jira/browse/HIVE-12958
> Project: Hive
>  Issue Type: Improvement
>  Components: HCatalog
>Affects Versions: 2.1.0
>Reporter: Aihua Xu
>Assignee: Aihua Xu
> Attachments: HIVE-12958.1.patch
>
>
> Currently you can't configure embedded jetty within HCatalog. Propose to 
> support add an xml configuration which Jetty already supports. A new Web-hcat 
> configuration will be added to specify the configure file location. If the 
> file doesn't exist, falls back to old behavior. If it exists, load such 
> configuration to configure Jetty server. 
> Some default parameters may not be sufficient such as request/response buffer 
> size. This improvement allows to make such configuration change.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-12958) Make embedded Jetty server more configurable

2016-01-28 Thread Aihua Xu (JIRA)

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

Aihua Xu updated HIVE-12958:

Attachment: HIVE-12958.1.patch

> Make embedded Jetty server more configurable
> 
>
> Key: HIVE-12958
> URL: https://issues.apache.org/jira/browse/HIVE-12958
> Project: Hive
>  Issue Type: Improvement
>  Components: HCatalog
>Affects Versions: 2.1.0
>Reporter: Aihua Xu
>Assignee: Aihua Xu
> Attachments: HIVE-12958.1.patch
>
>
> Currently you can't configure embedded jetty within HCatalog. Propose to 
> support add an xml configuration which Jetty already supports. A new Web-hcat 
> configuration will be added to specify the configure file location. If the 
> file doesn't exist, falls back to old behavior. If it exists, load such 
> configuration to configure Jetty server. 
> Some default parameters may not be sufficient such as request/response buffer 
> size. This improvement allows to make such configuration change.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-12958) Make embedded Jetty server more configurable

2016-01-28 Thread Aihua Xu (JIRA)

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

Aihua Xu updated HIVE-12958:

Description: 
Currently you can't configure embedded jetty within HCatalog. Propose to 
support add an xml configuration which Jetty already supports. A new Web-hcat 
configuration will be added to specify the configure file location. If the file 
doesn't exist, falls back to old behavior. If it exists, load such 
configuration to configure Jetty server. 

Some default parameters may not be sufficient such as request/response buffer 
size. This improvement allows to make such configuration change.

  was:Currently you can't configure embedded jetty within HCatalog. Propose to 
support add an xml configuration which Jetty already supports. A new Web-hcat 
configuration will be added to specify the configure file location. If the file 
doesn't exist, falls back to old behavior. If it exists, load such 
configuration to configure Jetty server.


> Make embedded Jetty server more configurable
> 
>
> Key: HIVE-12958
> URL: https://issues.apache.org/jira/browse/HIVE-12958
> Project: Hive
>  Issue Type: Improvement
>  Components: HCatalog
>Affects Versions: 2.1.0
>Reporter: Aihua Xu
>Assignee: Aihua Xu
>
> Currently you can't configure embedded jetty within HCatalog. Propose to 
> support add an xml configuration which Jetty already supports. A new Web-hcat 
> configuration will be added to specify the configure file location. If the 
> file doesn't exist, falls back to old behavior. If it exists, load such 
> configuration to configure Jetty server. 
> Some default parameters may not be sufficient such as request/response buffer 
> size. This improvement allows to make such configuration change.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)