Giter Site home page Giter Site logo

kfs-0.5 setup problem about kosmosfs HOT 2 OPEN

sandeepkru avatar sandeepkru commented on September 26, 2024
kfs-0.5 setup problem

from kosmosfs.

Comments (2)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
[root@gifer scripts]# python kfssetup.py -f machines.cfg  -b ../build -w 
../webui
kfssetup.py:28: DeprecationWarning: The popen2 module is deprecated.  Use the 
subprocess module.
  import socket,threading,popen2
kfssetup.py:29: DeprecationWarning: the md5 module is deprecated; use hashlib 
instead
  import md5
cp: 略过目录"./scripts"
gtar: 从成员名中删除开头的“/”
gtar: 从成员名中删除开头的“/”
Done with 4 workers
[root@gifer scripts]#

我试着启动KFS服务: 
[root@gifer scripts]#  python kfslaunch.py -f machines.cfg --start
kfslaunch.py:31: DeprecationWarning: The popen2 module is deprecated.  Use the 
subprocess module.
  import os,os.path,sys,getopt,popen2
[192.168.181.219]: Starting metaserver...
[192.168.181.219]: Starting cleaner...

Original comment by [email protected] on 21 May 2012 at 11:13

from kosmosfs.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
machines.cfg:

# KFS Machine configuration file
[metaserver]
node: 192.168.181.219
clusterkey: test-cluster
rundir: /home/gifer/kfsRun/meta
baseport: 20000
[chunkserver1]
node: 192.168.181.218
rundir: /kfs/run
chunkDir: /kfs/chunk
baseport: 30000
space: 500 M
[chunkserver2]
node: 192.168.181.220
rundir: /kfs/run
chunkDir: /kfs/chunk
baseport: 30000
space: 500 M
[chunkserver3]
node: 192.168.181.128
rundir: /kfs/run
chunkDir: /kfs/chunk
baseport: 30000
space: 500 M

Original comment by [email protected] on 21 May 2012 at 11:14

from kosmosfs.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.