Sei sulla pagina 1di 1

@REM Start cython from windows commandline as "cython", not "cython.py".

@REM This is especially useful for windows power shell, as no extra window @REM is used. @echo OFF python -c "from Cython.Compiler.Main import main; main(command_line = 1)" %*

Recommended Parameters (Core) hadoop.tmp.dir A base for other temporary directories. hadoop.rpc.socket.factory.class.default Default SocketFactoryto use. This parameter is expected to be formatted as "pack age.FactoryClassName". If users connect through a SOCKS proxy, you don't want their SocketFactorysettin gs interfering with the socket factory associated with the actual daemons. Set this to empty; also, mark as <final>true</final> hadoop.rpc.socket.factory.class.ClientProtocol SocketFactoryto use to connect to a DFS. If null or empty, the system uses hadoo p.rpc.socket.class.default. This socket factory is also used by DFS Client to cr eate sockets to datanodes. Set to empty and mark final. hadoop.rpc.socket.factory.class.JobSubmissionProtocol SocketFactoryto use to connect to a Map/Reduce master (jobtracker). If null or e mpty, then use hadoop.rpc.socket.class.default. Set to empty and mark final. Copyright 2009 Cloudera, Inc.

Potrebbero piacerti anche