[jira] [Updated] (LENS-831) Create a single jar for shipping with hive queries

2015-10-20 Thread Amareshwari Sriramadasu (JIRA)

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

Amareshwari Sriramadasu updated LENS-831:
-
Resolution: Fixed
Status: Resolved  (was: Patch Available)

Committed to both master and current-release-line. Thanks [~sriksun]

> Create a single jar for shipping with hive queries
> --
>
> Key: LENS-831
> URL: https://issues.apache.org/jira/browse/LENS-831
> Project: Apache Lens
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 2.4
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
>  Labels: packaging
> Fix For: 2.4
>
> Attachments: LENS-831-V1.patch, LENS-831.patch
>
>
> Currently a number of jars have to be shipped along with each query apart 
> from user extension jars for udf, serde etc. This has two side effects:
> 1. Number of ClassLoader on the hive server increases (potentially causing 
> PermGen OOM issues)
> 2. Number of jar localization events in the node manager when executing a 
> task.
> The proposal is to bundle these and create a single shaded jar and make it 
> available in the binary distribution.



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


[jira] [Updated] (LENS-831) Create a single jar for shipping with hive queries

2015-10-18 Thread Srikanth Sundarrajan (JIRA)

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

Srikanth Sundarrajan updated LENS-831:
--
Fix Version/s: 2.4
Affects Version/s: 2.4
   Status: Patch Available  (was: Open)

> Create a single jar for shipping with hive queries
> --
>
> Key: LENS-831
> URL: https://issues.apache.org/jira/browse/LENS-831
> Project: Apache Lens
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 2.4
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
>  Labels: packaging
> Fix For: 2.4
>
> Attachments: LENS-831.patch
>
>
> Currently a number of jars have to be shipped along with each query apart 
> from user extension jars for udf, serde etc. This has two side effects:
> 1. Number of ClassLoader on the hive server increases (potentially causing 
> PermGen OOM issues)
> 2. Number of jar localization events in the node manager when executing a 
> task.
> The proposal is to bundle these and create a single shaded jar and make it 
> available in the binary distribution.



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


[jira] [Updated] (LENS-831) Create a single jar for shipping with hive queries

2015-10-18 Thread Srikanth Sundarrajan (JIRA)

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

Srikanth Sundarrajan updated LENS-831:
--
Labels: packaging  (was: )

> Create a single jar for shipping with hive queries
> --
>
> Key: LENS-831
> URL: https://issues.apache.org/jira/browse/LENS-831
> Project: Apache Lens
>  Issue Type: Improvement
>  Components: build
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
>  Labels: packaging
>
> Currently a number of jars have to be shipped along with each query apart 
> from user extension jars for udf, serde etc. This has two side effects:
> 1. Number of ClassLoader on the hive server increases (potentially causing 
> PermGen OOM issues)
> 2. Number of jar localization events in the node manager when executing a 
> task.
> The proposal is to bundle these and create a single shaded jar and make it 
> available in the binary distribution.



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


[jira] [Updated] (LENS-831) Create a single jar for shipping with hive queries

2015-10-18 Thread Srikanth Sundarrajan (JIRA)

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

Srikanth Sundarrajan updated LENS-831:
--
Attachment: LENS-831.patch

> Create a single jar for shipping with hive queries
> --
>
> Key: LENS-831
> URL: https://issues.apache.org/jira/browse/LENS-831
> Project: Apache Lens
>  Issue Type: Improvement
>  Components: build
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
>  Labels: packaging
> Attachments: LENS-831.patch
>
>
> Currently a number of jars have to be shipped along with each query apart 
> from user extension jars for udf, serde etc. This has two side effects:
> 1. Number of ClassLoader on the hive server increases (potentially causing 
> PermGen OOM issues)
> 2. Number of jar localization events in the node manager when executing a 
> task.
> The proposal is to bundle these and create a single shaded jar and make it 
> available in the binary distribution.



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


[jira] [Updated] (LENS-831) Create a single jar for shipping with hive queries

2015-10-18 Thread Srikanth Sundarrajan (JIRA)

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

Srikanth Sundarrajan updated LENS-831:
--
Attachment: LENS-831-V1.patch

Updated patch to include net.sf.opencsv:opencsv

> Create a single jar for shipping with hive queries
> --
>
> Key: LENS-831
> URL: https://issues.apache.org/jira/browse/LENS-831
> Project: Apache Lens
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 2.4
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
>  Labels: packaging
> Fix For: 2.4
>
> Attachments: LENS-831-V1.patch, LENS-831.patch
>
>
> Currently a number of jars have to be shipped along with each query apart 
> from user extension jars for udf, serde etc. This has two side effects:
> 1. Number of ClassLoader on the hive server increases (potentially causing 
> PermGen OOM issues)
> 2. Number of jar localization events in the node manager when executing a 
> task.
> The proposal is to bundle these and create a single shaded jar and make it 
> available in the binary distribution.



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