[jira] [Updated] (HIVE-23544) Add missing StageType enum values to thrift file after HIVE-23351

2020-05-28 Thread Jira


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

László Bodor updated HIVE-23544:

Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Add missing StageType enum values to thrift file after HIVE-23351
> -
>
> Key: HIVE-23544
> URL: https://issues.apache.org/jira/browse/HIVE-23544
> Project: Hive
>  Issue Type: Bug
>Reporter: László Bodor
>Assignee: László Bodor
>Priority: Major
> Fix For: 4.0.0
>
> Attachments: HIVE-23544.01.patch, HIVE-23544.01.patch, 
> HIVE-23544.01.patch
>
>
> HIVE-23351 adds references to new StageType enum values, but doesn't extend 
> the thrift file, so a full build from scratch, including thrift generation, 
> fails.
> {code}
> mvn clean install -DskipTests -Pthriftif -Dthrift.home=/usr/local
> {code}
> {code}
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  02:30 min
> [INFO] Finished at: 2020-05-24T23:32:13+02:00
> [INFO] 
> 
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile 
> (default-compile) on project hive-exec: Compilation failure: Compilation 
> failure: 
> [ERROR] 
> /home/abstractdog/apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/repl/RangerDumpTask.java:[130,21]
>  cannot find symbol
> [ERROR]   symbol:   variable RANGER_DUMP
> [ERROR]   location: class org.apache.hadoop.hive.ql.plan.api.StageType
> [ERROR] 
> /home/abstractdog/apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/repl/AckTask.java:[53,21]
>  cannot find symbol
> [ERROR]   symbol:   variable ACK
> [ERROR]   location: class org.apache.hadoop.hive.ql.plan.api.StageType
> [ERROR] 
> /home/abstractdog/apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/repl/RangerLoadTask.java:[147,21]
>  cannot find symbol
> [ERROR]   symbol:   variable RANGER_LOAD
> [ERROR]   location: class org.apache.hadoop.hive.ql.plan.api.StageType
> [ERROR] -> [Help 1]
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-23544) Add missing StageType enum values to thrift file after HIVE-23351

2020-05-28 Thread Jira


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

László Bodor updated HIVE-23544:

Fix Version/s: 4.0.0

> Add missing StageType enum values to thrift file after HIVE-23351
> -
>
> Key: HIVE-23544
> URL: https://issues.apache.org/jira/browse/HIVE-23544
> Project: Hive
>  Issue Type: Bug
>Reporter: László Bodor
>Assignee: László Bodor
>Priority: Major
> Fix For: 4.0.0
>
> Attachments: HIVE-23544.01.patch, HIVE-23544.01.patch, 
> HIVE-23544.01.patch
>
>
> HIVE-23351 adds references to new StageType enum values, but doesn't extend 
> the thrift file, so a full build from scratch, including thrift generation, 
> fails.
> {code}
> mvn clean install -DskipTests -Pthriftif -Dthrift.home=/usr/local
> {code}
> {code}
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  02:30 min
> [INFO] Finished at: 2020-05-24T23:32:13+02:00
> [INFO] 
> 
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile 
> (default-compile) on project hive-exec: Compilation failure: Compilation 
> failure: 
> [ERROR] 
> /home/abstractdog/apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/repl/RangerDumpTask.java:[130,21]
>  cannot find symbol
> [ERROR]   symbol:   variable RANGER_DUMP
> [ERROR]   location: class org.apache.hadoop.hive.ql.plan.api.StageType
> [ERROR] 
> /home/abstractdog/apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/repl/AckTask.java:[53,21]
>  cannot find symbol
> [ERROR]   symbol:   variable ACK
> [ERROR]   location: class org.apache.hadoop.hive.ql.plan.api.StageType
> [ERROR] 
> /home/abstractdog/apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/repl/RangerLoadTask.java:[147,21]
>  cannot find symbol
> [ERROR]   symbol:   variable RANGER_LOAD
> [ERROR]   location: class org.apache.hadoop.hive.ql.plan.api.StageType
> [ERROR] -> [Help 1]
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-23544) Add missing StageType enum values to thrift file after HIVE-23351

2020-05-25 Thread Jira


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

László Bodor updated HIVE-23544:

Attachment: HIVE-23544.01.patch

> Add missing StageType enum values to thrift file after HIVE-23351
> -
>
> Key: HIVE-23544
> URL: https://issues.apache.org/jira/browse/HIVE-23544
> Project: Hive
>  Issue Type: Bug
>Reporter: László Bodor
>Assignee: László Bodor
>Priority: Major
> Attachments: HIVE-23544.01.patch, HIVE-23544.01.patch, 
> HIVE-23544.01.patch
>
>
> HIVE-23351 adds references to new StageType enum values, but doesn't extend 
> the thrift file, so a full build from scratch, including thrift generation, 
> fails.
> {code}
> mvn clean install -DskipTests -Pthriftif -Dthrift.home=/usr/local
> {code}
> {code}
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  02:30 min
> [INFO] Finished at: 2020-05-24T23:32:13+02:00
> [INFO] 
> 
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile 
> (default-compile) on project hive-exec: Compilation failure: Compilation 
> failure: 
> [ERROR] 
> /home/abstractdog/apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/repl/RangerDumpTask.java:[130,21]
>  cannot find symbol
> [ERROR]   symbol:   variable RANGER_DUMP
> [ERROR]   location: class org.apache.hadoop.hive.ql.plan.api.StageType
> [ERROR] 
> /home/abstractdog/apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/repl/AckTask.java:[53,21]
>  cannot find symbol
> [ERROR]   symbol:   variable ACK
> [ERROR]   location: class org.apache.hadoop.hive.ql.plan.api.StageType
> [ERROR] 
> /home/abstractdog/apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/repl/RangerLoadTask.java:[147,21]
>  cannot find symbol
> [ERROR]   symbol:   variable RANGER_LOAD
> [ERROR]   location: class org.apache.hadoop.hive.ql.plan.api.StageType
> [ERROR] -> [Help 1]
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-23544) Add missing StageType enum values to thrift file after HIVE-23351

2020-05-25 Thread Jira


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

László Bodor updated HIVE-23544:

Attachment: HIVE-23544.01.patch

> Add missing StageType enum values to thrift file after HIVE-23351
> -
>
> Key: HIVE-23544
> URL: https://issues.apache.org/jira/browse/HIVE-23544
> Project: Hive
>  Issue Type: Bug
>Reporter: László Bodor
>Assignee: László Bodor
>Priority: Major
> Attachments: HIVE-23544.01.patch, HIVE-23544.01.patch
>
>
> HIVE-23351 adds references to new StageType enum values, but doesn't extend 
> the thrift file, so a full build from scratch, including thrift generation, 
> fails.
> {code}
> mvn clean install -DskipTests -Pthriftif -Dthrift.home=/usr/local
> {code}
> {code}
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  02:30 min
> [INFO] Finished at: 2020-05-24T23:32:13+02:00
> [INFO] 
> 
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile 
> (default-compile) on project hive-exec: Compilation failure: Compilation 
> failure: 
> [ERROR] 
> /home/abstractdog/apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/repl/RangerDumpTask.java:[130,21]
>  cannot find symbol
> [ERROR]   symbol:   variable RANGER_DUMP
> [ERROR]   location: class org.apache.hadoop.hive.ql.plan.api.StageType
> [ERROR] 
> /home/abstractdog/apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/repl/AckTask.java:[53,21]
>  cannot find symbol
> [ERROR]   symbol:   variable ACK
> [ERROR]   location: class org.apache.hadoop.hive.ql.plan.api.StageType
> [ERROR] 
> /home/abstractdog/apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/repl/RangerLoadTask.java:[147,21]
>  cannot find symbol
> [ERROR]   symbol:   variable RANGER_LOAD
> [ERROR]   location: class org.apache.hadoop.hive.ql.plan.api.StageType
> [ERROR] -> [Help 1]
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-23544) Add missing StageType enum values to thrift file after HIVE-23351

2020-05-24 Thread Jira


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

László Bodor updated HIVE-23544:

Description: 
HIVE-23351 adds references to new StageType enum values, but doesn't extend the 
thrift file, so a full build from scratch, including thrift generation, fails.
{code}
mvn clean install -DskipTests -Pthriftif -Dthrift.home=/usr/local
{code}

{code}
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  02:30 min
[INFO] Finished at: 2020-05-24T23:32:13+02:00
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) 
on project hive-exec: Compilation failure: Compilation failure: 
[ERROR] 
/home/abstractdog/apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/repl/RangerDumpTask.java:[130,21]
 cannot find symbol
[ERROR]   symbol:   variable RANGER_DUMP
[ERROR]   location: class org.apache.hadoop.hive.ql.plan.api.StageType
[ERROR] 
/home/abstractdog/apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/repl/AckTask.java:[53,21]
 cannot find symbol
[ERROR]   symbol:   variable ACK
[ERROR]   location: class org.apache.hadoop.hive.ql.plan.api.StageType
[ERROR] 
/home/abstractdog/apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/repl/RangerLoadTask.java:[147,21]
 cannot find symbol
[ERROR]   symbol:   variable RANGER_LOAD
[ERROR]   location: class org.apache.hadoop.hive.ql.plan.api.StageType
[ERROR] -> [Help 1]

{code}

  was:
HIVE-23351 adds references to new StageType enum values, but doesn't extend the 
thrift file, so a full build from scratch, including thrift generation, fails.
{code}
mvn clean install -DskipTests -Pthriftif -Dthrift.home=/usr/local
{code}


> Add missing StageType enum values to thrift file after HIVE-23351
> -
>
> Key: HIVE-23544
> URL: https://issues.apache.org/jira/browse/HIVE-23544
> Project: Hive
>  Issue Type: Bug
>Reporter: László Bodor
>Assignee: László Bodor
>Priority: Major
> Attachments: HIVE-23544.01.patch
>
>
> HIVE-23351 adds references to new StageType enum values, but doesn't extend 
> the thrift file, so a full build from scratch, including thrift generation, 
> fails.
> {code}
> mvn clean install -DskipTests -Pthriftif -Dthrift.home=/usr/local
> {code}
> {code}
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  02:30 min
> [INFO] Finished at: 2020-05-24T23:32:13+02:00
> [INFO] 
> 
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile 
> (default-compile) on project hive-exec: Compilation failure: Compilation 
> failure: 
> [ERROR] 
> /home/abstractdog/apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/repl/RangerDumpTask.java:[130,21]
>  cannot find symbol
> [ERROR]   symbol:   variable RANGER_DUMP
> [ERROR]   location: class org.apache.hadoop.hive.ql.plan.api.StageType
> [ERROR] 
> /home/abstractdog/apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/repl/AckTask.java:[53,21]
>  cannot find symbol
> [ERROR]   symbol:   variable ACK
> [ERROR]   location: class org.apache.hadoop.hive.ql.plan.api.StageType
> [ERROR] 
> /home/abstractdog/apache/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/repl/RangerLoadTask.java:[147,21]
>  cannot find symbol
> [ERROR]   symbol:   variable RANGER_LOAD
> [ERROR]   location: class org.apache.hadoop.hive.ql.plan.api.StageType
> [ERROR] -> [Help 1]
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-23544) Add missing StageType enum values to thrift file after HIVE-23351

2020-05-24 Thread Jira


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

László Bodor updated HIVE-23544:

Status: Patch Available  (was: Open)

> Add missing StageType enum values to thrift file after HIVE-23351
> -
>
> Key: HIVE-23544
> URL: https://issues.apache.org/jira/browse/HIVE-23544
> Project: Hive
>  Issue Type: Bug
>Reporter: László Bodor
>Assignee: László Bodor
>Priority: Major
> Attachments: HIVE-23544.01.patch
>
>
> HIVE-23351 adds references to new StageType enum values, but doesn't extend 
> the thrift file, so a full build from scratch, including thrift generation, 
> fails.
> {code}
> mvn clean install -DskipTests -Pthriftif -Dthrift.home=/usr/local
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-23544) Add missing StageType enum values to thrift file after HIVE-23351

2020-05-24 Thread Jira


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

László Bodor updated HIVE-23544:

Attachment: HIVE-23544.01.patch

> Add missing StageType enum values to thrift file after HIVE-23351
> -
>
> Key: HIVE-23544
> URL: https://issues.apache.org/jira/browse/HIVE-23544
> Project: Hive
>  Issue Type: Bug
>Reporter: László Bodor
>Assignee: László Bodor
>Priority: Major
> Attachments: HIVE-23544.01.patch
>
>
> HIVE-23351 adds references to new StageType enum values, but doesn't extend 
> the thrift file, so a full build from scratch, including thrift generation, 
> fails.
> {code}
> mvn clean install -DskipTests -Pthriftif -Dthrift.home=/usr/local
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HIVE-23544) Add missing StageType enum values to thrift file after HIVE-23351

2020-05-24 Thread Jira


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

László Bodor updated HIVE-23544:

Description: 
HIVE-23351 adds references to new StageType enum values, but doesn't extend the 
thrift file, so a full build from scratch, including thrift generation, fails.
{code}
mvn clean install -DskipTests -Pthriftif -Dthrift.home=/usr/local
{code}

> Add missing StageType enum values to thrift file after HIVE-23351
> -
>
> Key: HIVE-23544
> URL: https://issues.apache.org/jira/browse/HIVE-23544
> Project: Hive
>  Issue Type: Bug
>Reporter: László Bodor
>Assignee: László Bodor
>Priority: Major
>
> HIVE-23351 adds references to new StageType enum values, but doesn't extend 
> the thrift file, so a full build from scratch, including thrift generation, 
> fails.
> {code}
> mvn clean install -DskipTests -Pthriftif -Dthrift.home=/usr/local
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)