For programming questions about Microsoft's Distributed File System (DFS). (For questions about depth-first search, use the [depth-first-search] tag.)
Questions tagged [microsoft-distributed-file-system]
176 questions
0
votes
1 answer
DFS and BFS on Adjacency Matrix, Java
I am trying to write a program in Java which performs DFS and BFS on an adjacency matrix. The code I have so far compiles and gives the desired output so far.
However I am getting an error which I am unable to resolve which I feel may have…

Amy Kelly
- 11
- 1
0
votes
0 answers
How do I open a file on a distributed file system from a C++ application?
We have an old C++ application that reads and writes files on a file server using a hard coded UNC path. IT wants to migrate the file server to a distributed file system. I have just replaced the file server UNC path with the dfs namespace, but this…

Lukas Vonblon
- 1
- 1
0
votes
0 answers
`hadoop dfs` command java.lang.NoClassDefFoundError: org/apache/hadoop/fs/FsShell
I am trying to run hadoop dfs command on cygwin with Hadoop - 2.6.3
I am running following command
/cygdrive/c/hadoop-2.6.4/bin/hadoop dfs -put word1 words/ which eventually throws an error
java.lang.NoClassDefFoundError:…

veer7
- 20,074
- 9
- 46
- 74
0
votes
1 answer
Hadoop | Archlinux | DFS: cannot launch start-dfs.sh
I have issue with dfs in hadoop. Does somebody know how to solve my problem?
[hduser@evghost ~]$ start-dfs.sh
Starting namenodes on [evghost]
Error: Please specify one of --hosts or --hostnames options and not both.
evghost: starting datanode,…

me-evgnc
- 23
- 8
0
votes
1 answer
need to run DIR command and return true or false if path exists
I have a DFS namespace url and want rom time to time to test from another server that uses those resources is access to namespace is permitted.
Manually from CMD I would do something like dir "\\namespaceURL" and the results will be the files and…

John_otto
- 17
- 1
- 7
0
votes
1 answer
Is Appfabric w/o SQLServer as configuration repository a bad idea?
I am very interested in the replacment ASP.NET Session Manager portion of Appfabric, and somewhat interested in the distributed cache manager. We don't have a need for its hosting features. While we do have a clustered SQLServer inhouse, adding…
Highgrovemanor
0
votes
0 answers
Visual Studio files renamed on Save
We are having an issue where when files are saved through Visual Studio to our server farm occasionally the aspx files get completely renamed to something like this "hi2zsnk2.hvc~". The web farm is windows based using DFS. The server guys are…

jsonlehman
- 93
- 1
- 6
0
votes
1 answer
Please introduce some distributed file system under windows server 2003
I am doing load balancing under (windows 2003+tomcat 6), and it requires a shared folder which is exposed to each of the tomcat web application instances that may run on different host OSes. THere may be intensive I/O operations on the shared…

shi kui
- 115
- 7
0
votes
0 answers
Get-DfsrReplication command showing error for Get-ADObject
This is just weird. I have an ec2 instance (for my testing purpose) and what I am trying to achieve is that using powershell install a windows feature (DFS) and configure DFS replication group and the other things. I was able to install this windows…

serverstackqns
- 562
- 2
- 9
- 26
0
votes
4 answers
Does changing the value of dfs.blocksizeaffect existing data
My Hadoop version is 2.5.2. I am changing my dfs.blocksize in hdfs-site.xml file on the master node. I have the following question:
1) Will this change affect the existing data in HDFS
2) Do I need to propogate this change to all he nodes in Hadoop…

Tariq
- 2,274
- 4
- 24
- 40
0
votes
0 answers
Is it possible to create a DNS entry for a DFS file share
I'm trying to setup a DNS friendly name for a DFS file share.
The DFS share looks like this:
\\mydomain.com\dfs\location\dev\myfolder
The DNS entry I want to create looks like this:
\\myfolder.test.mydomain.com
Can this even be done? If so, what…

Steve L.
- 1,098
- 13
- 23
0
votes
1 answer
DFS Replication Windows 2012 modification
I use DFS replication on Windows 2012 R2. I create a group with option "replication group for data collection". My Folder "X" on my server A "Master" is replicated to the folder "X" on my server B "Slave".
I would like create an another group with…

Boz
- 51
- 1
- 11
0
votes
1 answer
Compress concrete files on different folders
We work with a lot of Microsoft Access files for different costumers. That files are saved in different folders(also in subfolders) for every year separated by year,costumer ,month, etc.
The main thing here is that I want to compress all the access…

kodeone
- 3
- 3
0
votes
1 answer
Mapping a DFS using NET Use remotely throwing Error 1312.A specified logon session does not exist. It may already have been terminated
I am trying to map a distributed file system (DFS) from a remote machine using
net use $drive_letter $target $password /user:domain\username
If I do this by logging to the machine there is no error, however if I try this remotely I get
System error…

StonedNDead
- 1
- 1
- 2
0
votes
0 answers
Distributed File System (DFS Microsoft) and Retrieving a file Python
I am trying to retrieve a file off a Distributed File System (Microsoft)
\\int\GroupData\ITProSup\Operations Support\REMGROUP.txt
In order to have access to this DFS i need to input a user name and a password connecting to a DFS.
Now im trying to…

Justin S
- 1,409
- 4
- 22
- 38