[ https://issues.apache.org/jira/browse/MAPREDUCE-7472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840899#comment-17840899 ]
ASF GitHub Bot commented on MAPREDUCE-7472: ------------------------------------------- hadoop-yetus commented on PR #6520: URL: https://github.com/apache/hadoop/pull/6520#issuecomment-2077848831 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |:----:|----------:|--------:|:--------:|:-------:| |||| _ Prechecks _ | | +1 :green_heart: | dupname | 0m 00s | | No case conflicting files found. | | +0 :ok: | spotbugs | 0m 01s | | spotbugs executables are not available. | | +0 :ok: | codespell | 0m 01s | | codespell was not available. | | +0 :ok: | detsecrets | 0m 01s | | detect-secrets was not available. | | +1 :green_heart: | @author | 0m 00s | | The patch does not contain any @author tags. | | -1 :x: | test4tests | 0m 00s | | The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. | |||| _ trunk Compile Tests _ | | +1 :green_heart: | mvninstall | 88m 28s | | trunk passed | | +1 :green_heart: | compile | 4m 41s | | trunk passed | | +1 :green_heart: | checkstyle | 4m 32s | | trunk passed | | +1 :green_heart: | mvnsite | 4m 44s | | trunk passed | | +1 :green_heart: | javadoc | 4m 27s | | trunk passed | | +1 :green_heart: | shadedclient | 139m 23s | | branch has no errors when building and testing our client artifacts. | |||| _ Patch Compile Tests _ | | +1 :green_heart: | mvninstall | 2m 31s | | the patch passed | | +1 :green_heart: | compile | 2m 08s | | the patch passed | | +1 :green_heart: | javac | 2m 08s | | the patch passed | | +1 :green_heart: | blanks | 0m 01s | | The patch has no blanks issues. | | +1 :green_heart: | checkstyle | 1m 59s | | the patch passed | | +1 :green_heart: | mvnsite | 2m 12s | | the patch passed | | +1 :green_heart: | javadoc | 2m 10s | | the patch passed | | +1 :green_heart: | shadedclient | 149m 51s | | patch has no errors when building and testing our client artifacts. | |||| _ Other Tests _ | | +1 :green_heart: | asflicense | 5m 06s | | The patch does not generate ASF License warnings. | | | | 399m 51s | | | | Subsystem | Report/Notes | |----------:|:-------------| | GITHUB PR | https://github.com/apache/hadoop/pull/6520 | | Optional Tests | dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets | | uname | MINGW64_NT-10.0-17763 cc389b246f28 3.4.10-87d57229.x86_64 2024-02-14 20:17 UTC x86_64 Msys | | Build tool | maven | | Personality | /c/hadoop/dev-support/bin/hadoop.sh | | git revision | trunk / 1cbc99537b8917af795dd88fb42e3e95b5bea137 | | Default Java | Azul Systems, Inc.-1.8.0_332-b09 | | Test Results | https://ci-hadoop.apache.org/job/hadoop-multibranch-windows-10/job/PR-6520/1/testReport/ | | modules | C: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app U: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app | | Console output | https://ci-hadoop.apache.org/job/hadoop-multibranch-windows-10/job/PR-6520/1/console | | versions | git=2.44.0.windows.1 | | Powered by | Apache Yetus 0.14.0 https://yetus.apache.org | This message was automatically generated. > decode value of hive.query.string for the job Configuration which was encoded > by hive > ------------------------------------------------------------------------------------- > > Key: MAPREDUCE-7472 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-7472 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 3.3.3 > Reporter: wangzhongwei > Assignee: wangzhongwei > Priority: Critical > Labels: pull-request-available > Attachments: image-2024-02-02-09-44-57-503.png > > > the value of hive.query.string in job Configuration is URLEncoded by > hive and written to hdfs,which shoud be decoded before rendered. > the sql is :insert overwrite table test_hive_query_string > partition(dt='2024-2-1') values("testquerystring",1); while it is not > Decoded .we can see running job on yarn web site or finished job on > jobhistory web site > !image-2024-02-02-09-44-57-503.png|width=525,height=72! -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org