[jira] [Updated] (HIVE-6469) skipTrash option in hive command line
[ https://issues.apache.org/jira/browse/HIVE-6469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lefty Leverenz updated HIVE-6469: - Labels: (was: TODOC14) > skipTrash option in hive command line > - > > Key: HIVE-6469 > URL: https://issues.apache.org/jira/browse/HIVE-6469 > Project: Hive > Issue Type: New Feature > Components: CLI >Affects Versions: 0.12.0 >Reporter: Jayesh >Assignee: Jayesh > Fix For: 0.14.0 > > Attachments: HIVE-6469.1.patch, HIVE-6469.2.patch, HIVE-6469.3.patch, > HIVE-6469.patch > > > Th current behavior of hive metastore during a "drop table " > command is to delete the data from HDFS warehouse and put it into Trash. > Currently there is no way to provide a flag to tell the warehouse to skip > trash while deleting table data. > This ticket is to add skipTrash configuration "hive.warehouse.data.skipTrash" > , which when set to true, will skipTrash while dropping table data from hdfs > warehouse. This will be set to false by default to keep current behavior. > This would be good feature to add, so that an admin of the cluster can > specify when not to put data into the trash directory (eg. in a dev > environment) and thus not to fill hdfs space instead of relying on trash > interval and policy configuration to take care of disk filling issue. -- This message was sent by Atlassian JIRA (v6.2#6252)
[jira] [Updated] (HIVE-6469) skipTrash option in hive command line
[ https://issues.apache.org/jira/browse/HIVE-6469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Swarnim Kulkarni updated HIVE-6469: --- Labels: TODOC14 (was: ) > skipTrash option in hive command line > - > > Key: HIVE-6469 > URL: https://issues.apache.org/jira/browse/HIVE-6469 > Project: Hive > Issue Type: New Feature > Components: CLI >Affects Versions: 0.12.0 >Reporter: Jayesh >Assignee: Jayesh > Labels: TODOC14 > Fix For: 0.14.0 > > Attachments: HIVE-6469.1.patch, HIVE-6469.2.patch, HIVE-6469.3.patch, > HIVE-6469.patch > > > Th current behavior of hive metastore during a "drop table " > command is to delete the data from HDFS warehouse and put it into Trash. > Currently there is no way to provide a flag to tell the warehouse to skip > trash while deleting table data. > This ticket is to add skipTrash configuration "hive.warehouse.data.skipTrash" > , which when set to true, will skipTrash while dropping table data from hdfs > warehouse. This will be set to false by default to keep current behavior. > This would be good feature to add, so that an admin of the cluster can > specify when not to put data into the trash directory (eg. in a dev > environment) and thus not to fill hdfs space instead of relying on trash > interval and policy configuration to take care of disk filling issue. -- This message was sent by Atlassian JIRA (v6.2#6252)
[jira] [Updated] (HIVE-6469) skipTrash option in hive command line
[ https://issues.apache.org/jira/browse/HIVE-6469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Prakash updated HIVE-6469: --- Description: Th current behavior of hive metastore during a "drop table " command is to delete the data from HDFS warehouse and put it into Trash. Currently there is no way to provide a flag to tell the warehouse to skip trash while deleting table data. This ticket is to add skipTrash configuration "hive.warehouse.data.skipTrash" , which when set to true, will skipTrash while dropping table data from hdfs warehouse. This will be set to false by default to keep current behavior. This would be good feature to add, so that an admin of the cluster can specify when not to put data into the trash directory (eg. in a dev environment) and thus not to fill hdfs space instead of relying on trash interval and policy configuration to take care of disk filling issue. was: current behavior of hive metastore is "drop table " command deletes the data from HDFS warehouse and puts it into Trash. Currently there is no way to provide flag to tell warehouse to skip trash while deleting table data. This ticket is to add skipTrash configuration "hive.warehouse.data.skipTrash" , which when set to true, will skipTrash while dropping table data from hdfs warehouse. This ll be set to false by default to keep current behavior. This would be good feature to add, so that user can specify when not to put data into trash directory and thus not to fill hdfs space instead of relying on trash interval and policy configuration to take care of disk filling issue. > skipTrash option in hive command line > - > > Key: HIVE-6469 > URL: https://issues.apache.org/jira/browse/HIVE-6469 > Project: Hive > Issue Type: New Feature > Components: CLI >Affects Versions: 0.12.0 >Reporter: Jayesh >Assignee: Jayesh > Fix For: 0.14.0 > > Attachments: HIVE-6469.1.patch, HIVE-6469.2.patch, HIVE-6469.3.patch, > HIVE-6469.patch > > > Th current behavior of hive metastore during a "drop table " > command is to delete the data from HDFS warehouse and put it into Trash. > Currently there is no way to provide a flag to tell the warehouse to skip > trash while deleting table data. > This ticket is to add skipTrash configuration "hive.warehouse.data.skipTrash" > , which when set to true, will skipTrash while dropping table data from hdfs > warehouse. This will be set to false by default to keep current behavior. > This would be good feature to add, so that an admin of the cluster can > specify when not to put data into the trash directory (eg. in a dev > environment) and thus not to fill hdfs space instead of relying on trash > interval and policy configuration to take care of disk filling issue. -- This message was sent by Atlassian JIRA (v6.2#6252)
[jira] [Updated] (HIVE-6469) skipTrash option in hive command line
[ https://issues.apache.org/jira/browse/HIVE-6469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayesh updated HIVE-6469: - Description: current behavior of hive metastore is "drop table " command deletes the data from HDFS warehouse and puts it into Trash. Currently there is no way to provide flag to tell warehouse to skip trash while deleting table data. This ticket is to add skipTrash configuration "hive.warehouse.data.skipTrash" , which when set to true, will skipTrash while dropping table data from hdfs warehouse. This ll be set to false by default to keep current behavior. This would be good feature to add, so that user can specify when not to put data into trash directory and thus not to fill hdfs space instead of relying on trash interval and policy configuration to take care of disk filling issue. was: hive drop table command deletes the data from HDFS warehouse and puts it into Trash. Currently there is no way to provide flag to tell warehouse to skip trash while deleting table data. This ticket is to add skipTrash feature in hive command-line, that looks as following. hive -e "drop table skipTrash testTable" This would be good feature to add, so that user can specify when not to put data into trash directory and thus not to fill hdfs space instead of relying on trash interval and policy configuration to take care of disk filling issue. > skipTrash option in hive command line > - > > Key: HIVE-6469 > URL: https://issues.apache.org/jira/browse/HIVE-6469 > Project: Hive > Issue Type: New Feature > Components: CLI >Affects Versions: 0.12.0 >Reporter: Jayesh >Assignee: Jayesh > Fix For: 0.14.0 > > Attachments: HIVE-6469.1.patch, HIVE-6469.2.patch, HIVE-6469.3.patch, > HIVE-6469.patch > > > current behavior of hive metastore is "drop table " command > deletes the data from HDFS warehouse and puts it into Trash. > Currently there is no way to provide flag to tell warehouse to skip trash > while deleting table data. > This ticket is to add skipTrash configuration "hive.warehouse.data.skipTrash" > , which when set to true, will skipTrash while dropping table data from hdfs > warehouse. This ll be set to false by default to keep current behavior. > This would be good feature to add, so that user can specify when not to put > data into trash directory and thus not to fill hdfs space instead of relying > on trash interval and policy configuration to take care of disk filling issue. -- This message was sent by Atlassian JIRA (v6.2#6252)
[jira] [Updated] (HIVE-6469) skipTrash option in hive command line
[ https://issues.apache.org/jira/browse/HIVE-6469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated HIVE-6469: -- Fix Version/s: (was: 0.12.1) > skipTrash option in hive command line > - > > Key: HIVE-6469 > URL: https://issues.apache.org/jira/browse/HIVE-6469 > Project: Hive > Issue Type: New Feature > Components: CLI >Affects Versions: 0.12.0 >Reporter: Jayesh >Assignee: Jayesh > Fix For: 0.14.0 > > Attachments: HIVE-6469.1.patch, HIVE-6469.2.patch, HIVE-6469.3.patch, > HIVE-6469.patch > > > hive drop table command deletes the data from HDFS warehouse and puts it into > Trash. > Currently there is no way to provide flag to tell warehouse to skip trash > while deleting table data. > This ticket is to add skipTrash feature in hive command-line, that looks as > following. > hive -e "drop table skipTrash testTable" > This would be good feature to add, so that user can specify when not to put > data into trash directory and thus not to fill hdfs space instead of relying > on trash interval and policy configuration to take care of disk filling issue. -- This message was sent by Atlassian JIRA (v6.2#6252)
[jira] [Updated] (HIVE-6469) skipTrash option in hive command line
[ https://issues.apache.org/jira/browse/HIVE-6469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated HIVE-6469: -- Resolution: Fixed Fix Version/s: 0.14.0 Status: Resolved (was: Patch Available) Patch committed to trunk. Thanks Jayesh for the contribution. > skipTrash option in hive command line > - > > Key: HIVE-6469 > URL: https://issues.apache.org/jira/browse/HIVE-6469 > Project: Hive > Issue Type: New Feature > Components: CLI >Affects Versions: 0.12.0 >Reporter: Jayesh >Assignee: Jayesh > Fix For: 0.12.1, 0.14.0 > > Attachments: HIVE-6469.1.patch, HIVE-6469.2.patch, HIVE-6469.3.patch, > HIVE-6469.patch > > > hive drop table command deletes the data from HDFS warehouse and puts it into > Trash. > Currently there is no way to provide flag to tell warehouse to skip trash > while deleting table data. > This ticket is to add skipTrash feature in hive command-line, that looks as > following. > hive -e "drop table skipTrash testTable" > This would be good feature to add, so that user can specify when not to put > data into trash directory and thus not to fill hdfs space instead of relying > on trash interval and policy configuration to take care of disk filling issue. -- This message was sent by Atlassian JIRA (v6.2#6252)
[jira] [Updated] (HIVE-6469) skipTrash option in hive command line
[ https://issues.apache.org/jira/browse/HIVE-6469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-6469: --- Assignee: Jayesh > skipTrash option in hive command line > - > > Key: HIVE-6469 > URL: https://issues.apache.org/jira/browse/HIVE-6469 > Project: Hive > Issue Type: New Feature > Components: CLI >Affects Versions: 0.12.0 >Reporter: Jayesh >Assignee: Jayesh > Fix For: 0.12.1 > > Attachments: HIVE-6469.1.patch, HIVE-6469.2.patch, HIVE-6469.3.patch, > HIVE-6469.patch > > > hive drop table command deletes the data from HDFS warehouse and puts it into > Trash. > Currently there is no way to provide flag to tell warehouse to skip trash > while deleting table data. > This ticket is to add skipTrash feature in hive command-line, that looks as > following. > hive -e "drop table skipTrash testTable" > This would be good feature to add, so that user can specify when not to put > data into trash directory and thus not to fill hdfs space instead of relying > on trash interval and policy configuration to take care of disk filling issue. -- This message was sent by Atlassian JIRA (v6.2#6252)
[jira] [Updated] (HIVE-6469) skipTrash option in hive command line
[ https://issues.apache.org/jira/browse/HIVE-6469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayesh updated HIVE-6469: - Attachment: HIVE-6469.3.patch > skipTrash option in hive command line > - > > Key: HIVE-6469 > URL: https://issues.apache.org/jira/browse/HIVE-6469 > Project: Hive > Issue Type: New Feature > Components: CLI >Affects Versions: 0.12.0 >Reporter: Jayesh >Assignee: Jayesh > Fix For: 0.12.1 > > Attachments: HIVE-6469.1.patch, HIVE-6469.2.patch, HIVE-6469.3.patch, > HIVE-6469.patch > > > hive drop table command deletes the data from HDFS warehouse and puts it into > Trash. > Currently there is no way to provide flag to tell warehouse to skip trash > while deleting table data. > This ticket is to add skipTrash feature in hive command-line, that looks as > following. > hive -e "drop table skipTrash testTable" > This would be good feature to add, so that user can specify when not to put > data into trash directory and thus not to fill hdfs space instead of relying > on trash interval and policy configuration to take care of disk filling issue. -- This message was sent by Atlassian JIRA (v6.2#6252)
[jira] [Updated] (HIVE-6469) skipTrash option in hive command line
[ https://issues.apache.org/jira/browse/HIVE-6469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayesh updated HIVE-6469: - Attachment: HIVE-6469.2.patch sure, updated patch. Thanks! > skipTrash option in hive command line > - > > Key: HIVE-6469 > URL: https://issues.apache.org/jira/browse/HIVE-6469 > Project: Hive > Issue Type: New Feature > Components: CLI >Affects Versions: 0.12.0 >Reporter: Jayesh > Fix For: 0.12.1 > > Attachments: HIVE-6469.1.patch, HIVE-6469.2.patch, HIVE-6469.patch > > > hive drop table command deletes the data from HDFS warehouse and puts it into > Trash. > Currently there is no way to provide flag to tell warehouse to skip trash > while deleting table data. > This ticket is to add skipTrash feature in hive command-line, that looks as > following. > hive -e "drop table skipTrash testTable" > This would be good feature to add, so that user can specify when not to put > data into trash directory and thus not to fill hdfs space instead of relying > on trash interval and policy configuration to take care of disk filling issue. -- This message was sent by Atlassian JIRA (v6.2#6252)
[jira] [Updated] (HIVE-6469) skipTrash option in hive command line
[ https://issues.apache.org/jira/browse/HIVE-6469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayesh updated HIVE-6469: - Attachment: HIVE-6469.1.patch > skipTrash option in hive command line > - > > Key: HIVE-6469 > URL: https://issues.apache.org/jira/browse/HIVE-6469 > Project: Hive > Issue Type: New Feature > Components: CLI >Affects Versions: 0.12.0 >Reporter: Jayesh > Fix For: 0.12.1 > > Attachments: HIVE-6469.1.patch, HIVE-6469.patch > > > hive drop table command deletes the data from HDFS warehouse and puts it into > Trash. > Currently there is no way to provide flag to tell warehouse to skip trash > while deleting table data. > This ticket is to add skipTrash feature in hive command-line, that looks as > following. > hive -e "drop table skipTrash testTable" > This would be good feature to add, so that user can specify when not to put > data into trash directory and thus not to fill hdfs space instead of relying > on trash interval and policy configuration to take care of disk filling issue. -- This message was sent by Atlassian JIRA (v6.2#6252)
[jira] [Updated] (HIVE-6469) skipTrash option in hive command line
[ https://issues.apache.org/jira/browse/HIVE-6469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayesh updated HIVE-6469: - Status: Patch Available (was: Open) > skipTrash option in hive command line > - > > Key: HIVE-6469 > URL: https://issues.apache.org/jira/browse/HIVE-6469 > Project: Hive > Issue Type: New Feature > Components: CLI >Affects Versions: 0.12.0 >Reporter: Jayesh > Fix For: 0.12.1 > > Attachments: HIVE-6469.patch > > > hive drop table command deletes the data from HDFS warehouse and puts it into > Trash. > Currently there is no way to provide flag to tell warehouse to skip trash > while deleting table data. > This ticket is to add skipTrash feature in hive command-line, that looks as > following. > hive -e "drop table skipTrash testTable" > This would be good feature to add, so that user can specify when not to put > data into trash directory and thus not to fill hdfs space instead of relying > on trash interval and policy configuration to take care of disk filling issue. -- This message was sent by Atlassian JIRA (v6.2#6252)
[jira] [Updated] (HIVE-6469) skipTrash option in hive command line
[ https://issues.apache.org/jira/browse/HIVE-6469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayesh updated HIVE-6469: - Attachment: HIVE-6469.patch > skipTrash option in hive command line > - > > Key: HIVE-6469 > URL: https://issues.apache.org/jira/browse/HIVE-6469 > Project: Hive > Issue Type: New Feature > Components: CLI >Affects Versions: 0.12.0 >Reporter: Jayesh > Fix For: 0.12.1 > > Attachments: HIVE-6469.patch > > > hive drop table command deletes the data from HDFS warehouse and puts it into > Trash. > Currently there is no way to provide flag to tell warehouse to skip trash > while deleting table data. > This ticket is to add skipTrash feature in hive command-line, that looks as > following. > hive -e "drop table skipTrash testTable" > This would be good feature to add, so that user can specify when not to put > data into trash directory and thus not to fill hdfs space instead of relying > on trash interval and policy configuration to take care of disk filling issue. -- This message was sent by Atlassian JIRA (v6.2#6252)
[jira] [Updated] (HIVE-6469) skipTrash option in hive command line
[ https://issues.apache.org/jira/browse/HIVE-6469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayesh updated HIVE-6469: - Summary: skipTrash option in hive command line (was: skipTrash option in hive 0.12 command line) > skipTrash option in hive command line > - > > Key: HIVE-6469 > URL: https://issues.apache.org/jira/browse/HIVE-6469 > Project: Hive > Issue Type: New Feature > Components: CLI >Affects Versions: 0.12.0 >Reporter: Jayesh > Fix For: 0.12.1 > > > hive drop table command deletes the data from HDFS warehouse and puts it into > Trash. > Currently there is no way to provide flag to tell warehouse to skip trash > while deleting table data. > This ticket is to add skipTrash feature in hive command-line, that looks as > following. > hive -e "drop table skipTrash testTable" > This would be good feature to add, so that user can specify when not to put > data into trash directory and thus not to fill hdfs space instead of relying > on trash interval and policy configuration to take care of disk filling issue. -- This message was sent by Atlassian JIRA (v6.2#6252)
[jira] [Updated] (HIVE-6469) skipTrash option in hive command line
[ https://issues.apache.org/jira/browse/HIVE-6469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayesh updated HIVE-6469: - Component/s: CLI Affects Version/s: 0.12.0 Fix Version/s: 0.12.1 > skipTrash option in hive command line > - > > Key: HIVE-6469 > URL: https://issues.apache.org/jira/browse/HIVE-6469 > Project: Hive > Issue Type: New Feature > Components: CLI >Affects Versions: 0.12.0 >Reporter: Jayesh > Fix For: 0.12.1 > > > hive drop table command deletes the data from HDFS warehouse and puts it into > Trash. > Currently there is no way to provide flag to tell warehouse to skip trash > while deleting table data. > This ticket is to add skipTrash feature in hive command-line, that looks as > following. > hive -e "drop table skipTrash testTable" > This would be good feature to add, so that user can specify when not to put > data into trash directory and thus not to fill hdfs space instead of relying > on trash interval and policy configuration to take care of disk filling issue. -- This message was sent by Atlassian JIRA (v6.2#6252)