bhaveshpatelh commented on pull request #4822:
URL: https://github.com/apache/nifi/pull/4822#issuecomment-818477923


   
   @ChrisSamo632 When I tried following commands to build the processor, it's 
throwing an error.
   can you guide me with the next steps?
   
   ```
   # clone the code
   git clone https://github.com/ChrisSamo632/nifi.git
   git checkout NIFI-2892
   
   # build the code
   cd nifi/nifi-nar-bundles/nifi-aws-bundle
   mvn -T 2.0C clean install
   ```
   
   ```
   [INFO] -------------------------------------------------------------
   [WARNING] COMPILATION WARNING : 
   [INFO] -------------------------------------------------------------
   [WARNING] 
/home/ubuntu/nifi/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/credentials/provider/factory/strategies/AnonymousCredentialsStrategy.java:[26,29]
 [deprecation] StaticCredentialsProvider in com.amazonaws.internal has been 
deprecated
   [WARNING] 
/home/ubuntu/nifi/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/s3/encryption/ClientSideCEncryptionStrategy.java:[22,32]
 [deprecation] AmazonS3EncryptionClient in com.amazonaws.services.s3 has been 
deprecated
   [WARNING] 
/home/ubuntu/nifi/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/s3/encryption/ClientSideKMSEncryptionStrategy.java:[24,32]
 [deprecation] AmazonS3EncryptionClient in com.amazonaws.services.s3 has been 
deprecated
   [WARNING] 
/home/ubuntu/nifi/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/s3/encryption/ClientSideKMSEncryptionStrategy.java:[25,38]
 [deprecation] CryptoConfiguration in com.amazonaws.services.s3.model has been 
deprecated
   [WARNING] 
/home/ubuntu/nifi/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/credentials/provider/factory/strategies/AccessKeyPairCredentialsStrategy.java:[26,29]
 [deprecation] StaticCredentialsProvider in com.amazonaws.internal has been 
deprecated
   [WARNING] 
/home/ubuntu/nifi/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/wag/InvokeAWSGatewayApi.java:[272,73]
 [deprecation] getHeaders() in HttpResponse has been deprecated
   [WARNING] 
/home/ubuntu/nifi/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/credentials/provider/factory/strategies/AnonymousCredentialsStrategy.java:[44,19]
 [deprecation] StaticCredentialsProvider in com.amazonaws.internal has been 
deprecated
   [WARNING] 
/home/ubuntu/nifi/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/credentials/provider/factory/strategies/AssumeRoleCredentialsStrategy.java:[163,55]
 [deprecation] 
AWSSecurityTokenServiceClient(AWSCredentialsProvider,ClientConfiguration) in 
AWSSecurityTokenServiceClient has been deprecated
   [WARNING] 
/home/ubuntu/nifi/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/credentials/provider/factory/strategies/AssumeRoleCredentialsStrategy.java:[165,32]
 [deprecation] setEndpoint(String) in AWSSecurityTokenService has been 
deprecated
   [WARNING] 
/home/ubuntu/nifi/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/s3/encryption/ClientSideCEncryptionStrategy.java:[59,8]
 [deprecation] AmazonS3EncryptionClient in com.amazonaws.services.s3 has been 
deprecated
   [WARNING] 
/home/ubuntu/nifi/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/s3/encryption/ClientSideCEncryptionStrategy.java:[59,46]
 [deprecation] AmazonS3EncryptionClient in com.amazonaws.services.s3 has been 
deprecated
   [WARNING] 
/home/ubuntu/nifi/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/s3/encryption/ClientSideCEncryptionStrategy.java:[59,42]
 [deprecation] 
AmazonS3EncryptionClient(AWSCredentialsProvider,EncryptionMaterialsProvider) in 
AmazonS3EncryptionClient has been deprecated
   [WARNING] 
/home/ubuntu/nifi/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/cloudwatch/PutCloudWatchMetric.java:[251,15]
 [deprecation] 
AmazonCloudWatchClient(AWSCredentialsProvider,ClientConfiguration) in 
AmazonCloudWatchClient has been deprecated
   [WARNING] 
/home/ubuntu/nifi/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/s3/encryption/ClientSideKMSEncryptionStrategy.java:[51,8]
 [deprecation] CryptoConfiguration in com.amazonaws.services.s3.model has been 
deprecated
   [WARNING] 
/home/ubuntu/nifi/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/s3/encryption/ClientSideKMSEncryptionStrategy.java:[51,47]
 [deprecation] CryptoConfiguration in com.amazonaws.services.s3.model has been 
deprecated
   [WARNING] 
/home/ubuntu/nifi/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/s3/encryption/ClientSideKMSEncryptionStrategy.java:[57,8]
 [deprecation] AmazonS3EncryptionClient in com.amazonaws.services.s3 has been 
deprecated
   [WARNING] 
/home/ubuntu/nifi/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/s3/encryption/ClientSideKMSEncryptionStrategy.java:[57,46]
 [deprecation] AmazonS3EncryptionClient in com.amazonaws.services.s3 has been 
deprecated
   [WARNING] 
/home/ubuntu/nifi/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/s3/encryption/ClientSideKMSEncryptionStrategy.java:[57,42]
 [deprecation] 
AmazonS3EncryptionClient(AWSCredentialsProvider,EncryptionMaterialsProvider,CryptoConfiguration)
 in AmazonS3EncryptionClient has been deprecated
   [WARNING] 
/home/ubuntu/nifi/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/credentials/provider/factory/strategies/AccessKeyPairCredentialsStrategy.java:[49,19]
 [deprecation] StaticCredentialsProvider in com.amazonaws.internal has been 
deprecated
   [INFO] 19 warnings 
   [INFO] -------------------------------------------------------------
   [INFO] -------------------------------------------------------------
   [ERROR] COMPILATION ERROR : 
   [INFO] -------------------------------------------------------------
   [ERROR] 
/home/ubuntu/nifi/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/kinesis/stream/ConsumeKinesisStream.java:[486,16]
 error: onTrigger(ProcessContext,ProcessSessionFactory) in ConsumeKinesisStream 
cannot override onTrigger(ProcessContext,ProcessSessionFactory) in 
AbstractProcessor
     overridden method is final
   [INFO] 1 error
   [INFO] -------------------------------------------------------------
   [INFO] 
------------------------------------------------------------------------
   [INFO] Reactor Summary for nifi-aws-bundle 1.14.0-SNAPSHOT:
   [INFO] 
   [INFO] nifi-aws-bundle .................................... SUCCESS [  2.902 
s]
   [INFO] nifi-aws-service-api ............................... SUCCESS [  5.103 
s]
   [INFO] nifi-aws-abstract-processors ....................... SUCCESS [  8.258 
s]
   [INFO] nifi-aws-processors ................................ FAILURE [ 30.808 
s]
   [INFO] nifi-aws-service-api-nar ........................... SUCCESS [ 15.162 
s]
   [INFO] nifi-aws-nar ....................................... SKIPPED
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  50.014 s (Wall Clock)
   [INFO] Finished at: 2021-04-13T06:27:18Z
   [INFO] 
------------------------------------------------------------------------
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) 
on project nifi-aws-processors: Compilation failure
   [ERROR] 
/home/ubuntu/nifi/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/kinesis/stream/ConsumeKinesisStream.java:[486,16]
 error: onTrigger(ProcessContext,ProcessSessionFactory) in ConsumeKinesisStream 
cannot override onTrigger(ProcessContext,ProcessSessionFactory) in 
AbstractProcessor
   [ERROR]   overridden method is final
   [ERROR] 
   [ERROR] -> [Help 1]
   [ERROR] 
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR] 
   [ERROR] For more information about the errors and possible solutions, please 
read the following articles:
   [ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
   [ERROR] 
   [ERROR] After correcting the problems, you can resume the build with the 
command
   [ERROR]   mvn <goals> -rf :nifi-aws-processors
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to