Questions tagged [microsoft-distributed-file-system]

For programming questions about Microsoft's Distributed File System (DFS). (For questions about depth-first search, use the [depth-first-search] tag.)

176 questions
0
votes
4 answers

Can I plug in a different DFS instead of HDFS with Hadoop?

I'm looking for a way to hook into Hadoop a new file system to benchmark the performance of this new file system against HDFS. I'm new to Hadoop so please feel free to correct me if I've asked the wrong question. If it helps, I'll be using Amazon's…
0
votes
1 answer

ERROR : $ hadoop namenode -format

When I run hadoop namenode -format command, I get the following error: 14/05/10 09:51:36 INFO namenode.NameNode: Caching file names occuring more than 10 times 14/05/10 09:51:36 ERROR namenode.NameNode: java.io.IOException: Cannot create directory…
0
votes
1 answer

How do I remove a folder from Windows Distributed File System?

We recently moved to a webfarm and setup dfs, only to find a beta application was creating files like there was no tomorrow. 1.2 million files were replicated across the farm, and since then we have prevented the application from creating new files,…
digiguru
  • 12,724
  • 20
  • 61
  • 87
0
votes
2 answers

what is the best option for ec2 shared storage for IIS

We have about 300 sites, but the combined IIS root content is about 1TB. We'd like to use route53 failover for load balancers in two AZ's in the same region, and have the IIS web heads come up and down in an autoscaling group as needed. 1TB is a…
0
votes
1 answer

DFS replication Group Invalid credentials on Domain logon

I configured the domain a log time ago, but now I reciving this error, and I dont know where I can change the account and password to test more times. The namespaces can read and write the another server shared folder normally but I really need this…
0
votes
1 answer

Can Windows Server 2008 MS Failover Cluster be set up without a SAN?

OS: Windows Server 2008 R2 x64 Cluster version: Add-on from above OS version A client has purchased physical servers to set up in a failover configuration using Microsoft Cluster. The desired setup is two Application Servers and two Database Servers…
0
votes
2 answers

Powershell - external command's parameter not accepted

This seems like a simple problem but I am unable to fix it: Running command in shell returns result C:\Windows\system32>dfsutil link "\\server.domain.com\DFSRootname\Sharename" Link Name="Sharename" State="OK" Timeout="1800" …
Sergei
  • 387
  • 1
  • 6
  • 16
0
votes
1 answer

PHP Distributed File System, File System for downloading from Network Storage

I have network storage which is available for me. My job is to create script which will daily download updated files from this storage ( file to download have same name just content is different). And here is question to You because I'm not very…
Mithrand1r
  • 2,313
  • 9
  • 37
  • 76
0
votes
1 answer

Distributed file system that lets to specify on which machine a file is stored

I am looking for a distributed file system that for some files would let me to specify on which machine(s) they are stored (during the creation time). Ideally with a Java API. Does something like this exist?
Janek
  • 1,441
  • 2
  • 19
  • 28
0
votes
2 answers

Discrete Maths: Check connectivity of a graph after removing a vertex? Efficient Way?

First: I admit that its a part of programming contest(where nothings on a stake to win or something) I've come to the following conclusion after reading the problem & tried following algorithm. Given Undirected Connected Graph of n vertices, count =…
0
votes
2 answers

Finding a UNC Path on another server?

I'm need of some way of finding the UNC Path of a share via a script or command line or even a custom created program. I'm trying to automate deletion of users and the setup is a bit complicated. Home folders are set up like this: We create a folder…
Kenny Bones
  • 5,017
  • 36
  • 111
  • 174
0
votes
2 answers

Caching in a Web Farm using windows server 2008 r2 DFS. any example?

Any example, which elaborate managing asp.net mvc 3 cache in web farm (application hosted on multiple servers) using windows server 2008 r2 DFS? I will appreciate your response.
0
votes
1 answer

how to check cluster's full path in hadoop dfs

hadoop dfs default only hows relative path. for example hadoop dfs -ls / .... /tmp1/ .... /tmp2/ How do I check which cluster it is from. the full path.
-1
votes
1 answer

Shortest path in unweighted graph using DFS and stack

Im new at coding in java, im trying to code a program that can find the shortest path in an unweighted graph using DFS method and a stack. Im looking forward for a recursive DFS method that can find the shortes path between two nodes. I dont know…
-1
votes
2 answers

text manipulation with powershell

I'm trying to format the output of this command to get only the dfsnamespace only like that : \\F-TYPHON\DATA13\AI-Project I can not use the Get-DfsnFolderTarget cmdlet because the RSAT-DFS-Mgmt-Con is not installed on all servers and I cannot…
1 2 3
11
12