This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import org.apache.spark.sql.DataFrame | |
| import com.rockymadden.stringmetric.similarity.NGramMetric | |
| import org.apache.spark.sql.SaveMode | |
| import org.apache.spark.sql.functions._ | |
| import sqlContext.implicits._ | |
| import java.util.UUID | |
| import com.datastax.spark.connector._ | |
| object BlockingUtils { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2017-08-05 00:04:15.893 WARN 1 --- [TaskExecutor-28] o.s.a.r.l.SimpleMessageListenerContainer : Consumer raised exception, processing can restart if the connection factory supports it | |
| org.springframework.amqp.AmqpIOException: java.net.SocketException: Broken pipe | |
| at org.springframework.amqp.rabbit.support.RabbitExceptionTranslator.convertRabbitAccessException(RabbitExceptionTranslator.java:65) | |
| at org.springframework.amqp.rabbit.connection.RabbitAccessor.convertRabbitAccessException(RabbitAccessor.java:110) | |
| at org.springframework.amqp.rabbit.core.RabbitTemplate.doExecute(RabbitTemplate.java:1053) | |
| at org.springframework.amqp.rabbit.core.RabbitTemplate.execute(RabbitTemplate.java:1030) | |
| at org.springframework.amqp.rabbit.core.RabbitTemplate.send(RabbitTemplate.java:542) | |
| at org.springframework.amqp.rabbit.core.RabbitTemplate.send(RabbitTemplate.java:536) | |
| at org.springframework.amqp.rabbit.retry.RepublishMessageRecoverer.recover(RepublishMessageRecoverer.jav |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ``` | |
| cqlsh:dossier_test_1> select * from merged_prop_profiles where profile_ids_for_search like '%FILE<->piper<->thedurhamhotel<->DC7624653B3CEAA46661FD6227572758383D522A%' ; | |
| id | badges | company_info | contact_list_ids | created_at | credit_cards | date_of_birth | day_of_birth | email_addresses | first_name | gender | guest_notes | last_name | mail_opt_out | memberships | middle_name | month_of_birth | name_type | phone_numbers | photo_url | postal_addresses |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CompileC /Users/daiyi/personal-projects/interesting-mobile/ios/Build/Intermediates.noindex/RNVectorIcons.build/Debug-iphonesimulator/RNVectorIcons.build/Objects-normal/x86_64/RNVectorIconsManager.o RNVectorIconsManager/RNVectorIconsManager.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler cd "/Users/daiyi/personal-projects/interesting-mobile/node_modules/@expo/vector-icons/vendor/react-native-vector-icons" export LANG=en_US.US-ASCII |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "symfony 1.2", | |
| "license": "MIT", | |
| "type": "project", | |
| "description": "The \"Symfony Standard Edition\" distribution", | |
| "autoload": { | |
| "psr-0": { "": "../symfony2/src/" }, | |
| "psr-4": { | |
| "Revinate\\" : "libns/Revinate", | |
| "lib\\" : "lib", |
OlderNewer