close
          Warning:
          Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
      
 
    
      
      
      
        - Timestamp:
 
        - 
            Mar 23, 2009, 7:32:12 PM (17 years ago)
        
 
        - Author:
 
        - 
          waue
        
 
        - Comment:
 
        - 
          
          
--
         
      
      
        
          Legend:
          
            - Unmodified
 
            - Added
 
            - Removed
 
            - Modified
 
          
         
        
  
      - 
        
        
              
              
                
                  | 
                    
                      v17
                   | 
                  
                    
                      v18
                   | 
                    | 
                
              
            
                  
                          | 33 | 33 | {{{ | 
                  
                          | 34 | 34 | /opt/hadoop# cat > conf/hadoop-site.xml << EOF | 
                  
            
                  
                          | 35 |   | <?xml version="1.0"?> | 
                  
                          | 36 |   | <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> | 
                  
            
                  
                          | 37 | 35 | <configuration> | 
                  
                          | 38 | 36 |   <property> | 
                  
                          | 39 | 37 |     <name>fs.default.name</name> | 
                  
            
                      
                        | 40 |   |     <value>localhost:9000</value> | 
                      
                      
                        |   | 38 |     <value>hdfs://localhost:9000</value> | 
                      
            
                  
                          | 41 | 39 |     <description> | 
                  
                          | 42 | 40 |       The name of the default file system. Either the literal string |