[jira] [Updated] (HIVE-5403) Move loading of filesystem, ugi, metastore client to hive session

2013-10-23 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan updated HIVE-5403:
---

   Resolution: Fixed
Fix Version/s: 0.13.0
   Status: Resolved  (was: Patch Available)

Committed to trunk. Thanks, Vikram!

 Move loading of filesystem, ugi, metastore client to hive session
 -

 Key: HIVE-5403
 URL: https://issues.apache.org/jira/browse/HIVE-5403
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Vikram Dixit K
Assignee: Vikram Dixit K
 Fix For: 0.13.0

 Attachments: HIVE-5403.1.patch, HIVE-5403.2.patch, HIVE-5403.3.patch, 
 HIVE-5403.4.patch


 As part of HIVE-5184, the metastore connection, loading filesystem were done 
 as part of the tez session so as to speed up query times while paying a cost 
 at startup. We can do this more generally in hive to apply to both the 
 mapreduce and tez side of things.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-5403) Move loading of filesystem, ugi, metastore client to hive session

2013-10-22 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-5403:
-

Status: Open  (was: Patch Available)

 Move loading of filesystem, ugi, metastore client to hive session
 -

 Key: HIVE-5403
 URL: https://issues.apache.org/jira/browse/HIVE-5403
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Vikram Dixit K
Assignee: Vikram Dixit K
 Attachments: HIVE-5403.1.patch, HIVE-5403.2.patch, HIVE-5403.3.patch, 
 HIVE-5403.4.patch


 As part of HIVE-5184, the metastore connection, loading filesystem were done 
 as part of the tez session so as to speed up query times while paying a cost 
 at startup. We can do this more generally in hive to apply to both the 
 mapreduce and tez side of things.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-5403) Move loading of filesystem, ugi, metastore client to hive session

2013-10-22 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-5403:
-

Attachment: HIVE-5403.4.patch

Fixed failing testcase. The test was failing because the show tables issued by 
the test was expected to fail upon creation of the metastore client (connection 
to metastore). However, since the metastore client is created upon session 
start by this patch, the testcase failed earlier than expected. Fixed it 
accordingly.

 Move loading of filesystem, ugi, metastore client to hive session
 -

 Key: HIVE-5403
 URL: https://issues.apache.org/jira/browse/HIVE-5403
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Vikram Dixit K
Assignee: Vikram Dixit K
 Attachments: HIVE-5403.1.patch, HIVE-5403.2.patch, HIVE-5403.3.patch, 
 HIVE-5403.4.patch


 As part of HIVE-5184, the metastore connection, loading filesystem were done 
 as part of the tez session so as to speed up query times while paying a cost 
 at startup. We can do this more generally in hive to apply to both the 
 mapreduce and tez side of things.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-5403) Move loading of filesystem, ugi, metastore client to hive session

2013-10-22 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-5403:
-

Status: Patch Available  (was: Open)

 Move loading of filesystem, ugi, metastore client to hive session
 -

 Key: HIVE-5403
 URL: https://issues.apache.org/jira/browse/HIVE-5403
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Vikram Dixit K
Assignee: Vikram Dixit K
 Attachments: HIVE-5403.1.patch, HIVE-5403.2.patch, HIVE-5403.3.patch, 
 HIVE-5403.4.patch


 As part of HIVE-5184, the metastore connection, loading filesystem were done 
 as part of the tez session so as to speed up query times while paying a cost 
 at startup. We can do this more generally in hive to apply to both the 
 mapreduce and tez side of things.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-5403) Move loading of filesystem, ugi, metastore client to hive session

2013-10-15 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-5403:
-

Attachment: HIVE-5403.3.patch

Updated to latest trunk. Eclipse has been broken since the merge with the 
vectorization branch. I will raise another JIRA for the same but with this 
patch I am able to successfully run tests on the command line/terminal.

 Move loading of filesystem, ugi, metastore client to hive session
 -

 Key: HIVE-5403
 URL: https://issues.apache.org/jira/browse/HIVE-5403
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Vikram Dixit K
Assignee: Vikram Dixit K
 Attachments: HIVE-5403.1.patch, HIVE-5403.2.patch, HIVE-5403.3.patch


 As part of HIVE-5184, the metastore connection, loading filesystem were done 
 as part of the tez session so as to speed up query times while paying a cost 
 at startup. We can do this more generally in hive to apply to both the 
 mapreduce and tez side of things.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-5403) Move loading of filesystem, ugi, metastore client to hive session

2013-10-15 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-5403:
-

Status: Patch Available  (was: Open)

 Move loading of filesystem, ugi, metastore client to hive session
 -

 Key: HIVE-5403
 URL: https://issues.apache.org/jira/browse/HIVE-5403
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Vikram Dixit K
Assignee: Vikram Dixit K
 Attachments: HIVE-5403.1.patch, HIVE-5403.2.patch, HIVE-5403.3.patch


 As part of HIVE-5184, the metastore connection, loading filesystem were done 
 as part of the tez session so as to speed up query times while paying a cost 
 at startup. We can do this more generally in hive to apply to both the 
 mapreduce and tez side of things.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-5403) Move loading of filesystem, ugi, metastore client to hive session

2013-10-15 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-5403:
-

Status: Open  (was: Patch Available)

 Move loading of filesystem, ugi, metastore client to hive session
 -

 Key: HIVE-5403
 URL: https://issues.apache.org/jira/browse/HIVE-5403
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Vikram Dixit K
Assignee: Vikram Dixit K
 Attachments: HIVE-5403.1.patch, HIVE-5403.2.patch, HIVE-5403.3.patch


 As part of HIVE-5184, the metastore connection, loading filesystem were done 
 as part of the tez session so as to speed up query times while paying a cost 
 at startup. We can do this more generally in hive to apply to both the 
 mapreduce and tez side of things.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-5403) Move loading of filesystem, ugi, metastore client to hive session

2013-10-01 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-5403:
-

Attachment: HIVE-5403.2.patch

Updated to address Gunther's comments.

 Move loading of filesystem, ugi, metastore client to hive session
 -

 Key: HIVE-5403
 URL: https://issues.apache.org/jira/browse/HIVE-5403
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Vikram Dixit K
Assignee: Vikram Dixit K
 Attachments: HIVE-5403.1.patch, HIVE-5403.2.patch


 As part of HIVE-5184, the metastore connection, loading filesystem were done 
 as part of the tez session so as to speed up query times while paying a cost 
 at startup. We can do this more generally in hive to apply to both the 
 mapreduce and tez side of things.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-5403) Move loading of filesystem, ugi, metastore client to hive session

2013-10-01 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-5403:
-

Status: Open  (was: Patch Available)

 Move loading of filesystem, ugi, metastore client to hive session
 -

 Key: HIVE-5403
 URL: https://issues.apache.org/jira/browse/HIVE-5403
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Vikram Dixit K
Assignee: Vikram Dixit K
 Attachments: HIVE-5403.1.patch, HIVE-5403.2.patch


 As part of HIVE-5184, the metastore connection, loading filesystem were done 
 as part of the tez session so as to speed up query times while paying a cost 
 at startup. We can do this more generally in hive to apply to both the 
 mapreduce and tez side of things.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-5403) Move loading of filesystem, ugi, metastore client to hive session

2013-09-30 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-5403:
-

Attachment: HIVE-5403.1.patch

 Move loading of filesystem, ugi, metastore client to hive session
 -

 Key: HIVE-5403
 URL: https://issues.apache.org/jira/browse/HIVE-5403
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Vikram Dixit K
Assignee: Vikram Dixit K
 Attachments: HIVE-5403.1.patch


 As part of HIVE-5184, the metastore connection, loading filesystem were done 
 as part of the tez session so as to speed up query times while paying a cost 
 at startup. We can do this more generally in hive to apply to both the 
 mapreduce and tez side of things.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-5403) Move loading of filesystem, ugi, metastore client to hive session

2013-09-30 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-5403:
-

Status: Patch Available  (was: Open)

 Move loading of filesystem, ugi, metastore client to hive session
 -

 Key: HIVE-5403
 URL: https://issues.apache.org/jira/browse/HIVE-5403
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Vikram Dixit K
Assignee: Vikram Dixit K
 Attachments: HIVE-5403.1.patch


 As part of HIVE-5184, the metastore connection, loading filesystem were done 
 as part of the tez session so as to speed up query times while paying a cost 
 at startup. We can do this more generally in hive to apply to both the 
 mapreduce and tez side of things.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-5403) Move loading of filesystem, ugi, metastore client to hive session

2013-09-30 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-5403:
-

Attachment: (was: HIVE-5403.1.patch)

 Move loading of filesystem, ugi, metastore client to hive session
 -

 Key: HIVE-5403
 URL: https://issues.apache.org/jira/browse/HIVE-5403
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Vikram Dixit K
Assignee: Vikram Dixit K

 As part of HIVE-5184, the metastore connection, loading filesystem were done 
 as part of the tez session so as to speed up query times while paying a cost 
 at startup. We can do this more generally in hive to apply to both the 
 mapreduce and tez side of things.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-5403) Move loading of filesystem, ugi, metastore client to hive session

2013-09-30 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-5403:
-

Status: Open  (was: Patch Available)

 Move loading of filesystem, ugi, metastore client to hive session
 -

 Key: HIVE-5403
 URL: https://issues.apache.org/jira/browse/HIVE-5403
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Vikram Dixit K
Assignee: Vikram Dixit K
 Attachments: HIVE-5403.1.patch


 As part of HIVE-5184, the metastore connection, loading filesystem were done 
 as part of the tez session so as to speed up query times while paying a cost 
 at startup. We can do this more generally in hive to apply to both the 
 mapreduce and tez side of things.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-5403) Move loading of filesystem, ugi, metastore client to hive session

2013-09-30 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-5403:
-

Attachment: HIVE-5403.1.patch

 Move loading of filesystem, ugi, metastore client to hive session
 -

 Key: HIVE-5403
 URL: https://issues.apache.org/jira/browse/HIVE-5403
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Vikram Dixit K
Assignee: Vikram Dixit K
 Attachments: HIVE-5403.1.patch


 As part of HIVE-5184, the metastore connection, loading filesystem were done 
 as part of the tez session so as to speed up query times while paying a cost 
 at startup. We can do this more generally in hive to apply to both the 
 mapreduce and tez side of things.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-5403) Move loading of filesystem, ugi, metastore client to hive session

2013-09-30 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K updated HIVE-5403:
-

Status: Patch Available  (was: Open)

 Move loading of filesystem, ugi, metastore client to hive session
 -

 Key: HIVE-5403
 URL: https://issues.apache.org/jira/browse/HIVE-5403
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Vikram Dixit K
Assignee: Vikram Dixit K
 Attachments: HIVE-5403.1.patch


 As part of HIVE-5184, the metastore connection, loading filesystem were done 
 as part of the tez session so as to speed up query times while paying a cost 
 at startup. We can do this more generally in hive to apply to both the 
 mapreduce and tez side of things.



--
This message was sent by Atlassian JIRA
(v6.1#6144)