Member since 
    
	
		
		
		07-12-2013
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                435
            
            
                Posts
            
        
                117
            
            
                Kudos Received
            
        
                82
            
            
                Solutions
            
        My Accepted Solutions
| Title | Views | Posted | 
|---|---|---|
| 2340 | 11-02-2016 11:02 AM | |
| 3630 | 10-05-2016 01:58 PM | |
| 8291 | 09-07-2016 08:32 AM | |
| 8909 | 09-07-2016 08:27 AM | |
| 2521 | 08-23-2016 08:35 AM | 
			
    
	
		
		
		12-02-2015
	
		
		08:28 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							Haven't used it myself, but there's a Hadoop / MongoDB connector that might  be what you need: https://github.com/mongodb/mongo-hadoop  
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		12-01-2015
	
		
		09:46 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 There is now! 🙂 http://blog.cloudera.com/blog/2015/12/docker-is-the-new-quickstart-option-for-apache-hadoop-and-cloudera/     The image is not yet available for a direct download, so Docker Hub is the place to get it right away: https://hub.docker.com/r/cloudera/quickstart/ 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		12-01-2015
	
		
		07:11 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							No - you would need to download the VirtualBox version of the VM and open  the .ovf file with "File -> Import Appliance..."    
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		12-01-2015
	
		
		06:52 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 VMware Workstation / Player or VMware Fusion (versions that are believed to  work well are documented here:  http://www.cloudera.com/content/www/en-us/documentation/enterprise/latest/topics/cloudera_quickstart_vm.html).  If you don't have one of these product, you won't be able to run the  QuickStart VM for VMware. You can try them out here:  http://www.vmware.com/products/. Another option is the VirtualBox version  which just requires VirtualBox: https://www.virtualbox.org/.     
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		12-01-2015
	
		
		06:37 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							You need to unzip what you downloaded, and then open the .vmx file in  VMware.    
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		11-29-2015
	
		
		11:47 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							The data format will ensure records are intact before being sent to the  mapper function. I believe this is done by sending partial records to the  machine they will be mapped on (so the overwhelming majority of the data is  processed in place, but half a line per block or so may still be  exchanged). Tom White's book The Definitive Guide To Hadoop does a good job  of covering details like this.    
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		11-27-2015
	
		
		06:18 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							That's actually not available just yet. Stay tuned..    
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		11-27-2015
	
		
		05:53 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							The bookmark needs to be removed, I'm afraid: as of CDH 5.5, only  Spark-on-YARN is supported, so there is no Spark Master to run. When  running the spark shell, for instance, one specify 'yarn-client' as the  master.    
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		11-23-2015
	
		
		08:37 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 The command used to set the background is as follows:  gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type string --set /desktop/gnome/background/picture_filename '/usr/share/backgrounds/cloudera/wall_HD_logo.jpg'  I would imagine that should work if you change the filename to the desired image, even if setting it via GNOME's menus does not work (did you try that, by the way?) 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		11-20-2015
	
		
		05:41 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							The VMware version contains a .vmx file - that's what you should open in  VMware.    
						
					
					... View more