[
https://issues.apache.org/jira/browse/HADOOP-18357?focusedWorklogId=794987&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-794987
]
ASF GitHub Bot logged work on HADOOP-18357:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 25/Jul/22 17:18
Start Date: 25/Jul/22 17:18
Worklog Time Spent: 10m
Work Description: GauthamBanasandra commented on code in PR #4616:
URL: https://github.com/apache/hadoop/pull/4616#discussion_r929121380
##########
hadoop-common-project/hadoop-common/src/main/native/native.vcxproj:
##########
@@ -142,16 +140,16 @@
<ClCompile Include="src\org\apache\hadoop\io\erasurecode\isal_load.c"
Condition="'$(IsalEnabled)' == 'true'">
<AdditionalOptions>/D
HADOOP_ISAL_LIBRARY=L\"isa-l.dll\"</AdditionalOptions>
</ClCompile>
- <ClCompile Include="src\org\apache\hadoop\io\erasurecode\erasure_code.c"
Condition="'$(IsalEnabled)' == 'true'"/>
- <ClCompile Include="src\org\apache\hadoop\io\erasurecode\gf_util.c"
Condition="'$(IsalEnabled)' == 'true'"/>
- <ClCompile Include="src\org\apache\hadoop\io\erasurecode\erasure_coder.c"
Condition="'$(IsalEnabled)' == 'true'"/>
- <ClCompile Include="src\org\apache\hadoop\io\erasurecode\dump.c"
Condition="'$(IsalEnabled)' == 'true'"/>
- <ClCompile
Include="src\org\apache\hadoop\io\erasurecode\jni_erasure_code_native.c"
Condition="'$(IsalEnabled)' == 'true'"/>
- <ClCompile Include="src\org\apache\hadoop\io\erasurecode\jni_common.c"
Condition="'$(IsalEnabled)' == 'true'"/>
- <ClCompile Include="src\org\apache\hadoop\io\erasurecode\jni_rs_encoder.c"
Condition="'$(IsalEnabled)' == 'true'"/>
- <ClCompile Include="src\org\apache\hadoop\io\erasurecode\jni_rs_decoder.c"
Condition="'$(IsalEnabled)' == 'true'"/>
- <ClCompile
Include="src\org\apache\hadoop\io\erasurecode\jni_xor_encoder.c"
Condition="'$(IsalEnabled)' == 'true'"/>
- <ClCompile
Include="src\org\apache\hadoop\io\erasurecode\jni_xor_decoder.c"
Condition="'$(IsalEnabled)' == 'true'"/>
+ <ClCompile Include="src\org\apache\hadoop\io\erasurecode\erasure_code.c"
Condition="'$(IsalEnabled)' == 'true'" />
Review Comment:
Sure, I'll create a separate PR for formatting changes.
Issue Time Tracking
-------------------
Worklog Id: (was: 794987)
Time Spent: 50m (was: 40m)
> Retarget solution file to VS2019
> --------------------------------
>
> Key: HADOOP-18357
> URL: https://issues.apache.org/jira/browse/HADOOP-18357
> Project: Hadoop Common
> Issue Type: Bug
> Components: common
> Affects Versions: 3.4.0
> Environment: Windows 10
> Reporter: Gautham Banasandra
> Assignee: Gautham Banasandra
> Priority: Major
> Labels: libhdfscpp, pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
> The Visual Studio version used by winutils and native components in Hadoop
> common are quite old. We need to retarget the solution and vcxproj files to
> use the latest version (Visual Studio 2019 as of this writing).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]