[jira] [Commented] (HIVE-26564) Separate query live operation log and historical operation log

2022-10-07 Thread Sun Chao (Jira)
[ https://issues.apache.org/jira/browse/HIVE-26564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17614157#comment-17614157 ] Sun Chao commented on HIVE-26564: - Thanks [~zabetak] . Yes please create follow-up JIRAs

[jira] [Updated] (HIVE-23029) LLAP: Shuffle Handler should support Index Cache configuration

2020-03-16 Thread Peng Chao (Jira)
[ https://issues.apache.org/jira/browse/HIVE-23029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peng Chao updated HIVE-23029: - Description: !Screenshot 2020-03-16 at 12.08.44 PM.jpg|width=1592,height=1112!   Queries like Q78 at la

[jira] [Commented] (HIVE-9923) No clear message when "from" is missing

2015-04-17 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14500633#comment-14500633 ] Chao commented on HIVE-9923: OK, will take a look at this. > No clear message when "from" is m

[jira] [Commented] (HIVE-10209) FetchTask with VC may fail because ExecMapper.done is true

2015-04-09 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14487874#comment-14487874 ] Chao commented on HIVE-10209: - Hi [~jxiang], [~szehon]. Can any of you take a look? Thanks. >

[jira] [Commented] (HIVE-10265) Hive CLI crashes on != inequality

2015-04-09 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14487856#comment-14487856 ] Chao commented on HIVE-10265: - +1 > Hive CLI crashes on != inequality > -

[jira] [Commented] (HIVE-10160) Give a warning when grouping or ordering by a constant column

2015-04-08 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14486221#comment-14486221 ] Chao commented on HIVE-10160: - +1 > Give a warning when grouping or ordering by a constant co

[jira] [Updated] (HIVE-10209) FetchTask with VC may fail because ExecMapper.done is true

2015-04-07 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-10209: Attachment: HIVE-10209.2-spark.patch > FetchTask with VC may fail because ExecMapper.done is true >

[jira] [Commented] (HIVE-10160) Give a warning when grouping or ordering by a constant column

2015-04-06 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14482566#comment-14482566 ] Chao commented on HIVE-10160: - +1 on pending test. > Give a warning when grouping or ordering

[jira] [Commented] (HIVE-10160) Give a warning when grouping or ordering by a constant column

2015-04-06 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14481361#comment-14481361 ] Chao commented on HIVE-10160: - Patch looks good to me. But I'm wondering instead of putting th

[jira] [Updated] (HIVE-10134) Fix test failures after HIVE-10130 [Spark Branch]

2015-04-03 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-10134: Attachment: HIVE-10134.3-spark.patch > Fix test failures after HIVE-10130 [Spark Branch] > -

[jira] [Updated] (HIVE-10209) FetchTask with VC may fail because ExecMapper.done is true

2015-04-03 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-10209: Description: ExecMapper.done is a static variable, and may cause issues in the following example: {code} set hive.

[jira] [Updated] (HIVE-10209) FetchTask with VC may fail because ExecMapper.done is true

2015-04-03 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-10209: Attachment: HIVE-10209.1-spark.patch > FetchTask with VC may fail because ExecMapper.done is true >

[jira] [Updated] (HIVE-10209) FetchTask with VC may fail because ExecMapper.done is true

2015-04-03 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-10209: Attachment: (was: HIVE-10209-1.spark.patch) > FetchTask with VC may fail because ExecMapper.done is true > -

[jira] [Updated] (HIVE-10209) FetchTask with VC may fail because ExecMapper.done is true

2015-04-03 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-10209: Attachment: HIVE-10209-1.spark.patch Looks like it's hard to change ExecMapper.done to be non-static. This patch set

[jira] [Commented] (HIVE-10209) FetchTask with VC may fail because ExecMapper.done is true

2015-04-02 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14394150#comment-14394150 ] Chao commented on HIVE-10209: - Also, sorry if I missing anything obvious, but: {code} select *

[jira] [Updated] (HIVE-10209) FetchTask with VC may fail because ExecMapper.done is true

2015-04-02 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-10209: Summary: FetchTask with VC may fail because ExecMapper.done is true (was: FetchTask with VC may fail because of Exe

[jira] [Commented] (HIVE-9917) After HIVE-3454 is done, make int to timestamp conversion configurable

2015-04-02 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14393362#comment-14393362 ] Chao commented on HIVE-9917: OK, will take a look later. > After HIVE-3454 is done, make int t

[jira] [Commented] (HIVE-10108) Index#getIndexTableName() returns db.index_table_name

2015-04-02 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14392935#comment-14392935 ] Chao commented on HIVE-10108: - The patch looks good to me. My only concert is that, since now

[jira] [Commented] (HIVE-10134) Fix test failures after HIVE-10130 [Spark Branch]

2015-04-01 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14392155#comment-14392155 ] Chao commented on HIVE-10134: - Alright, I was able to reproduce the issue locally. The trick i

[jira] [Commented] (HIVE-10134) Fix test failures after HIVE-10130 [Spark Branch]

2015-04-01 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14391546#comment-14391546 ] Chao commented on HIVE-10134: - Yes, I tried, and it succeeded every time. However, from the lo

[jira] [Commented] (HIVE-10134) Fix test failures after HIVE-10130 [Spark Branch]

2015-04-01 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14391502#comment-14391502 ] Chao commented on HIVE-10134: - Hmm, I saw lots of ERROR like the following: {noformat} -- vir

[jira] [Updated] (HIVE-10134) Fix test failures after HIVE-10130 [Spark Branch]

2015-03-31 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-10134: Attachment: HIVE-10134.2-spark.patch Updated golden files for MR. Test failure on nonmr_fetch is strange. I couldn't

[jira] [Commented] (HIVE-10167) HS2 logs the server started only before the server is shut down

2015-03-31 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14389663#comment-14389663 ] Chao commented on HIVE-10167: - +1 > HS2 logs the server started only before the server is shu

[jira] [Updated] (HIVE-10021) "Alter index rebuild" statements submitted through HiveServer2 fail when Sentry is enabled

2015-03-31 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-10021: Description: When HiveServer2 is configured to authorize submitted queries and statements through Sentry, any attem

[jira] [Updated] (HIVE-10134) Fix test failures after HIVE-10130 [Spark Branch]

2015-03-31 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-10134: Attachment: HIVE-10134.1-spark.patch Patch v1 to address the union test failures. > Fix test failures after HIVE-10

[jira] [Commented] (HIVE-10083) SMBJoin fails in case one table is uninitialized

2015-03-31 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14388940#comment-14388940 ] Chao commented on HIVE-10083: - +1. I think the test failure is unrelated. > SMBJoin fails in

[jira] [Assigned] (HIVE-10134) Fix test failures after HIVE-10130 [Spark Branch]

2015-03-31 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao reassigned HIVE-10134: --- Assignee: Chao > Fix test failures after HIVE-10130 [Spark Branch] >

[jira] [Commented] (HIVE-8858) Visualize generated Spark plan [Spark Branch]

2015-03-30 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14387695#comment-14387695 ] Chao commented on HIVE-8858: This looks OK. One minor suggestion: can we have the shuffle type

[jira] [Commented] (HIVE-10086) Hive throws error when accessing Parquet file schema using field name match

2015-03-29 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14386078#comment-14386078 ] Chao commented on HIVE-10086: - This is the commit message in SVN: {noformat} r1669979 | sunch

[jira] [Commented] (HIVE-10086) Hive throws error when accessing Parquet file schema using field name match

2015-03-29 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14386033#comment-14386033 ] Chao commented on HIVE-10086: - I think the test failure on smb_mapjoin_8.q is not related - I'

[jira] [Commented] (HIVE-9934) Vulnerability in LdapAuthenticationProviderImpl enables HiveServer2 client to degrade the authentication mechanism to "none", allowing authentication without password

2015-03-19 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14370664#comment-14370664 ] Chao commented on HIVE-9934: Yes, hadoop doesn't use static blocks. But, since Hive class still

[jira] [Commented] (HIVE-9697) Hive on Spark is not as aggressive as MR on map join [Spark Branch]

2015-03-19 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14370639#comment-14370639 ] Chao commented on HIVE-9697: Yes, [~ruili] is right - StatsUtils::collectStatistics has this lo

[jira] [Commented] (HIVE-9934) Vulnerability in LdapAuthenticationProviderImpl enables HiveServer2 client to degrade the authentication mechanism to "none", allowing authentication without password

2015-03-19 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14370441#comment-14370441 ] Chao commented on HIVE-9934: Hi [~thejas], for JDBC, I need to modify the code. In HiveConnecti

[jira] [Commented] (HIVE-9697) Hive on Spark is not as aggressive as MR on map join [Spark Branch]

2015-03-18 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14367107#comment-14367107 ] Chao commented on HIVE-9697: [~lirui]: Yes, MR doesn't use stats. ContentSummary is the file si

[jira] [Commented] (HIVE-9697) Hive on Spark is not as aggressive as MR on map join [Spark Branch]

2015-03-17 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14365072#comment-14365072 ] Chao commented on HIVE-9697: Can we use hive.stats.collect.rawdatasize to control this? I think

[jira] [Commented] (HIVE-9934) Vulnerability in LdapAuthenticationProviderImpl enables HiveServer2 client to degrade the authentication mechanism to "none", allowing authentication without password

2015-03-17 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14365037#comment-14365037 ] Chao commented on HIVE-9934: Found this in log: {noformat} 2015-03-17 04:33:32,728 INFO [std

[jira] [Updated] (HIVE-9934) Vulnerability in LdapAuthenticationProviderImpl enables HiveServer2 client to degrade the authentication mechanism to "none", allowing authentication without password

2015-03-16 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-9934: --- Attachment: HIVE-9934.3.patch There's a redundant field {{hiveServer2}} in the previous patch. This patch removes it -

[jira] [Updated] (HIVE-9934) Vulnerability in LdapAuthenticationProviderImpl enables HiveServer2 client to degrade the authentication mechanism to "none", allowing authentication without password

2015-03-16 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-9934: --- Attachment: HIVE-9934.2.patch (cc [~prasadm] [~xuefuz]). I was able to reproduce the issue after disabling JDBC authen

[jira] [Commented] (HIVE-3454) Problem with CAST(BIGINT as TIMESTAMP)

2015-03-12 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14358988#comment-14358988 ] Chao commented on HIVE-3454: +1. Breaking into separate tasks makes sense to me, but it's bette

[jira] [Commented] (HIVE-9930) fix QueryPlan.makeQueryId time format

2015-03-12 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357368#comment-14357368 ] Chao commented on HIVE-9930: +1 on pending tests. > fix QueryPlan.makeQueryId time format > --

[jira] [Commented] (HIVE-9929) StatsUtil#getAvailableMemory could return negative value

2015-03-12 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357436#comment-14357436 ] Chao commented on HIVE-9929: +1 on pending tests. > StatsUtil#getAvailableMemory could return

[jira] [Updated] (HIVE-9934) Vulnerability in LdapAuthenticationProviderImpl enables HiveServer2 client to degrade the authentication mechanism to "none", allowing authentication without password

2015-03-11 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-9934: --- Attachment: HIVE-9934.1.patch Check if password is null or blank. If so, throw exception. > Vulnerability in LdapAuthe

[jira] [Commented] (HIVE-9916) Fix TestSparkSessionManagerImpl [Spark Branch]

2015-03-11 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357474#comment-14357474 ] Chao commented on HIVE-9916: Test failures are not related, although we do need to look at unio

[jira] [Updated] (HIVE-9916) Fix TestSparkSessionManagerImpl [Spark Branch]

2015-03-11 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-9916: --- Attachment: HIVE-9916.2-spark.patch Attaching the same patch to trigger run. > Fix TestSparkSessionManagerImpl [Spark

[jira] [Commented] (HIVE-9921) Compile hive failed

2015-03-10 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14356352#comment-14356352 ] Chao commented on HIVE-9921: Hmm, it works fine for me - both spark branch and trunk. Which bra

[jira] [Updated] (HIVE-9918) Spark branch build is failing due to unknown url

2015-03-10 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-9918: --- Attachment: HIVE-9918.1-spark.patch Reattaching the same patch for spark branch. > Spark branch build is failing due t

[jira] [Commented] (HIVE-9918) Spark branch build is failing due to unknown url

2015-03-10 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14355986#comment-14355986 ] Chao commented on HIVE-9918: Should this apply to spark branch? trunk is still using 1.2.0.. >

[jira] [Updated] (HIVE-9916) Fix TestSparkSessionManagerImpl [Spark Branch]

2015-03-10 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-9916: --- Attachment: HIVE-9916.1-spark.patch > Fix TestSparkSessionManagerImpl [Spark Branch] >

[jira] [Updated] (HIVE-9601) New Beeline queries will hang If Beeline terminates in-properly [Spark Branch]

2015-03-10 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-9601: --- Issue Type: Sub-task (was: Bug) Parent: HIVE-7292 > New Beeline queries will hang If Beeline terminates in-pro

[jira] [Commented] (HIVE-9658) Reduce parquet memory use by bypassing java primitive objects on ETypeConverter

2015-03-10 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14355195#comment-14355195 ] Chao commented on HIVE-9658: [~spena], OK, I'll try. I never did merge before, so I need take s

[jira] [Commented] (HIVE-9895) Update hive people page with recent changes

2015-03-10 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14355104#comment-14355104 ] Chao commented on HIVE-9895: +1 > Update hive people page with recent changes > --

[jira] [Updated] (HIVE-9569) Enable more unit tests for UNION ALL [Spark Branch]

2015-03-09 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-9569: --- Attachment: HIVE-9569.5.patch Forgot about this one... Attaching a new patch. > Enable more unit tests for UNION ALL [

[jira] [Commented] (HIVE-9902) Map join small table files need more replications [Spark Branch]

2015-03-09 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14353873#comment-14353873 ] Chao commented on HIVE-9902: +1 > Map join small table files need more replications [Spark Bra

[jira] [Updated] (HIVE-9872) Making yarn-cluster default for Hive on Spark [Spark Branch]

2015-03-05 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-9872: --- Attachment: HIVE-9872.2-spark.patch Fixing test failure - making spark.master to be local for TestSparkSessionManagerI

[jira] [Updated] (HIVE-9872) Making yarn-cluster default for Hive on Spark [Spark Branch]

2015-03-05 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-9872: --- Summary: Making yarn-cluster default for Hive on Spark [Spark Branch] (was: Making yarn-cluster default for Hive on Sp

[jira] [Updated] (HIVE-9872) Making yarn-cluster default for Hive on Spark

2015-03-05 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-9872: --- Attachment: HIVE-9872.1-spark.patch > Making yarn-cluster default for Hive on Spark > -

[jira] [Updated] (HIVE-9872) Making yarn-cluster default for Hive on Spark

2015-03-05 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-9872: --- Affects Version/s: (was: 1.2.0) spark-branch > Making yarn-cluster default for Hive on Spark

[jira] [Commented] (HIVE-9847) Hive should not allow additional attemps when RSC fails [Spark Branch]

2015-03-03 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14346073#comment-14346073 ] Chao commented on HIVE-9847: +1 on pending tests. > Hive should not allow additional attemps w

[jira] [Updated] (HIVE-9804) Turn on some kryo settings by default for Spark [Spark Branch]

2015-02-27 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao updated HIVE-9804: --- Summary: Turn on some kryo settings by default for Spark [Spark Branch] (was: Turn on some kryo settings by default fo

[jira] [Commented] (HIVE-9803) SparkClientImpl should not attempt impersonation in CLI mode [Spark Branch]

2015-02-27 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14340605#comment-14340605 ] Chao commented on HIVE-9803: +1 > SparkClientImpl should not attempt impersonation in CLI mod

[jira] [Commented] (HIVE-9804) Turn on some kryo settings by default for Spark

2015-02-27 Thread Chao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14340430#comment-14340430 ] Chao commented on HIVE-9804: +1 > Turn on some kryo settings by default for Spark > --