[jira] [Updated] (HIVE-11649) Hive UPDATE,INSERT,DELETE issue

2015-09-16 Thread Veerendra Nath Jasthi (JIRA)

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

Veerendra Nath Jasthi updated HIVE-11649:
-
Attachment: hive-site.xml

Hi Alan,

PFA.




> Hive UPDATE,INSERT,DELETE issue
> ---
>
> Key: HIVE-11649
> URL: https://issues.apache.org/jira/browse/HIVE-11649
> Project: Hive
>  Issue Type: Bug
> Environment: Hadoop-2.2.0 , hive-1.2.0 ,operating system 
> ubuntu14.04lts (64-bit) & Java 1.7
>Reporter: Veerendra Nath Jasthi
>Assignee: Hive QA
> Attachments: afterChange.png, beforeChange.png, hive-site.xml, 
> hive.log
>
>
>  have been trying to implement the UPDATE,INSERT,DELETE operations in hive 
> table as per link: 
> https://cwiki.apache.org/confluence/display/Hive/Hive+Transactions#HiveTransactions-
>  
> but whenever I was trying to include the properties which will do our work 
> i.e. 
> Configuration Values to Set for INSERT, UPDATE, DELETE 
> hive.support.concurrency  true (default is false) 
> hive.enforce.bucketingtrue (default is false) 
> hive.exec.dynamic.partition.mode  nonstrict (default is strict) 
> after that if I run show tables command on hive shell its taking 65.15 
> seconds which normally runs at 0.18 seconds without the above properties. 
> Apart from show tables rest of the commands not giving any output i.e. its 
> keep on running until and unless kill the process.
> Could you tell me reason for this?



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


[jira] [Updated] (HIVE-11649) Hive UPDATE,INSERT,DELETE issue

2015-09-14 Thread Veerendra Nath Jasthi (JIRA)

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

Veerendra Nath Jasthi updated HIVE-11649:
-
Attachment: hive.log
beforeChange.png
afterChange.png

Hi Alan,

Hope everything is good at your end & thanks for your reply.

Here I have attached metastore logs and the screen shot of "SHOW TABLES "
command before & after including configurations in hive-site.xml for CURD
operations.So usually it takes a time to run this command is milliseconds
but after making changes in hive-site.xml its time is 1 min that we can
observe the screen shots.

Regards,
Veerendra Nath Jasthi.




> Hive UPDATE,INSERT,DELETE issue
> ---
>
> Key: HIVE-11649
> URL: https://issues.apache.org/jira/browse/HIVE-11649
> Project: Hive
>  Issue Type: Bug
> Environment: Hadoop-2.2.0 , hive-1.2.0 ,operating system 
> ubuntu14.04lts (64-bit) & Java 1.7
>Reporter: Veerendra Nath Jasthi
>Assignee: Hive QA
> Attachments: afterChange.png, beforeChange.png, hive.log
>
>
>  have been trying to implement the UPDATE,INSERT,DELETE operations in hive 
> table as per link: 
> https://cwiki.apache.org/confluence/display/Hive/Hive+Transactions#HiveTransactions-
>  
> but whenever I was trying to include the properties which will do our work 
> i.e. 
> Configuration Values to Set for INSERT, UPDATE, DELETE 
> hive.support.concurrency  true (default is false) 
> hive.enforce.bucketingtrue (default is false) 
> hive.exec.dynamic.partition.mode  nonstrict (default is strict) 
> after that if I run show tables command on hive shell its taking 65.15 
> seconds which normally runs at 0.18 seconds without the above properties. 
> Apart from show tables rest of the commands not giving any output i.e. its 
> keep on running until and unless kill the process.
> Could you tell me reason for this?



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


[jira] [Updated] (HIVE-11649) Hive UPDATE,INSERT,DELETE issue

2015-08-26 Thread Veerendra Nath Jasthi (JIRA)

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

Veerendra Nath Jasthi updated HIVE-11649:
-
Description: 
 have been trying to implement the UPDATE,INSERT,DELETE operations in hive 
table as per link: 

https://cwiki.apache.org/confluence/display/Hive/Hive+Transactions#HiveTransactions-
 

but whenever I was trying to include the properties which will do our work i.e. 

Configuration Values to Set for INSERT, UPDATE, DELETE 


hive.support.concurrencytrue (default is false) 
hive.enforce.bucketing  true (default is false) 
hive.exec.dynamic.partition.modenonstrict (default is strict) 

after that if I run show tables command on hive shell its taking 65.15 seconds 
which normally runs at 0.18 seconds without the above properties. 

Apart from show tables rest of the commands not giving any output i.e. its keep 
on running until and unless kill the process.

Could you tell me reason for this?

  was:
 have been trying to implement the UPDATE,INSERT,DELETE operations in hive 
table as per link: 

https://cwiki.apache.org/confluence/display/Hive/Hive+Transactions#HiveTransactions-
 

but whenever I was trying to include the properties which will do our work i.e. 

Configuration Values to Set for INSERT, UPDATE, DELETE 


hive.support.concurrencytrue (default is false) 
hive.enforce.bucketing  true (default is false) 
hive.exec.dynamic.partition.modenonstrict (default is strict) 

after that if I run show tables command on hive shell its taking 65.15 seconds 
which normally runs at 0.18 seconds without the above properties. 

Could you tell me reason for this?


 Hive UPDATE,INSERT,DELETE issue
 ---

 Key: HIVE-11649
 URL: https://issues.apache.org/jira/browse/HIVE-11649
 Project: Hive
  Issue Type: Bug
 Environment: Hadoop-2.2.0 , hive-1.2.0 ,operating system 
 ubuntu14.04lts (64-bit) 
Reporter: Veerendra Nath Jasthi

  have been trying to implement the UPDATE,INSERT,DELETE operations in hive 
 table as per link: 
 https://cwiki.apache.org/confluence/display/Hive/Hive+Transactions#HiveTransactions-
  
 but whenever I was trying to include the properties which will do our work 
 i.e. 
 Configuration Values to Set for INSERT, UPDATE, DELETE 
 hive.support.concurrency  true (default is false) 
 hive.enforce.bucketingtrue (default is false) 
 hive.exec.dynamic.partition.mode  nonstrict (default is strict) 
 after that if I run show tables command on hive shell its taking 65.15 
 seconds which normally runs at 0.18 seconds without the above properties. 
 Apart from show tables rest of the commands not giving any output i.e. its 
 keep on running until and unless kill the process.
 Could you tell me reason for this?



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


[jira] [Updated] (HIVE-11649) Hive UPDATE,INSERT,DELETE issue

2015-08-26 Thread Veerendra Nath Jasthi (JIRA)

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

Veerendra Nath Jasthi updated HIVE-11649:
-
Assignee: Hive QA  (was: Devraj Jaiman)

 Hive UPDATE,INSERT,DELETE issue
 ---

 Key: HIVE-11649
 URL: https://issues.apache.org/jira/browse/HIVE-11649
 Project: Hive
  Issue Type: Bug
 Environment: Hadoop-2.2.0 , hive-1.2.0 ,operating system 
 ubuntu14.04lts (64-bit) 
Reporter: Veerendra Nath Jasthi
Assignee: Hive QA

  have been trying to implement the UPDATE,INSERT,DELETE operations in hive 
 table as per link: 
 https://cwiki.apache.org/confluence/display/Hive/Hive+Transactions#HiveTransactions-
  
 but whenever I was trying to include the properties which will do our work 
 i.e. 
 Configuration Values to Set for INSERT, UPDATE, DELETE 
 hive.support.concurrency  true (default is false) 
 hive.enforce.bucketingtrue (default is false) 
 hive.exec.dynamic.partition.mode  nonstrict (default is strict) 
 after that if I run show tables command on hive shell its taking 65.15 
 seconds which normally runs at 0.18 seconds without the above properties. 
 Apart from show tables rest of the commands not giving any output i.e. its 
 keep on running until and unless kill the process.
 Could you tell me reason for this?



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


[jira] [Updated] (HIVE-11649) Hive UPDATE,INSERT,DELETE issue

2015-08-26 Thread Veerendra Nath Jasthi (JIRA)

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

Veerendra Nath Jasthi updated HIVE-11649:
-
Assignee: Devraj Jaiman

 Hive UPDATE,INSERT,DELETE issue
 ---

 Key: HIVE-11649
 URL: https://issues.apache.org/jira/browse/HIVE-11649
 Project: Hive
  Issue Type: Bug
 Environment: Hadoop-2.2.0 , hive-1.2.0 ,operating system 
 ubuntu14.04lts (64-bit) 
Reporter: Veerendra Nath Jasthi
Assignee: Devraj Jaiman

  have been trying to implement the UPDATE,INSERT,DELETE operations in hive 
 table as per link: 
 https://cwiki.apache.org/confluence/display/Hive/Hive+Transactions#HiveTransactions-
  
 but whenever I was trying to include the properties which will do our work 
 i.e. 
 Configuration Values to Set for INSERT, UPDATE, DELETE 
 hive.support.concurrency  true (default is false) 
 hive.enforce.bucketingtrue (default is false) 
 hive.exec.dynamic.partition.mode  nonstrict (default is strict) 
 after that if I run show tables command on hive shell its taking 65.15 
 seconds which normally runs at 0.18 seconds without the above properties. 
 Apart from show tables rest of the commands not giving any output i.e. its 
 keep on running until and unless kill the process.
 Could you tell me reason for this?



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


[jira] [Updated] (HIVE-11649) Hive UPDATE,INSERT,DELETE issue

2015-08-26 Thread Veerendra Nath Jasthi (JIRA)

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

Veerendra Nath Jasthi updated HIVE-11649:
-
Environment: Hadoop-2.2.0 , hive-1.2.0 ,operating system ubuntu14.04lts 
(64-bit)  Java 1.7  (was: Hadoop-2.2.0 , hive-1.2.0 ,operating system 
ubuntu14.04lts (64-bit) )

 Hive UPDATE,INSERT,DELETE issue
 ---

 Key: HIVE-11649
 URL: https://issues.apache.org/jira/browse/HIVE-11649
 Project: Hive
  Issue Type: Bug
 Environment: Hadoop-2.2.0 , hive-1.2.0 ,operating system 
 ubuntu14.04lts (64-bit)  Java 1.7
Reporter: Veerendra Nath Jasthi
Assignee: Hive QA

  have been trying to implement the UPDATE,INSERT,DELETE operations in hive 
 table as per link: 
 https://cwiki.apache.org/confluence/display/Hive/Hive+Transactions#HiveTransactions-
  
 but whenever I was trying to include the properties which will do our work 
 i.e. 
 Configuration Values to Set for INSERT, UPDATE, DELETE 
 hive.support.concurrency  true (default is false) 
 hive.enforce.bucketingtrue (default is false) 
 hive.exec.dynamic.partition.mode  nonstrict (default is strict) 
 after that if I run show tables command on hive shell its taking 65.15 
 seconds which normally runs at 0.18 seconds without the above properties. 
 Apart from show tables rest of the commands not giving any output i.e. its 
 keep on running until and unless kill the process.
 Could you tell me reason for this?



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