You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/07/03 03:29:39 UTC

[GitHub] [pinot] AhmedElsagher commented on issue #8990: UDF is not working as ingrestion Transform fumction

AhmedElsagher commented on issue #8990:
URL: https://github.com/apache/pinot/issues/8990#issuecomment-1173004347

   No I dont have the stack trace its not in the logs but here is the command and the full output 
   ```
   `root@b386dbb0ab13:/opt/pinot# 
   ./bin/pinot-admin.sh AddTable  -schemaFile  data/user-schmea.json  -tableConfigFile data/user_table2.json -controllerHost  172.18.0.3 -controllerPort 9000  -exec
   [0.001s][warning][gc] -Xloggc is deprecated. Will use -Xlog:gc:gc-pinot-server.log instead.
   SLF4J: Class path contains multiple SLF4J bindings.
   SLF4J: Found binding in [jar:file:/opt/pinot/lib/pinot-all-0.9.3-jar-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-input-format/pinot-parquet/pinot-parquet-0.9.3-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-environment/pinot-azure/pinot-azure-0.9.3-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-file-system/pinot-s3/pinot-s3-0.9.3-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-metrics/pinot-dropwizard/pinot-dropwizard-0.9.3-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-metrics/pinot-yammer/pinot-yammer-0.9.3-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
   WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
   WARNING: An illegal reflective access operation has occurred
   WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/opt/pinot/lib/pinot-all-0.9.3-jar-with-dependencies.jar) to method java.lang.Object.finalize()
   WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
   WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
   WARNING: All illegal access operations will be denied in a future release
   2022/07/03 03:22:42.554 INFO [AddTableCommand] [main] Executing command: AddTable -tableConfigFile data/user_table2.json -schemaFile data/user-schmea.json -controllerProtocol http -controllerHost 172.18.0.3 -controllerPort 9000 -user null -password [hidden] -exec
   2022/07/03 03:22:43.891 INFO [AddTableCommand] [main] {"_code":400,"_error":"Invalid transform function 'decrypt(fcm_token_raw)' for column 'fcm_token'"}
   ```
   
   I added the jar in the plugins folder in the pinot server container only .. should i added in another place ??
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org