As a guideline I recommend my fellow developers to not have reduntant names in the directory paths of a repository. In your example I counted 4 times hadoop-yarn which is 3 times too many. Unfortunately windows in the year 2018 still has a fixed path limit of something along 260 characters.
-- Dominik Psenner On Sun, Dec 2, 2018, 07:22 Ralph Goers <[email protected] wrote: > Never mind. Figured out the solution. > > Ralph > > > On Dec 1, 2018, at 11:06 PM, Ralph Goers <[email protected]> > wrote: > > > > Gary, when I clone the git repo to my Windows VM I am getting the error > message > > > > error: unable to create file > log4j-1.2-api/src/test/resources/config-1.2/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-unmanaged-am-launcher/src/test/resources/log4j.properties: > Filename too long > > > > How are you dealing with this? > > > > Ralph > > > > >
