Member since 
    
	
		
		
		12-09-2015
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                115
            
            
                Posts
            
        
                43
            
            
                Kudos Received
            
        
                12
            
            
                Solutions
            
        My Accepted Solutions
| Title | Views | Posted | 
|---|---|---|
| 9539 | 07-10-2017 09:38 PM | |
| 6766 | 04-10-2017 03:24 PM | |
| 1864 | 03-04-2017 04:08 PM | |
| 6121 | 02-17-2017 10:42 PM | |
| 7447 | 02-17-2017 10:41 PM | 
			
    
	
		
		
		05-18-2016
	
		
		02:54 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 We just encountered this upgrading from 2.1.1 to 2.2.2  We removed the settings referenced and that got us around the issue, but are those settings important? 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		12-30-2015
	
		
		05:44 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Currently we don't provide a MIB so users can choose to organize their structure in any way they want. Moving forward in Ambari's future, we may provide an Apache MIB. I believe thats what the ticket, that you referenced, was opened for (along with the patch, README and other inform necessary for the implementation) : https://issues.apache.org/jira/browse/AMBARI-1320..  Today, we use a single OID for all of Alerts, and the body of the trap looks like this:  2015-07-22 13:28:41 0.0.0.0(via UDP: [172.16.204.221]:41891->[172.16.204.221]) TRAP, SNMP v1, community public
SNMPv2-SMI::zeroDotZero Cold Start Trap (0) Uptime: 0:00:00.00
SNMPv2-MIB::snmpTrapOID.0 = OID: IF-MIB::linkUp
IF-MIB::linkUp = STRING: "
     
[Alert] NameNode Last Checkpoint
[Service] HDFS
[Component] NAMENODE
[Host] revo2.hortonworks.local
Last Checkpoint: [0 hours, 43 minutes, 44 transactions]
    " IF-MIB::linkUp = STRING: "
      [OK] NameNode Last Checkpoint
  Hope this helps! 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		12-30-2015
	
		
		01:30 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @bsaini i think i figured out the issue...it is a bug when we upgrade ambari database from Mysql 5.1 to later...as of now only option is to upgrade ambari to 2.2 or rollback the changes.  thanks for taking time in answering my question...appreciate it!!!  https://na9.salesforce.com/articles/en_US/Issue/Ambari-log-reports-You-have-an-error-in-your-SQL-syntax-check-the-manual-that-corresponds-to-your-MySQL-server-version-for-the-right?popup=true 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		11-01-2017
	
		
		04:38 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 In 2017, HDP v2.5+ you can connect sqoop to Microsoft SQL Server with AD. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		12-22-2015
	
		
		12:10 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		2 Kudos
		
	
				
		
	
		
					
							 Hi @Raja Sekhar Chintalapati  I would recommend you check out the MySQL forum that @Neeraj Sabharwal sent you for all your MySQL questions. We are more focussed on Hadoop and the Apache Data Ecosystem here.  
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		12-16-2015
	
		
		06:18 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 There is a group mapping provider called CompositeGroupsMapping, which is capable of combining the groups returned from multiple other group mapping providers.  The user's effective group memberships are then the union of all groups returned from the underlying group mapping providers.  You could potentially set up CompositeGroupsMapping to combine results from AD and the local user database.  Unfortunately, I don't believe there is any step-by-step documentation available that discusses CompositeGroupsMapping.  Instead, you'd need to review Apache JIRA HADOOP-8943 and the attached patch to see how it works.  There are also comments in core-default.xml that show example usage.  https://github.com/apache/hadoop/blob/release-2.7.1/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml#L100-L190 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		01-16-2018
	
		
		09:59 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Adding that setting is not really working for me, I'm doing something like this   register 's3://fernandos-tests/python-udfs/python-version.py' using streaming_python as pyudfs;
...
results = FOREACH limited GENERATE pyudfs.version();
DUMP results;  My python code looking like...  from pig_util import outputSchema
import sys
@outputSchema('word:chararray')
def version():
    return sys.version
  And still getting python version 2.7  Any hints? 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		01-29-2016
	
		
		01:34 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							@Raja Sekhar Chintalapati
 
	Yes...See this demo
 
 
	  
 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		- « Previous
 - Next »