Hi Alfonso, Unfortunately, I have not been able to reproduce the issue. Maybe it is related with my Java version (Oracle), I will try with OpenJDK. Some details about my development environment:
os.detected.name: linux os.detected.arch: x86_64 os.detected.version: 4.10 os.detected.version.major: 4 os.detected.version.minor: 10 os.detected.release: linuxmint os.detected.release.version: 18.3 os.detected.release.like.linuxmint: true os.detected.release.like.ubuntu: true os.detected.classifier: linux-x86_64 Java java version "1.8.0_171" Java(TM) SE Runtime Environment (build 1.8.0_171-b11) Java HotSpot(TM) 64-Bit Server VM (build 25.171-b11, mixed mode) Maven Apache Maven 3.3.9 Maven home: /usr/share/maven Java version: 1.8.0_171, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-oracle/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "4.10.0-38-generic", arch: "amd64", family: "unix" Best, John. El lun., 5 ago. 2019 a las 16:48, Alfonso Nishikawa (< alfonso.nishik...@gmail.com>) escribió: > Hi, > > I am using now the following pom configuration I got from executing `mvn > dependency:tree`: > > <dependency> > <groupId>org.apache.kudu</groupId> > <artifactId>kudu-binary</artifactId> > <classifier>linux-x86_64</classifier> > <version>1.9.0</version> > <scope>test</scope> > </dependency> > > When I execute `mvn clen package` on gora-kudu I find that it spawns the > following command: > > kudu-master > --fs_wal_dir=/tmp/mini-kudu-cluster8989984398759938222/master-0/wal > --fs_data_dirs=/tmp/mini-kudu-cluster8989984398759938222/master-0/data > --block_manager=log --webserver_interface=localhost --ipki_ca_key_size=1024 > --tsk_num_rsa_bits=512 --rpc_bind_addresses=*127.26.116.190*:39535 > --webserver_interface=*127.26.116.190* --webserver_port=0 --never_fsync > --ipki_server_key_size=1024 --enable_minidumps=false --redact=none > --metrics_log_interval_ms=1000 --logtostderr --logbuflevel=-1 > --log_dir=/tmp/mini-kudu-cluster8989984398759938222/master-0/logs > --server_dump_info_path=/tmp/mini-kudu-cluster8989984398759938222/master-0/data/info.pb > --server_dump_info_format=pb --rpc_server_allow_ephemeral_ports > --unlock_experimental_flags --unlock_unsafe_flags --rpc_reuseport=true > --master_addresses=*127.26.116.190*:39535,*127.26.116.189*:33913, > *127.26.116.188*:42253 > > > I highlight the IP addresses because they clearly are not my computer, and > I guess that is why the tests can't connect to the the database. > > Any idea on how to solve this? > > Thank you! > > > Best Regards, > > Alfonso Nishikawa > > > > El lun., 5 ago. 2019 a las 8:39, Alfonso Nishikawa (< > alfonso.nishik...@gmail.com>) escribió: > >> Hi, John. >> >> I get a core dump from the binary kudu server when trying to run the >> tests. Didn't find a log file, but will search thoroughly later. Happened >> anytime to you? Does it happens to anyone? >> >> I am using Ubuntu 18.04 >> >> Thank you! >> >> Regards, >> >> Alfonso Nishikawa >> >> El dom., 4 ago. 2019 20:10, Furkan KAMACI <furkankam...@gmail.com> >> escribió: >> >>> Hi John, >>> >>> I've already made my comments at your PR. Please check them carefully >>> and ask me if you need help. >>> >>> For the documentation, I've checked what you've done. On the other hand, >>> I would want to encourage you to write a blog post about your Kudu >>> implementation and demonstrate an example of Kudu integration with Gora as >>> like a tutorial. >>> >>> Kind Regards, >>> Furkan KAMACI >>> >>> On Sun, Aug 4, 2019 at 1:59 AM John Mora <jhnmora...@gmail.com> wrote: >>> >>>> Hi all. >>>> >>>> I have updated my report in the Wiki[1]. >>>> >>>> Also, I have sent a PR with my last commits for review [2]. Please give >>>> it a look if you have time. >>>> >>>> This week, I will continue working on the documentation of the kudu >>>> datastore. >>>> >>>> Please let me know if you have suggestions. >>>> >>>> [1] >>>> https://cwiki.apache.org/confluence/display/GORA/GORA-485+Apache+Kudu+datastore+for+Gora+Reports >>>> [2] https://github.com/apache/gora/pull/178 >>>> >>>> Best, >>>> John. >>>> >>>> El mié., 31 jul. 2019 a las 11:17, carlos muñoz (<carlosr...@gmail.com>) >>>> escribió: >>>> >>>>> Hi John, >>>>> >>>>> Thanks for the update. I reviewed your code a little bit, it is >>>>> looking good. I think tha you should send a PR in order to receive >>>>> feedback >>>>> from other community members. >>>>> >>>>> Best, >>>>> Carlos >>>>> >>>>> El dom., 28 jul. 2019 a las 23:20, John Mora (<jhnmora...@gmail.com>) >>>>> escribió: >>>>> >>>>>> Hi all. >>>>>> >>>>>> I updated my report in the Wiki[1]. Also, I pushed my last commits to >>>>>> my branch [2]. Please give it a look if you have time. >>>>>> >>>>>> This week, I will give a look to the documentation of datastores. >>>>>> >>>>>> Please let me know if you have suggestions. >>>>>> >>>>>> [1] >>>>>> https://cwiki.apache.org/confluence/display/GORA/GORA-485+Apache+Kudu+datastore+for+Gora+Reports >>>>>> [2] https://github.com/jhnmora000/gora/tree/GORA-485 >>>>>> >>>>>> Cheers, >>>>>> John >>>>>> >>>>>> El mié., 24 jul. 2019 a las 11:34, John Mora (<jhnmora...@gmail.com>) >>>>>> escribió: >>>>>> >>>>>>> Hi Alfonso, >>>>>>> >>>>>>> Yes, I was using this class javafx.util.Pair. It is not a problem I >>>>>>> will find an alternative, it is only an utilitary class. >>>>>>> >>>>>>> Thanks, >>>>>>> John >>>>>>> >>>>>>> El mar., 23 jul. 2019 a las 12:36, Alfonso Nishikawa (< >>>>>>> alfonso.nishik...@gmail.com>) escribió: >>>>>>> >>>>>>>> Hi, John. >>>>>>>> >>>>>>>> I checked out your code and it looks good :) >>>>>>>> I found that you use javafx, but that is not present in OpenJDK and >>>>>>>> fails to compile, and since we don't stick to Oracle JVM I would >>>>>>>> suggest to >>>>>>>> change it. >>>>>>>> >>>>>>>> Good job, keep it going :) >>>>>>>> >>>>>>>> Regards, >>>>>>>> >>>>>>>> Alfonso Nishikawa >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> El sáb., 20 jul. 2019 a las 22:25, John Mora (<jhnmora...@gmail.com>) >>>>>>>> escribió: >>>>>>>> >>>>>>>>> Hi. >>>>>>>>> >>>>>>>>> I updated my report in the Wiki[1]. Also, I pushed my last commits >>>>>>>>> to my branch [2]. Please give it a look if you have time. >>>>>>>>> >>>>>>>>> This week, I will give a look to the map reduce tests for >>>>>>>>> DataStores. >>>>>>>>> >>>>>>>>> Please let me know if you have suggestions. >>>>>>>>> >>>>>>>>> [1] >>>>>>>>> https://cwiki.apache.org/confluence/display/GORA/GORA-485+Apache+Kudu+datastore+for+Gora+Reports >>>>>>>>> [2] https://github.com/jhnmora000/gora/tree/GORA-485 >>>>>>>>> >>>>>>>>> Thanks, >>>>>>>>> John >>>>>>>>> >>>>>>>>> El sáb., 13 jul. 2019 a las 19:31, John Mora (< >>>>>>>>> jhnmora...@gmail.com>) escribió: >>>>>>>>> >>>>>>>>>> Hi all >>>>>>>>>> >>>>>>>>>> I updated my report in the Wiki[1]. Also, I pushed my last >>>>>>>>>> commits to my branch [2]. Please give it a look if you have time. >>>>>>>>>> >>>>>>>>>> This week, I will be working in the getPartitions and >>>>>>>>>> deleteByQuery methods and testing the other tests in the >>>>>>>>>> DataStoreTestBase >>>>>>>>>> class. >>>>>>>>>> >>>>>>>>>> Please let me know if you have suggestions. >>>>>>>>>> >>>>>>>>>> [1] >>>>>>>>>> https://cwiki.apache.org/confluence/display/GORA/GORA-485+Apache+Kudu+datastore+for+Gora+Reports >>>>>>>>>> [2] https://github.com/jhnmora000/gora/tree/GORA-485 >>>>>>>>>> >>>>>>>>>> Best, >>>>>>>>>> John. >>>>>>>>>> >>>>>>>>>> El mié., 10 jul. 2019 a las 16:17, John Mora (< >>>>>>>>>> jhnmora...@gmail.com>) escribió: >>>>>>>>>> >>>>>>>>>>> Hi Alfonso, >>>>>>>>>>> >>>>>>>>>>> Thanks so much for your time and support for this project. I >>>>>>>>>>> will work on your comments. Responses inline :) >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> El mar., 9 jul. 2019 a las 16:38, Alfonso Nishikawa (< >>>>>>>>>>> alfonso.nishik...@gmail.com>) escribió: >>>>>>>>>>> >>>>>>>>>>>> Hi, John. >>>>>>>>>>>> >>>>>>>>>>>> Sorry for the delay, I am changing work and I have been very >>>>>>>>>>>> busy :( I will try to answer your questions :) >>>>>>>>>>>> >>>>>>>>>>>> *> In the Employee example there is a field called >>>>>>>>>>>> 'dateOfBirth'. I tried to map that field with the UNIXTIME_MICROS >>>>>>>>>>>> datatype >>>>>>>>>>>> of Kudu (I intuitively assumed this is a date.). However, in the >>>>>>>>>>>> java world >>>>>>>>>>>> the Employee field is a Long value and the kudu datatype is a >>>>>>>>>>>> Timestamp. >>>>>>>>>>>> So, I was wondering whether I should force the usage of the >>>>>>>>>>>> UNIXTIME_MICROS >>>>>>>>>>>> datatype for this field or just use a LONG datatype in Kudu.* >>>>>>>>>>>> >>>>>>>>>>>> In Avro 1.8 were introduced "Logical Types" so there is a >>>>>>>>>>>> "date" type with an underlying "int" [1]. It's the first time I >>>>>>>>>>>> read about >>>>>>>>>>>> because until the last version upgrade of Avro this weren't there. >>>>>>>>>>>> I would >>>>>>>>>>>> suggest to ignore "dates" and map dateOfBirth as long, since in >>>>>>>>>>>> any case >>>>>>>>>>>> -in avro- the value is the unix epoch. After this first approach, >>>>>>>>>>>> a design >>>>>>>>>>>> improvement would be great, though :) >>>>>>>>>>>> >>>>>>>>>>>> - Would be good to have in the mapping a "timestamp" type so >>>>>>>>>>>> KuduStore converts between the Entity long field <-> Kudu >>>>>>>>>>>> timestamp storage? >>>>>>>>>>>> - Is there any other approach? >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> I think that Entity long field <-> Kudu timestamp conversion >>>>>>>>>>> that the best alternative right now. Because, I would add more >>>>>>>>>>> compatible >>>>>>>>>>> datatypes to the mapping parameters which users can use. And this >>>>>>>>>>> conversion should not be dificult to implement in my opinion. Also, >>>>>>>>>>> the new >>>>>>>>>>> Date datatype of avro could be implemented in newer versions >>>>>>>>>>> because it >>>>>>>>>>> would need further analysis in other datastores too. I will work on >>>>>>>>>>> that. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> *> What is the Gora's policy regarding flush()? * >>>>>>>>>>>> *> KuduClient has multiple flushing modes >>>>>>>>>>>> <https://kudu.apache.org/apidocs/org/apache/kudu/client/SessionConfiguration.FlushMode.html>and >>>>>>>>>>>> also can set time interval >>>>>>>>>>>> <https://kudu.apache.org/releases/1.2.0/apidocs/org/apache/kudu/client/KuduSession.html#setFlushInterval-int-> >>>>>>>>>>>> for automatic flush.* >>>>>>>>>>>> *> Should theses behaviors be configurable using >>>>>>>>>>>> gora.properties file? or just use the default configurations.* >>>>>>>>>>>> >>>>>>>>>>>> What we do in HBase is configure an autoflush option in >>>>>>>>>>>> gora.properties [2] which is used when instanced the Table, but at >>>>>>>>>>>> the same >>>>>>>>>>>> time we implement the flush() method to force the flush [3]. I >>>>>>>>>>>> would >>>>>>>>>>>> suggest to follow that example, but adding the flushing options of >>>>>>>>>>>> Kudu. >>>>>>>>>>>> What flushing mode (and time interval if it applies) do you >>>>>>>>>>>> suggest? >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Well, IMHO the default flush mode (auto flush sync) will do the >>>>>>>>>>> job for most use cases. But I will add a configuration in >>>>>>>>>>> gora.properties >>>>>>>>>>> for selecting the other modes and specifying a autoflush time if >>>>>>>>>>> needed >>>>>>>>>>> by the user. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> *> Also, while reviewing the datastore interface I noticed this >>>>>>>>>>>> method 'getPartitions(Query<K, T> query)'. What is the expected >>>>>>>>>>>> behavior of >>>>>>>>>>>> this method?, should I use the partition definition in the xml >>>>>>>>>>>> mapping file >>>>>>>>>>>> for this?.* >>>>>>>>>>>> >>>>>>>>>>>> The method getPartitions(Query) is related to Hadoop. Apache >>>>>>>>>>>> Gora integrates with Hadoop implementing a custom Map and Reduce >>>>>>>>>>>> that >>>>>>>>>>>> allows to get/write Entities directly. >>>>>>>>>>>> You can take a look at HBase's implementation [4], which relies >>>>>>>>>>>> o.a.h.hbase.mapreduce.TableInputFormatBase >>>>>>>>>>>> [5] to compute the splits (start key---end key) with the location >>>>>>>>>>>> of the >>>>>>>>>>>> split to create a colection of partitions [6]. >>>>>>>>>>>> >>>>>>>>>>>> So, if Kudu is allowed to perform computation using local kudu >>>>>>>>>>>> splits, then this method does the needed preparation to allow to >>>>>>>>>>>> "send the >>>>>>>>>>>> computation to where the data is locally". >>>>>>>>>>>> >>>>>>>>>>>> In any case, you can see that: >>>>>>>>>>>> >>>>>>>>>>>> - MongoDB store implementation does not implement splitting >>>>>>>>>>>> [7] >>>>>>>>>>>> - Cassandra store implementation does not implement >>>>>>>>>>>> splitting [8] >>>>>>>>>>>> - Aerospike store implementation does not implement >>>>>>>>>>>> splitting [9] >>>>>>>>>>>> - Accumulo store implementation* does* implement splitting >>>>>>>>>>>> [10] >>>>>>>>>>>> >>>>>>>>>>>> If Kudu has a method to get the different splits for a table >>>>>>>>>>>> and its locations, then you will be able to implement the full >>>>>>>>>>>> feature. >>>>>>>>>>>> >>>>>>>>>>>> This is Hadoop related and it is not trivial. I haven't >>>>>>>>>>>> elaborated much, so if you find you need more information let me >>>>>>>>>>>> know :) >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>> I will check whether Kudu has these features in order to >>>>>>>>>>> implement this method. If not I will use the default implementation >>>>>>>>>>> found >>>>>>>>>>> in other backends. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>>> About Queries, what I can tell is that Hbase only implements >>>>>>>>>>>> "Start key" + "End key" because it has only 2 operations: "get" >>>>>>>>>>>> and "scan", >>>>>>>>>>>> and the querying is for "scan" operation, were you want an >>>>>>>>>>>> interval (or >>>>>>>>>>>> all) of the rows. Does Kudu have more querying functionality? >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>> Yes, Kudu implements a Scanner for querying data among with >>>>>>>>>>> conditional predicates for filtering. I am using those classes. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>>> About other topic, I am trying to install Kudu in standalone >>>>>>>>>>>> (all in 1 node). Do you use a Cloudera installation or do you have >>>>>>>>>>>> a >>>>>>>>>>>> standalone installation? How do you do it? I found some >>>>>>>>>>>> instructions, but >>>>>>>>>>>> they talk about compiling Kudu [11]. I was looking for something >>>>>>>>>>>> like >>>>>>>>>>>> HBase, that it is unzip + execute "hbase start". >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>> I am using an embedded mini-cluster which comes with compiled >>>>>>>>>>> binaries and can be used with maven[1] for testing my code. Once I >>>>>>>>>>> get it >>>>>>>>>>> mature enough I think I will be testing the datastore with a docker >>>>>>>>>>> container [2]. I could not find a unzip+execute bundle either and I >>>>>>>>>>> am >>>>>>>>>>> kinda noob for compiling it myself. >>>>>>>>>>> >>>>>>>>>>> [1] >>>>>>>>>>> https://kudu.apache.org/docs/developing.html#_jvm_based_integration_testing >>>>>>>>>>> [2] https://hub.docker.com/r/usuresearch/apache-kudu/ >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>>> Good job and thank you!! :) >>>>>>>>>>>> >>>>>>>>>>>> Regards, >>>>>>>>>>>> >>>>>>>>>>>> Alfonso Nishikawa >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> [1] - >>>>>>>>>>>> https://avro.apache.org/docs/1.8.0/spec.html#Logical+Types >>>>>>>>>>>> [2] - >>>>>>>>>>>> https://github.com/apache/gora/blob/apache-gora-0.9/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseStore.java#L175 >>>>>>>>>>>> [3] - >>>>>>>>>>>> https://github.com/apache/gora/blob/apache-gora-0.9/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseStore.java#L458 >>>>>>>>>>>> [4] - >>>>>>>>>>>> https://github.com/apache/gora/blob/apache-gora-0.9/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseStore.java#L472 >>>>>>>>>>>> [5] - >>>>>>>>>>>> https://github.com/apache/gora/blob/apache-gora-0.9/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseStore.java#L479 >>>>>>>>>>>> [6] - >>>>>>>>>>>> https://github.com/apache/gora/blob/apache-gora-0.9/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseStore.java#L517 >>>>>>>>>>>> [7] - >>>>>>>>>>>> https://github.com/apache/gora/blob/apache-gora-0.9/gora-mongodb/src/main/java/org/apache/gora/mongodb/store/MongoStore.java#L533 >>>>>>>>>>>> [8] - >>>>>>>>>>>> https://github.com/apache/gora/blob/apache-gora-0.9/gora-cassandra/src/main/java/org/apache/gora/cassandra/store/CassandraStore.java#L292 >>>>>>>>>>>> [9] - >>>>>>>>>>>> https://github.com/apache/gora/blob/apache-gora-0.9/gora-aerospike/src/main/java/org/apache/gora/aerospike/store/AerospikeStore.java#L369 >>>>>>>>>>>> [10] - >>>>>>>>>>>> https://github.com/apache/gora/blob/apache-gora-0.9/gora-accumulo/src/main/java/org/apache/gora/accumulo/store/AccumuloStore.java#L902 >>>>>>>>>>>> [11] - https://kudu.apache.org/docs/installation.html >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> El lun., 8 jul. 2019 a las 3:42, John Mora (< >>>>>>>>>>>> jhnmora...@gmail.com>) escribió: >>>>>>>>>>>> >>>>>>>>>>>>> Hi all. >>>>>>>>>>>>> >>>>>>>>>>>>> As every week I updated my report in the Wiki[1]. Also, I >>>>>>>>>>>>> pushed my last commits to my branch [2]. Please give it a look if >>>>>>>>>>>>> you have >>>>>>>>>>>>> time. >>>>>>>>>>>>> >>>>>>>>>>>>> This week, I will be continue working in the Queries >>>>>>>>>>>>> implementation, please reach me out if you have any suggestions. >>>>>>>>>>>>> >>>>>>>>>>>>> Also, while reviewing the datastore interface I noticed this >>>>>>>>>>>>> method 'getPartitions(Query<K, T> query)'. What is the expected >>>>>>>>>>>>> behavior of >>>>>>>>>>>>> this method?, should I use the partition definition in the xml >>>>>>>>>>>>> mapping file >>>>>>>>>>>>> for this?. >>>>>>>>>>>>> >>>>>>>>>>>>> Cheers, >>>>>>>>>>>>> John. >>>>>>>>>>>>> >>>>>>>>>>>>> [1] >>>>>>>>>>>>> https://cwiki.apache.org/confluence/display/GORA/GORA-485+Apache+Kudu+datastore+for+Gora+Reports >>>>>>>>>>>>> [2] https://github.com/jhnmora000/gora/tree/GORA-485 >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> El dom., 30 jun. 2019 a las 16:56, John Mora (< >>>>>>>>>>>>> jhnmora...@gmail.com>) escribió: >>>>>>>>>>>>> >>>>>>>>>>>>>> Hi all. >>>>>>>>>>>>>> >>>>>>>>>>>>>> I received my first evaluation from the Google Summer of Code >>>>>>>>>>>>>> program with a positive result. Thanks so much for your support >>>>>>>>>>>>>> and >>>>>>>>>>>>>> confidence to the project and me. >>>>>>>>>>>>>> >>>>>>>>>>>>>> I updated my report of this week in the Wiki[1]. Also, I >>>>>>>>>>>>>> pushed my last commits to my branch [2]. >>>>>>>>>>>>>> >>>>>>>>>>>>>> This week, I will be reviewing my the serialization/ >>>>>>>>>>>>>> deserialization process in order to identify optimizations >>>>>>>>>>>>>> specific for >>>>>>>>>>>>>> Kudu. Because I used a generic methods of other backends which >>>>>>>>>>>>>> probably >>>>>>>>>>>>>> could be better tuned for kudu. Also, I will start working on >>>>>>>>>>>>>> the Queries >>>>>>>>>>>>>> implementation. >>>>>>>>>>>>>> >>>>>>>>>>>>>> BTW, I added a question to the wiki about Date types. Please >>>>>>>>>>>>>> give it a look if you have time. >>>>>>>>>>>>>> >>>>>>>>>>>>>> [1] >>>>>>>>>>>>>> https://cwiki.apache.org/confluence/display/GORA/GORA-485+Apache+Kudu+datastore+for+Gora+Reports >>>>>>>>>>>>>> [2] https://github.com/jhnmora000/gora/tree/GORA-485 >>>>>>>>>>>>>> >>>>>>>>>>>>>> Cheers, >>>>>>>>>>>>>> John >>>>>>>>>>>>>> >>>>>>>>>>>>>> El jue., 27 jun. 2019 a las 21:02, John Mora (< >>>>>>>>>>>>>> jhnmora...@gmail.com>) escribió: >>>>>>>>>>>>>> >>>>>>>>>>>>>>> Hi Carlos. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Thanks for the reminder. I submitted the form yesterday. :D >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Best, >>>>>>>>>>>>>>> John. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> El jue., 27 jun. 2019 a las 17:34, carlos muñoz (< >>>>>>>>>>>>>>> carlosr...@gmail.com>) escribió: >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> Hi John >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> The first Google Summer of Code evaluation is due on June >>>>>>>>>>>>>>>> 28th. Please make sure you submit your Mentors' evaluation on >>>>>>>>>>>>>>>> time. >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> Regards, >>>>>>>>>>>>>>>> Carlos >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> El dom., 23 jun. 2019 a las 18:29, John Mora (< >>>>>>>>>>>>>>>> jhnmora...@gmail.com>) escribió: >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> Hi all. >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> FYI, I updated my report of this week on the Wiki[1]. >>>>>>>>>>>>>>>>> Also, I pushed my last commits to my branch [2]. >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> As I mentioned in the reports I would like to know how >>>>>>>>>>>>>>>>> datastores deal with flush(), should it work always manually >>>>>>>>>>>>>>>>> executed?. >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> Finally, This week I will be implementing object >>>>>>>>>>>>>>>>> serialization/deserialization in the methods put, get, >>>>>>>>>>>>>>>>> delete, exists. Do >>>>>>>>>>>>>>>>> you have any suggestions on how to proceed with this task?. >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> Footnote: Thanks for the feedback Carlos, I fixed the >>>>>>>>>>>>>>>>> problem. >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> [1] >>>>>>>>>>>>>>>>> https://cwiki.apache.org/confluence/display/GORA/GORA-485+Apache+Kudu+datastore+for+Gora+Reports >>>>>>>>>>>>>>>>> [2] https://github.com/jhnmora000/gora/tree/GORA-485 >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> Cheers, >>>>>>>>>>>>>>>>> John >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> El lun., 17 jun. 2019 a las 22:58, carlos muñoz (< >>>>>>>>>>>>>>>>> carlosr...@gmail.com>) escribió: >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> Hi John >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> Your last changes look good to me. Keep it up. But, I >>>>>>>>>>>>>>>>>> noticed that you have created an Enumeration for datatypes, >>>>>>>>>>>>>>>>>> which is very >>>>>>>>>>>>>>>>>> similar to the kudu-client's [2]. Probably you should >>>>>>>>>>>>>>>>>> replace [1] for [2] >>>>>>>>>>>>>>>>>> in order to avoid code duplication. >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> [1] >>>>>>>>>>>>>>>>>> https://github.com/jhnmora000/gora/blob/GORA-485/gora-kudu/src/main/java/org/apache/gora/kudu/mapping/Column.java#L76 >>>>>>>>>>>>>>>>>> [2] >>>>>>>>>>>>>>>>>> https://kudu.apache.org/apidocs/org/apache/kudu/Type.html >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> Best, >>>>>>>>>>>>>>>>>> Carlos >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> El sáb., 15 jun. 2019 a las 12:01, John Mora (< >>>>>>>>>>>>>>>>>> jhnmora...@gmail.com>) escribió: >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> Hi all. >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> I updated my report of this week on the Wiki[1]. I >>>>>>>>>>>>>>>>>>> noticed that my code is lacking some javadoc documentation >>>>>>>>>>>>>>>>>>> I think I will >>>>>>>>>>>>>>>>>>> be working on that this week, also I would like to enable >>>>>>>>>>>>>>>>>>> and check schema >>>>>>>>>>>>>>>>>>> management tests (createSchema, existsSchema, etc.). >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> [1] >>>>>>>>>>>>>>>>>>> https://cwiki.apache.org/confluence/display/GORA/GORA-485+Apache+Kudu+datastore+for+Gora+Reports >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> Cheers, >>>>>>>>>>>>>>>>>>> John. >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> El mar., 11 jun. 2019 a las 0:11, John Mora (< >>>>>>>>>>>>>>>>>>> jhnmora...@gmail.com>) escribió: >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> Hi Alfonso. >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> Thanks so much for your feedback. I am working on your >>>>>>>>>>>>>>>>>>>> comments. >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> Best, >>>>>>>>>>>>>>>>>>>> John >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> El lun., 10 jun. 2019 a las 16:11, Alfonso Nishikawa (< >>>>>>>>>>>>>>>>>>>> alfonso.nishik...@gmail.com>) escribió: >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> Hi, John. >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> Regarding your questions at the report [1]: >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> - How to represent partitioning configurations on >>>>>>>>>>>>>>>>>>>>> the mapping file. >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> This was discussed in other emails, isn't it? :) >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> - KuduTestHarness requires the Maven plugin >>>>>>>>>>>>>>>>>>>>> os-maven-plugin, which needs Maven 3.1.1+, is it a >>>>>>>>>>>>>>>>>>>>> problem for Apache Gora? >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> I believe it is not a problem. My Ubuntu comes with >>>>>>>>>>>>>>>>>>>>> 3.6.0, far from 3.1.1, and I assume everyone uses Maven 3 >>>>>>>>>>>>>>>>>>>>> in a quite new >>>>>>>>>>>>>>>>>>>>> version :) >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> [1] - >>>>>>>>>>>>>>>>>>>>> https://cwiki.apache.org/confluence/display/GORA/GORA-485+Apache+Kudu+datastore+for+Gora+Reports >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> Regards, >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> Alfonso Nishikawa >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> El lun., 10 jun. 2019 a las 21:07, Alfonso Nishikawa (< >>>>>>>>>>>>>>>>>>>>> alfonso.nishik...@gmail.com>) escribió: >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> Hi, John. >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> Thank you! >>>>>>>>>>>>>>>>>>>>>> Things I have seen: >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> - The version of a maven dependency [1] should go on >>>>>>>>>>>>>>>>>>>>>> the Dependency Management of the root pom [2]. Same for >>>>>>>>>>>>>>>>>>>>>> [3] and from there, >>>>>>>>>>>>>>>>>>>>>> should not set the version there. >>>>>>>>>>>>>>>>>>>>>> - Set test dependencies' scope to test, at [4] and >>>>>>>>>>>>>>>>>>>>>> from there. >>>>>>>>>>>>>>>>>>>>>> - Set the indentation to 2 spaces for the pom [5] >>>>>>>>>>>>>>>>>>>>>> - Missing "t" in "localhost" at [6]. >>>>>>>>>>>>>>>>>>>>>> - Port 13 for Kudu? That is "Daytime Protocol" RFC >>>>>>>>>>>>>>>>>>>>>> 867 and you will need root permission to run it. The >>>>>>>>>>>>>>>>>>>>>> default port for kudu >>>>>>>>>>>>>>>>>>>>>> is 7051, isn't it? >>>>>>>>>>>>>>>>>>>>>> - I would ask you to add the same functionality to >>>>>>>>>>>>>>>>>>>>>> load the mapping from configuration as in HBase's store >>>>>>>>>>>>>>>>>>>>>> [7] in you >>>>>>>>>>>>>>>>>>>>>> KuduStore [8]. This will have implications on your >>>>>>>>>>>>>>>>>>>>>> readMapping at [9], so >>>>>>>>>>>>>>>>>>>>>> take a look at the one for HBase at [10] >>>>>>>>>>>>>>>>>>>>>> - I know it is in other backends, but avoid >>>>>>>>>>>>>>>>>>>>>> RuntimeExceptions (at least in Java since we have the >>>>>>>>>>>>>>>>>>>>>> checked ones) like in >>>>>>>>>>>>>>>>>>>>>> [11]. You can wrap them in GoraException. An example is >>>>>>>>>>>>>>>>>>>>>> [12] >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> And nothing more :) >>>>>>>>>>>>>>>>>>>>>> Keep going, good job. >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> [1] - >>>>>>>>>>>>>>>>>>>>>> https://github.com/jhnmora000/gora/blob/GORA-485/gora-kudu/pom.xml#L98 >>>>>>>>>>>>>>>>>>>>>> [2] - >>>>>>>>>>>>>>>>>>>>>> https://github.com/jhnmora000/gora/blob/GORA-485/pom.xml#L890 >>>>>>>>>>>>>>>>>>>>>> [3] - >>>>>>>>>>>>>>>>>>>>>> https://github.com/jhnmora000/gora/blob/GORA-485/gora-kudu/pom.xml#L121 >>>>>>>>>>>>>>>>>>>>>> [4] - >>>>>>>>>>>>>>>>>>>>>> https://github.com/jhnmora000/gora/blob/GORA-485/gora-kudu/pom.xml#L180 >>>>>>>>>>>>>>>>>>>>>> [5] - >>>>>>>>>>>>>>>>>>>>>> https://github.com/jhnmora000/gora/blob/GORA-485/gora-kudu/pom.xml >>>>>>>>>>>>>>>>>>>>>> [6] - >>>>>>>>>>>>>>>>>>>>>> https://github.com/jhnmora000/gora/blob/GORA-485/gora-kudu/src/test/resources/gora.properties#L18 >>>>>>>>>>>>>>>>>>>>>> [7] - >>>>>>>>>>>>>>>>>>>>>> https://github.com/jhnmora000/gora/blob/master/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseStore.java#L92 >>>>>>>>>>>>>>>>>>>>>> [8] - >>>>>>>>>>>>>>>>>>>>>> https://github.com/jhnmora000/gora/blob/GORA-485/gora-kudu/src/main/java/org/apache/gora/kudu/store/KuduStore.java#L53 >>>>>>>>>>>>>>>>>>>>>> [9] - >>>>>>>>>>>>>>>>>>>>>> https://github.com/jhnmora000/gora/blob/GORA-485/gora-kudu/src/main/java/org/apache/gora/kudu/mapping/KuduMappingBuilder.java#L81 >>>>>>>>>>>>>>>>>>>>>> [10] - >>>>>>>>>>>>>>>>>>>>>> https://github.com/jhnmora000/gora/blob/master/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseStore.java#L822 >>>>>>>>>>>>>>>>>>>>>> [11] - >>>>>>>>>>>>>>>>>>>>>> https://github.com/jhnmora000/gora/blob/GORA-485/gora-kudu/src/main/java/org/apache/gora/kudu/mapping/KuduMappingBuilder.java#L141 >>>>>>>>>>>>>>>>>>>>>> [12] - >>>>>>>>>>>>>>>>>>>>>> https://github.com/jhnmora000/gora/blob/master/gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseStore.java#L268 >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> Regards, >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> Alfonso Nishikawa >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> El sáb., 8 jun. 2019 a las 20:26, John Mora (< >>>>>>>>>>>>>>>>>>>>>> jhnmora...@gmail.com>) escribió: >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> Hi all. >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> I have just updated my weekly reports on Cwiki [1]. >>>>>>>>>>>>>>>>>>>>>>> This next week I think I should be focusing on the >>>>>>>>>>>>>>>>>>>>>>> create schema operation >>>>>>>>>>>>>>>>>>>>>>> and solving the issue of the partitioning >>>>>>>>>>>>>>>>>>>>>>> configurations in the mapping >>>>>>>>>>>>>>>>>>>>>>> file. >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> Please let me know if you have suggestions, my last >>>>>>>>>>>>>>>>>>>>>>> commits are available here [2] >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> [1] >>>>>>>>>>>>>>>>>>>>>>> https://cwiki.apache.org/confluence/display/GORA/GORA-485+Apache+Kudu+datastore+for+Gora+Reports >>>>>>>>>>>>>>>>>>>>>>> [2] https://github.com/jhnmora000/gora/tree/GORA-485 >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> Best, >>>>>>>>>>>>>>>>>>>>>>> John >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>
[INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Detecting the operating system and CPU architecture [INFO] ------------------------------------------------------------------------ [INFO] os.detected.name: linux [INFO] os.detected.arch: x86_64 [INFO] os.detected.version: 4.10 [INFO] os.detected.version.major: 4 [INFO] os.detected.version.minor: 10 [INFO] os.detected.release: linuxmint [INFO] os.detected.release.version: 18.3 [INFO] os.detected.release.like.linuxmint: true [INFO] os.detected.release.like.ubuntu: true [INFO] os.detected.classifier: linux-x86_64 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Gora :: Kudu 0.9-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gora-kudu --- [INFO] Deleting /home/dev/goraJohn/gora/gora-kudu/target [INFO] Deleting /home/dev/goraJohn/gora/gora-kudu/lib (includes = [*.jar], excludes = []) [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ gora-kudu --- [INFO] [INFO] --- build-helper-maven-plugin:1.7:add-source (default) @ gora-kudu --- [INFO] Source directory: /home/dev/goraJohn/gora/gora-kudu/src/examples/java added. [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ gora-kudu --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ gora-kudu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/dev/goraJohn/gora/gora-kudu/src/main/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ gora-kudu --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/dev/goraJohn/gora/gora-kudu/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ gora-kudu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ gora-kudu --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/dev/goraJohn/gora/gora-kudu/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ gora-kudu --- [WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead. [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.gora.kudu.store.TestKuduStore [WARNING] Tests run: 44, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 95.768 s - in org.apache.gora.kudu.store.TestKuduStore [INFO] Running org.apache.gora.kudu.mapreduce.KuduStoreMapReduceTest Formatting using clusterid: testClusterID Aug 05, 2019 11:11:03 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.apache.hadoop.mapreduce.v2.hs.webapp.HsWebServices as a root resource class Aug 05, 2019 11:11:03 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.apache.hadoop.mapreduce.v2.hs.webapp.JAXBContextResolver as a provider class Aug 05, 2019 11:11:03 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.apache.hadoop.yarn.webapp.GenericExceptionHandler as a provider class Aug 05, 2019 11:11:04 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey: 1.9 09/02/2011 11:17 AM' Aug 05, 2019 11:11:04 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.apache.hadoop.mapreduce.v2.hs.webapp.JAXBContextResolver to GuiceManagedComponentProvider with the scope "Singleton" Aug 05, 2019 11:11:04 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.apache.hadoop.yarn.webapp.GenericExceptionHandler to GuiceManagedComponentProvider with the scope "Singleton" Aug 05, 2019 11:11:05 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.apache.hadoop.mapreduce.v2.hs.webapp.HsWebServices to GuiceManagedComponentProvider with the scope "PerRequest" Aug 05, 2019 11:11:05 PM com.google.inject.servlet.GuiceFilter setPipeline WARNING: Multiple Servlet injectors detected. This is a warning indicating that you have more than one GuiceFilter running in your web application. If this is deliberate, you may safely ignore this message. If this is NOT deliberate however, your application may not work as expected. Aug 05, 2019 11:11:05 PM com.google.inject.servlet.GuiceFilter setPipeline WARNING: Multiple Servlet injectors detected. This is a warning indicating that you have more than one GuiceFilter running in your web application. If this is deliberate, you may safely ignore this message. If this is NOT deliberate however, your application may not work as expected. Aug 05, 2019 11:11:06 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.apache.hadoop.yarn.server.resourcemanager.webapp.JAXBContextResolver as a provider class Aug 05, 2019 11:11:06 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.apache.hadoop.yarn.server.resourcemanager.webapp.RMWebServices as a root resource class Aug 05, 2019 11:11:06 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register INFO: Registering org.apache.hadoop.yarn.webapp.GenericExceptionHandler as a provider class Aug 05, 2019 11:11:06 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey: 1.9 09/02/2011 11:17 AM' Aug 05, 2019 11:11:06 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.apache.hadoop.yarn.server.resourcemanager.webapp.JAXBContextResolver to GuiceManagedComponentProvider with the scope "Singleton" Aug 05, 2019 11:11:06 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.apache.hadoop.yarn.webapp.GenericExceptionHandler to GuiceManagedComponentProvider with the scope "Singleton" Aug 05, 2019 11:11:06 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider INFO: Binding org.apache.hadoop.yarn.server.resourcemanager.webapp.RMWebServices to GuiceManagedComponentProvider with the scope "Singleton" Aug 05, 2019 11:11:06 PM com.google.inject.servlet.GuiceFilter setPipeline WARNING: Multiple Servlet injectors detected. This is a warning indicating that you have more than one GuiceFilter running in your web application. If this is deliberate, you may safely ignore this message. If this is NOT deliberate however, your application may not work as expected. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 106.97 s - in org.apache.gora.kudu.mapreduce.KuduStoreMapReduceTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 45, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] [INFO] --- maven-bundle-plugin:2.5.3:bundle (default-bundle) @ gora-kudu --- [INFO] [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ gora-kudu --- [INFO] Skipping because packaging 'bundle' is not pom. [INFO] [INFO] --- maven-dependency-plugin:2.9:copy-dependencies (copy) @ gora-kudu --- [INFO] Copying mx4j-3.0.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/mx4j-3.0.2.jar [INFO] Copying flink-metrics-core-1.6.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/flink-metrics-core-1.6.2.jar [INFO] Copying commons-el-1.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/commons-el-1.0.jar [INFO] Copying jets3t-0.9.3.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jets3t-0.9.3.jar [INFO] Copying jul-to-slf4j-1.6.6.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jul-to-slf4j-1.6.6.jar [INFO] Copying protobuf-java-2.5.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/protobuf-java-2.5.0.jar [INFO] Copying jasper-compiler-5.5.23.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jasper-compiler-5.5.23.jar [INFO] Copying jersey-json-1.9.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jersey-json-1.9.jar [INFO] Copying flink-queryable-state-client-java_2.11-1.6.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/flink-queryable-state-client-java_2.11-1.6.2.jar [INFO] Copying hadoop-mapreduce-client-jobclient-2.5.2-tests.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-mapreduce-client-jobclient-2.5.2-tests.jar [INFO] Copying akka-protobuf_2.11-2.4.20.jar to /home/dev/goraJohn/gora/gora-kudu/lib/akka-protobuf_2.11-2.4.20.jar [INFO] Copying minlog-1.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/minlog-1.2.jar [INFO] Copying akka-stream_2.11-2.4.20.jar to /home/dev/goraJohn/gora/gora-kudu/lib/akka-stream_2.11-2.4.20.jar [INFO] Copying hadoop-minicluster-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-minicluster-2.5.2.jar [INFO] Copying flink-runtime_2.11-1.6.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/flink-runtime_2.11-1.6.2.jar [INFO] Copying jersey-guava-2.22.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jersey-guava-2.22.2.jar [INFO] Copying flink-optimizer_2.11-1.6.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/flink-optimizer_2.11-1.6.2.jar [INFO] Copying commons-crypto-1.0.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/commons-crypto-1.0.0.jar [INFO] Copying scala-compiler-2.11.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/scala-compiler-2.11.0.jar [INFO] Copying config-1.3.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/config-1.3.0.jar [INFO] Copying hadoop-auth-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-auth-2.5.2.jar [INFO] Copying commons-logging-1.1.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/commons-logging-1.1.1.jar [INFO] Copying jersey-core-1.9.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jersey-core-1.9.jar [INFO] Copying commons-beanutils-1.6.jar to /home/dev/goraJohn/gora/gora-kudu/lib/commons-beanutils-1.6.jar [INFO] Copying scala-xml_2.11-1.0.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/scala-xml_2.11-1.0.1.jar [INFO] Copying json4s-jackson_2.11-3.2.11.jar to /home/dev/goraJohn/gora/gora-kudu/lib/json4s-jackson_2.11-3.2.11.jar [INFO] Copying spark-network-shuffle_2.11-2.2.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/spark-network-shuffle_2.11-2.2.1.jar [INFO] Copying bcprov-jdk15on-1.51.jar to /home/dev/goraJohn/gora/gora-kudu/lib/bcprov-jdk15on-1.51.jar [INFO] Copying jersey-common-2.22.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jersey-common-2.22.2.jar [INFO] Copying scala-java8-compat_2.11-0.7.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/scala-java8-compat_2.11-0.7.0.jar [INFO] Copying hadoop-mapreduce-client-shuffle-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-mapreduce-client-shuffle-2.5.2.jar [INFO] Copying jersey-server-2.22.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jersey-server-2.22.2.jar [INFO] Copying commons-lang-2.6.jar to /home/dev/goraJohn/gora/gora-kudu/lib/commons-lang-2.6.jar [INFO] Copying chill-java-0.8.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/chill-java-0.8.0.jar [INFO] Copying jackson-jaxrs-1.8.3.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jackson-jaxrs-1.8.3.jar [INFO] Copying hadoop-yarn-server-applicationhistoryservice-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-yarn-server-applicationhistoryservice-2.5.2.jar [INFO] Copying jsr311-api-1.1.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jsr311-api-1.1.1.jar [INFO] Copying ivy-2.4.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/ivy-2.4.0.jar [INFO] Copying log4j-1.2.16.jar to /home/dev/goraJohn/gora/gora-kudu/lib/log4j-1.2.16.jar [INFO] Copying force-shading-1.6.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/force-shading-1.6.2.jar [INFO] Copying reactive-streams-1.0.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/reactive-streams-1.0.0.jar [INFO] Copying osgi-resource-locator-1.0.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/osgi-resource-locator-1.0.1.jar [INFO] Copying slf4j-api-1.6.6.jar to /home/dev/goraJohn/gora/gora-kudu/lib/slf4j-api-1.6.6.jar [INFO] Copying jetty-6.1.26.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jetty-6.1.26.jar [INFO] Copying servlet-api-2.5.jar to /home/dev/goraJohn/gora/gora-kudu/lib/servlet-api-2.5.jar [INFO] Copying netty-all-4.0.43.Final.jar to /home/dev/goraJohn/gora/gora-kudu/lib/netty-all-4.0.43.Final.jar [INFO] Copying javax.inject-2.4.0-b34.jar to /home/dev/goraJohn/gora/gora-kudu/lib/javax.inject-2.4.0-b34.jar [INFO] Copying jersey-container-servlet-core-2.22.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jersey-container-servlet-core-2.22.2.jar [INFO] Copying hadoop-mapreduce-client-jobclient-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-mapreduce-client-jobclient-2.5.2.jar [INFO] Copying scalap-2.11.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/scalap-2.11.0.jar [INFO] Copying jettison-1.3.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jettison-1.3.1.jar [INFO] Copying scala-library-2.11.8.jar to /home/dev/goraJohn/gora/gora-kudu/lib/scala-library-2.11.8.jar [INFO] Copying flink-avro-1.6.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/flink-avro-1.6.2.jar [INFO] Copying avro-1.8.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/avro-1.8.2.jar [INFO] Copying apacheds-kerberos-codec-2.0.0-M15.jar to /home/dev/goraJohn/gora/gora-kudu/lib/apacheds-kerberos-codec-2.0.0-M15.jar [INFO] Copying jackson-annotations-2.6.5.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jackson-annotations-2.6.5.jar [INFO] Copying kudu-test-utils-1.9.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/kudu-test-utils-1.9.0.jar [INFO] Copying java-xmlbuilder-1.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/java-xmlbuilder-1.0.jar [INFO] Copying tools.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jdk.tools-1.6.jar [INFO] Copying xbean-asm5-shaded-4.4.jar to /home/dev/goraJohn/gora/gora-kudu/lib/xbean-asm5-shaded-4.4.jar [INFO] Copying json4s-core_2.11-3.2.11.jar to /home/dev/goraJohn/gora/gora-kudu/lib/json4s-core_2.11-3.2.11.jar [INFO] Copying flink-annotations-1.6.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/flink-annotations-1.6.2.jar [INFO] Copying spring-expression-3.0.6.RELEASE.jar to /home/dev/goraJohn/gora/gora-kudu/lib/spring-expression-3.0.6.RELEASE.jar [INFO] Copying hadoop-hdfs-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-hdfs-2.5.2.jar [INFO] Copying cxf-rt-bindings-xml-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/cxf-rt-bindings-xml-2.5.2.jar [INFO] Copying jackson-mapper-asl-1.9.13.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jackson-mapper-asl-1.9.13.jar [INFO] Copying javax.ws.rs-api-2.0.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/javax.ws.rs-api-2.0.1.jar [INFO] Copying jsp-api-2.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jsp-api-2.1.jar [INFO] Copying jersey-client-2.22.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jersey-client-2.22.2.jar [INFO] Copying jersey-server-1.9.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jersey-server-1.9.jar [INFO] Copying avro-ipc-1.7.7-tests.jar to /home/dev/goraJohn/gora/gora-kudu/lib/avro-ipc-1.7.7-tests.jar [INFO] Copying compress-lzf-1.0.3.jar to /home/dev/goraJohn/gora/gora-kudu/lib/compress-lzf-1.0.3.jar [INFO] Copying jcl-over-slf4j-1.6.6.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jcl-over-slf4j-1.6.6.jar [INFO] Copying spring-aop-3.0.6.RELEASE.jar to /home/dev/goraJohn/gora/gora-kudu/lib/spring-aop-3.0.6.RELEASE.jar [INFO] Copying jackson-module-scala_2.11-2.6.5.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jackson-module-scala_2.11-2.6.5.jar [INFO] Copying async-1.4.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/async-1.4.1.jar [INFO] Copying flink-shaded-jackson-2.7.9-4.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/flink-shaded-jackson-2.7.9-4.0.jar [INFO] Copying kudu-client-1.9.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/kudu-client-1.9.0.jar [INFO] Copying commons-configuration-1.6.jar to /home/dev/goraJohn/gora/gora-kudu/lib/commons-configuration-1.6.jar [INFO] Copying hadoop-annotations-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-annotations-2.5.2.jar [INFO] Copying apacheds-i18n-2.0.0-M15.jar to /home/dev/goraJohn/gora/gora-kudu/lib/apacheds-i18n-2.0.0-M15.jar [INFO] Copying commons-codec-1.7.jar to /home/dev/goraJohn/gora/gora-kudu/lib/commons-codec-1.7.jar [INFO] Copying scala-reflect-2.11.7.jar to /home/dev/goraJohn/gora/gora-kudu/lib/scala-reflect-2.11.7.jar [INFO] Copying commons-cli-1.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/commons-cli-1.2.jar [INFO] Copying hadoop-hdfs-2.5.2-tests.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-hdfs-2.5.2-tests.jar [INFO] Copying objenesis-2.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/objenesis-2.1.jar [INFO] Copying kryo-2.24.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/kryo-2.24.0.jar [INFO] Copying guava-13.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/guava-13.0.jar [INFO] Copying unused-1.0.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/unused-1.0.0.jar [INFO] Copying servlet-api-2.5-20081211.jar to /home/dev/goraJohn/gora/gora-kudu/lib/servlet-api-2.5-20081211.jar [INFO] Copying py4j-0.10.4.jar to /home/dev/goraJohn/gora/gora-kudu/lib/py4j-0.10.4.jar [INFO] Copying avro-mapred-1.8.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/avro-mapred-1.8.2.jar [INFO] Copying commons-collections-3.2.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/commons-collections-3.2.2.jar [INFO] Copying hadoop-yarn-server-web-proxy-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-yarn-server-web-proxy-2.5.2.jar [INFO] Copying cxf-rt-core-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/cxf-rt-core-2.5.2.jar [INFO] Copying spark-launcher_2.11-2.2.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/spark-launcher_2.11-2.2.1.jar [INFO] Copying spring-asm-3.0.6.RELEASE.jar to /home/dev/goraJohn/gora/gora-kudu/lib/spring-asm-3.0.6.RELEASE.jar [INFO] Copying httpclient-4.5.6.jar to /home/dev/goraJohn/gora/gora-kudu/lib/httpclient-4.5.6.jar [INFO] Copying pyrolite-4.13.jar to /home/dev/goraJohn/gora/gora-kudu/lib/pyrolite-4.13.jar [INFO] Copying akka-actor_2.11-2.4.20.jar to /home/dev/goraJohn/gora/gora-kudu/lib/akka-actor_2.11-2.4.20.jar [INFO] Copying akka-slf4j_2.11-2.4.20.jar to /home/dev/goraJohn/gora/gora-kudu/lib/akka-slf4j_2.11-2.4.20.jar [INFO] Copying hadoop-yarn-server-nodemanager-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-yarn-server-nodemanager-2.5.2.jar [INFO] Copying flink-shaded-asm-5.0.4-4.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/flink-shaded-asm-5.0.4-4.0.jar [INFO] Copying velocity-1.7.jar to /home/dev/goraJohn/gora/gora-kudu/lib/velocity-1.7.jar [INFO] Copying commons-httpclient-3.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/commons-httpclient-3.1.jar [INFO] Copying gora-core-0.9-SNAPSHOT-tests.jar to /home/dev/goraJohn/gora/gora-kudu/lib/gora-core-0.9-SNAPSHOT-tests.jar [INFO] Copying netty-3.7.0.Final.jar to /home/dev/goraJohn/gora/gora-kudu/lib/netty-3.7.0.Final.jar [INFO] Copying hadoop-yarn-server-resourcemanager-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-yarn-server-resourcemanager-2.5.2.jar [INFO] Copying metrics-core-3.1.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/metrics-core-3.1.2.jar [INFO] Copying aopalliance-1.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/aopalliance-1.0.jar [INFO] Copying hadoop-client-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-client-2.5.2.jar [INFO] Copying jackson-databind-2.6.5.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jackson-databind-2.6.5.jar [INFO] Copying spark-tags_2.11-2.2.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/spark-tags_2.11-2.2.1.jar [INFO] Copying spring-context-3.0.6.RELEASE.jar to /home/dev/goraJohn/gora/gora-kudu/lib/spring-context-3.0.6.RELEASE.jar [INFO] Copying hadoop-common-2.5.2-tests.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-common-2.5.2-tests.jar [INFO] Copying flink-clients_2.11-1.6.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/flink-clients_2.11-1.6.2.jar [INFO] Copying metrics-jvm-3.1.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/metrics-jvm-3.1.2.jar [INFO] Copying spark-unsafe_2.11-2.2.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/spark-unsafe_2.11-2.2.1.jar [INFO] Copying leveldbjni-all-1.8.jar to /home/dev/goraJohn/gora/gora-kudu/lib/leveldbjni-all-1.8.jar [INFO] Copying commons-digester-1.7.jar to /home/dev/goraJohn/gora/gora-kudu/lib/commons-digester-1.7.jar [INFO] Copying metrics-json-3.1.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/metrics-json-3.1.2.jar [INFO] Copying xz-1.5.jar to /home/dev/goraJohn/gora/gora-kudu/lib/xz-1.5.jar [INFO] Copying hadoop-mapreduce-client-hs-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-mapreduce-client-hs-2.5.2.jar [INFO] Copying cxf-common-utilities-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/cxf-common-utilities-2.5.2.jar [INFO] Copying guice-3.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/guice-3.0.jar [INFO] Copying paranamer-2.7.jar to /home/dev/goraJohn/gora/gora-kudu/lib/paranamer-2.7.jar [INFO] Copying flink-hadoop-fs-1.6.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/flink-hadoop-fs-1.6.2.jar [INFO] Copying commons-lang3-3.5.jar to /home/dev/goraJohn/gora/gora-kudu/lib/commons-lang3-3.5.jar [INFO] Copying minlog-1.3.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/minlog-1.3.0.jar [INFO] Copying flink-hadoop-compatibility_2.11-1.6.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/flink-hadoop-compatibility_2.11-1.6.2.jar [INFO] Copying snappy-java-1.1.1.3.jar to /home/dev/goraJohn/gora/gora-kudu/lib/snappy-java-1.1.1.3.jar [INFO] Copying hadoop-common-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-common-2.5.2.jar [INFO] Copying jackson-core-asl-1.9.13.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jackson-core-asl-1.9.13.jar [INFO] Copying validation-api-1.1.0.Final.jar to /home/dev/goraJohn/gora/gora-kudu/lib/validation-api-1.1.0.Final.jar [INFO] Copying lz4-1.3.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/lz4-1.3.0.jar [INFO] Copying hadoop-yarn-client-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-yarn-client-2.5.2.jar [INFO] Copying jersey-guice-1.9.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jersey-guice-1.9.jar [INFO] Copying spark-network-common_2.11-2.2.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/spark-network-common_2.11-2.2.1.jar [INFO] Copying jersey-client-1.9.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jersey-client-1.9.jar [INFO] Copying jsr305-1.3.9.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jsr305-1.3.9.jar [INFO] Copying flink-java-1.6.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/flink-java-1.6.2.jar [INFO] Copying jaxb-api-2.2.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jaxb-api-2.2.2.jar [INFO] Copying hk2-api-2.4.0-b34.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hk2-api-2.4.0-b34.jar [INFO] Copying hadoop-mapreduce-client-core-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-mapreduce-client-core-2.5.2.jar [INFO] Copying activation-1.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/activation-1.1.jar [INFO] Copying zookeeper-3.4.6.jar to /home/dev/goraJohn/gora/gora-kudu/lib/zookeeper-3.4.6.jar [INFO] Copying spring-beans-3.0.6.RELEASE.jar to /home/dev/goraJohn/gora/gora-kudu/lib/spring-beans-3.0.6.RELEASE.jar [INFO] Copying asm-3.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/asm-3.1.jar [INFO] Copying woodstox-core-asl-4.1.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/woodstox-core-asl-4.1.1.jar [INFO] Copying flink-shaded-guava-18.0-4.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/flink-shaded-guava-18.0-4.0.jar [INFO] Copying javax.inject-1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/javax.inject-1.jar [INFO] Copying cxf-rt-transports-http-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/cxf-rt-transports-http-2.5.2.jar [INFO] Copying javax.servlet-api-3.1.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/javax.servlet-api-3.1.0.jar [INFO] Copying commons-beanutils-core-1.8.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/commons-beanutils-core-1.8.0.jar [INFO] Copying cxf-rt-frontend-jaxrs-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/cxf-rt-frontend-jaxrs-2.5.2.jar [INFO] Copying commons-math3-3.4.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/commons-math3-3.4.1.jar [INFO] Copying stax-api-1.0-2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/stax-api-1.0-2.jar [INFO] Copying wsdl4j-1.6.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/wsdl4j-1.6.2.jar [INFO] Copying jsch-0.1.42.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jsch-0.1.42.jar [INFO] Copying jline-0.9.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jline-0.9.1.jar [INFO] Copying hk2-utils-2.4.0-b34.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hk2-utils-2.4.0-b34.jar [INFO] Copying aopalliance-repackaged-2.4.0-b34.jar to /home/dev/goraJohn/gora/gora-kudu/lib/aopalliance-repackaged-2.4.0-b34.jar [INFO] Copying oro-2.0.8.jar to /home/dev/goraJohn/gora/gora-kudu/lib/oro-2.0.8.jar [INFO] Copying stax2-api-3.1.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/stax2-api-3.1.1.jar [INFO] Copying hadoop-mapreduce-client-common-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-mapreduce-client-common-2.5.2.jar [INFO] Copying curator-framework-2.6.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/curator-framework-2.6.0.jar [INFO] Copying hamcrest-core-1.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hamcrest-core-1.1.jar [INFO] Copying javassist-3.19.0-GA.jar to /home/dev/goraJohn/gora/gora-kudu/lib/javassist-3.19.0-GA.jar [INFO] Copying kudu-binary-1.9.0-linux-x86_64.jar to /home/dev/goraJohn/gora/gora-kudu/lib/kudu-binary-1.9.0-linux-x86_64.jar [INFO] Copying RoaringBitmap-0.5.11.jar to /home/dev/goraJohn/gora/gora-kudu/lib/RoaringBitmap-0.5.11.jar [INFO] Copying commons-daemon-1.0.13.jar to /home/dev/goraJohn/gora/gora-kudu/lib/commons-daemon-1.0.13.jar [INFO] Copying jackson-xc-1.8.3.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jackson-xc-1.8.3.jar [INFO] Copying ssl-config-core_2.11-0.2.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/ssl-config-core_2.11-0.2.1.jar [INFO] Copying spring-core-3.0.6.RELEASE.jar to /home/dev/goraJohn/gora/gora-kudu/lib/spring-core-3.0.6.RELEASE.jar [INFO] Copying commons-compress-1.4.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/commons-compress-1.4.1.jar [INFO] Copying hadoop-yarn-api-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-yarn-api-2.5.2.jar [INFO] Copying curator-recipes-2.6.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/curator-recipes-2.6.0.jar [INFO] Copying cxf-api-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/cxf-api-2.5.2.jar [INFO] Copying spring-web-3.0.6.RELEASE.jar to /home/dev/goraJohn/gora/gora-kudu/lib/spring-web-3.0.6.RELEASE.jar [INFO] Copying hadoop-mapreduce-client-app-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-mapreduce-client-app-2.5.2.jar [INFO] Copying geronimo-javamail_1.4_spec-1.7.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/geronimo-javamail_1.4_spec-1.7.1.jar [INFO] Copying jetty-util-6.1.26.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jetty-util-6.1.26.jar [INFO] Copying hadoop-yarn-server-common-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-yarn-server-common-2.5.2.jar [INFO] Copying kryo-shaded-3.0.3.jar to /home/dev/goraJohn/gora/gora-kudu/lib/kryo-shaded-3.0.3.jar [INFO] Copying hadoop-yarn-common-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-yarn-common-2.5.2.jar [INFO] Copying avro-mapred-1.7.7-hadoop2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/avro-mapred-1.7.7-hadoop2.jar [INFO] Copying jackson-module-paranamer-2.6.5.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jackson-module-paranamer-2.6.5.jar [INFO] Copying avro-ipc-1.8.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/avro-ipc-1.8.2.jar [INFO] Copying xmlenc-0.52.jar to /home/dev/goraJohn/gora/gora-kudu/lib/xmlenc-0.52.jar [INFO] Copying jasper-runtime-5.5.23.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jasper-runtime-5.5.23.jar [INFO] Copying api-util-1.0.0-M20.jar to /home/dev/goraJohn/gora/gora-kudu/lib/api-util-1.0.0-M20.jar [INFO] Copying junit-4.10.jar to /home/dev/goraJohn/gora/gora-kudu/lib/junit-4.10.jar [INFO] Copying commons-net-2.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/commons-net-2.2.jar [INFO] Copying json4s-ast_2.11-3.2.11.jar to /home/dev/goraJohn/gora/gora-kudu/lib/json4s-ast_2.11-3.2.11.jar [INFO] Copying stream-2.7.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/stream-2.7.0.jar [INFO] Copying api-asn1-api-1.0.0-M20.jar to /home/dev/goraJohn/gora/gora-kudu/lib/api-asn1-api-1.0.0-M20.jar [INFO] Copying cxf-rt-transports-common-2.5.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/cxf-rt-transports-common-2.5.2.jar [INFO] Copying curator-client-2.6.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/curator-client-2.6.0.jar [INFO] Copying commons-io-2.5.jar to /home/dev/goraJohn/gora/gora-kudu/lib/commons-io-2.5.jar [INFO] Copying spark-core_2.11-2.2.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/spark-core_2.11-2.2.1.jar [INFO] Copying httpcore-4.3.3.jar to /home/dev/goraJohn/gora/gora-kudu/lib/httpcore-4.3.3.jar [INFO] Copying jersey-container-servlet-2.22.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jersey-container-servlet-2.22.2.jar [INFO] Copying grizzled-slf4j_2.11-1.0.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/grizzled-slf4j_2.11-1.0.2.jar [INFO] Copying hadoop-yarn-server-tests-2.5.2-tests.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hadoop-yarn-server-tests-2.5.2-tests.jar [INFO] Copying jaxb-impl-2.1.13.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jaxb-impl-2.1.13.jar [INFO] Copying mail-1.4.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/mail-1.4.1.jar [INFO] Copying jackson-core-2.6.5.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jackson-core-2.6.5.jar [INFO] Copying scala-parser-combinators_2.11-1.0.4.jar to /home/dev/goraJohn/gora/gora-kudu/lib/scala-parser-combinators_2.11-1.0.4.jar [INFO] Copying neethi-3.0.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/neethi-3.0.1.jar [INFO] Copying metrics-graphite-3.1.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/metrics-graphite-3.1.2.jar [INFO] Copying base64-2.3.8.jar to /home/dev/goraJohn/gora/gora-kudu/lib/base64-2.3.8.jar [INFO] Copying javax.annotation-api-1.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/javax.annotation-api-1.2.jar [INFO] Copying slf4j-log4j12-1.6.6.jar to /home/dev/goraJohn/gora/gora-kudu/lib/slf4j-log4j12-1.6.6.jar [INFO] Copying xmlschema-core-2.0.1.jar to /home/dev/goraJohn/gora/gora-kudu/lib/xmlschema-core-2.0.1.jar [INFO] Copying jersey-media-jaxb-2.22.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jersey-media-jaxb-2.22.2.jar [INFO] Copying gora-core-0.9-SNAPSHOT.jar to /home/dev/goraJohn/gora/gora-kudu/lib/gora-core-0.9-SNAPSHOT.jar [INFO] Copying chill_2.11-0.8.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/chill_2.11-0.8.0.jar [INFO] Copying scopt_2.11-3.5.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/scopt_2.11-3.5.0.jar [INFO] Copying hk2-locator-2.4.0-b34.jar to /home/dev/goraJohn/gora/gora-kudu/lib/hk2-locator-2.4.0-b34.jar [INFO] Copying guice-servlet-3.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/guice-servlet-3.0.jar [INFO] Copying flink-shaded-netty-4.1.24.Final-4.0.jar to /home/dev/goraJohn/gora/gora-kudu/lib/flink-shaded-netty-4.1.24.Final-4.0.jar [INFO] Copying flink-core-1.6.2.jar to /home/dev/goraJohn/gora/gora-kudu/lib/flink-core-1.6.2.jar [INFO] Copying jdom-1.1.3.jar to /home/dev/goraJohn/gora/gora-kudu/lib/jdom-1.1.3.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:14 min [INFO] Finished at: 2019-08-05T23:12:35-05:00 [INFO] Final Memory: 41M/528M [INFO] ------------------------------------------------------------------------
mvn dependency:tree [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Detecting the operating system and CPU architecture [INFO] ------------------------------------------------------------------------ [INFO] os.detected.name: linux [INFO] os.detected.arch: x86_64 [INFO] os.detected.version: 4.10 [INFO] os.detected.version.major: 4 [INFO] os.detected.version.minor: 10 [INFO] os.detected.release: linuxmint [INFO] os.detected.release.version: 18.3 [INFO] os.detected.release.like.linuxmint: true [INFO] os.detected.release.like.ubuntu: true [INFO] os.detected.classifier: linux-x86_64 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Gora :: Kudu 0.9-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.9:tree (default-cli) @ gora-kudu --- [INFO] org.apache.gora:gora-kudu:bundle:0.9-SNAPSHOT [INFO] +- org.apache.gora:gora-core:jar:0.9-SNAPSHOT:compile [INFO] | +- org.apache.cxf:cxf-rt-frontend-jaxrs:jar:2.5.2:compile [INFO] | | +- org.apache.cxf:cxf-common-utilities:jar:2.5.2:compile [INFO] | | | +- org.apache.ws.xmlschema:xmlschema-core:jar:2.0.1:compile [INFO] | | | \- org.codehaus.woodstox:woodstox-core-asl:jar:4.1.1:runtime [INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.1:runtime [INFO] | | +- org.apache.cxf:cxf-api:jar:2.5.2:compile [INFO] | | | +- org.apache.neethi:neethi:jar:3.0.1:compile [INFO] | | | \- wsdl4j:wsdl4j:jar:1.6.2:compile [INFO] | | +- org.apache.cxf:cxf-rt-core:jar:2.5.2:compile [INFO] | | | +- com.sun.xml.bind:jaxb-impl:jar:2.1.13:compile [INFO] | | | \- org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.7.1:compile [INFO] | | +- org.springframework:spring-core:jar:3.0.6.RELEASE:compile [INFO] | | | \- org.springframework:spring-asm:jar:3.0.6.RELEASE:compile [INFO] | | +- javax.ws.rs:jsr311-api:jar:1.1.1:compile [INFO] | | +- org.apache.cxf:cxf-rt-bindings-xml:jar:2.5.2:compile [INFO] | | +- org.apache.cxf:cxf-rt-transports-http:jar:2.5.2:compile [INFO] | | | +- org.apache.cxf:cxf-rt-transports-common:jar:2.5.2:compile [INFO] | | | \- org.springframework:spring-web:jar:3.0.6.RELEASE:compile [INFO] | | | +- aopalliance:aopalliance:jar:1.0:compile [INFO] | | | +- org.springframework:spring-beans:jar:3.0.6.RELEASE:compile [INFO] | | | \- org.springframework:spring-context:jar:3.0.6.RELEASE:compile [INFO] | | | +- org.springframework:spring-aop:jar:3.0.6.RELEASE:compile [INFO] | | | \- org.springframework:spring-expression:jar:3.0.6.RELEASE:compile [INFO] | | \- org.codehaus.jettison:jettison:jar:1.3.1:compile [INFO] | +- org.apache.avro:avro-mapred:jar:1.8.2:compile [INFO] | | +- org.apache.avro:avro-ipc:jar:1.8.2:compile [INFO] | | | +- org.apache.velocity:velocity:jar:1.7:compile [INFO] | | | \- org.mortbay.jetty:servlet-api:jar:2.5-20081211:compile [INFO] | | \- commons-codec:commons-codec:jar:1.7:compile [INFO] | +- commons-lang:commons-lang:jar:2.6:compile [INFO] | +- com.google.guava:guava:jar:13.0:compile [INFO] | +- org.apache.spark:spark-core_2.11:jar:2.2.1:provided [INFO] | | +- org.apache.avro:avro-mapred:jar:hadoop2:1.7.7:provided [INFO] | | | \- org.apache.avro:avro-ipc:jar:tests:1.7.7:provided [INFO] | | +- com.twitter:chill_2.11:jar:0.8.0:compile [INFO] | | | \- com.esotericsoftware:kryo-shaded:jar:3.0.3:compile [INFO] | | | \- com.esotericsoftware:minlog:jar:1.3.0:compile [INFO] | | +- com.twitter:chill-java:jar:0.8.0:compile [INFO] | | +- org.apache.xbean:xbean-asm5-shaded:jar:4.4:provided [INFO] | | +- org.apache.hadoop:hadoop-client:jar:2.5.2:provided [INFO] | | +- org.apache.spark:spark-launcher_2.11:jar:2.2.1:provided [INFO] | | +- org.apache.spark:spark-network-common_2.11:jar:2.2.1:provided [INFO] | | | +- org.fusesource.leveldbjni:leveldbjni-all:jar:1.8:provided [INFO] | | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5:provided [INFO] | | +- org.apache.spark:spark-network-shuffle_2.11:jar:2.2.1:provided [INFO] | | +- org.apache.spark:spark-unsafe_2.11:jar:2.2.1:provided [INFO] | | +- net.java.dev.jets3t:jets3t:jar:0.9.3:provided [INFO] | | | +- org.apache.httpcomponents:httpcore:jar:4.3.3:provided [INFO] | | | +- org.apache.httpcomponents:httpclient:jar:4.5.6:provided [INFO] | | | +- javax.activation:activation:jar:1.1:provided [INFO] | | | +- mx4j:mx4j:jar:3.0.2:provided [INFO] | | | +- javax.mail:mail:jar:1.4.1:provided [INFO] | | | +- org.bouncycastle:bcprov-jdk15on:jar:1.51:provided [INFO] | | | \- com.jamesmurty.utils:java-xmlbuilder:jar:1.0:provided [INFO] | | | \- net.iharder:base64:jar:2.3.8:provided [INFO] | | +- org.apache.curator:curator-recipes:jar:2.6.0:provided [INFO] | | | \- org.apache.curator:curator-framework:jar:2.6.0:provided [INFO] | | | \- org.apache.curator:curator-client:jar:2.6.0:provided [INFO] | | +- javax.servlet:javax.servlet-api:jar:3.1.0:provided [INFO] | | +- org.apache.commons:commons-lang3:jar:3.5:compile [INFO] | | +- org.apache.commons:commons-math3:jar:3.4.1:compile [INFO] | | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] | | +- org.slf4j:jul-to-slf4j:jar:1.6.6:provided [INFO] | | +- org.slf4j:jcl-over-slf4j:jar:1.6.6:provided [INFO] | | +- com.ning:compress-lzf:jar:1.0.3:provided [INFO] | | +- net.jpountz.lz4:lz4:jar:1.3.0:provided [INFO] | | +- org.roaringbitmap:RoaringBitmap:jar:0.5.11:provided [INFO] | | +- commons-net:commons-net:jar:2.2:provided [INFO] | | +- org.scala-lang:scala-library:jar:2.11.8:compile [INFO] | | +- org.json4s:json4s-jackson_2.11:jar:3.2.11:provided [INFO] | | | \- org.json4s:json4s-core_2.11:jar:3.2.11:provided [INFO] | | | +- org.json4s:json4s-ast_2.11:jar:3.2.11:provided [INFO] | | | \- org.scala-lang:scalap:jar:2.11.0:provided [INFO] | | | \- org.scala-lang:scala-compiler:jar:2.11.0:provided [INFO] | | | \- org.scala-lang.modules:scala-xml_2.11:jar:1.0.1:provided [INFO] | | +- org.glassfish.jersey.core:jersey-client:jar:2.22.2:provided [INFO] | | | +- javax.ws.rs:javax.ws.rs-api:jar:2.0.1:provided [INFO] | | | +- org.glassfish.hk2:hk2-api:jar:2.4.0-b34:provided [INFO] | | | | +- org.glassfish.hk2:hk2-utils:jar:2.4.0-b34:provided [INFO] | | | | \- org.glassfish.hk2.external:aopalliance-repackaged:jar:2.4.0-b34:provided [INFO] | | | +- org.glassfish.hk2.external:javax.inject:jar:2.4.0-b34:provided [INFO] | | | \- org.glassfish.hk2:hk2-locator:jar:2.4.0-b34:provided [INFO] | | +- org.glassfish.jersey.core:jersey-common:jar:2.22.2:provided [INFO] | | | +- javax.annotation:javax.annotation-api:jar:1.2:provided [INFO] | | | +- org.glassfish.jersey.bundles.repackaged:jersey-guava:jar:2.22.2:provided [INFO] | | | \- org.glassfish.hk2:osgi-resource-locator:jar:1.0.1:provided [INFO] | | +- org.glassfish.jersey.core:jersey-server:jar:2.22.2:provided [INFO] | | | +- org.glassfish.jersey.media:jersey-media-jaxb:jar:2.22.2:provided [INFO] | | | \- javax.validation:validation-api:jar:1.1.0.Final:provided [INFO] | | +- org.glassfish.jersey.containers:jersey-container-servlet:jar:2.22.2:provided [INFO] | | +- org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.22.2:provided [INFO] | | +- io.netty:netty-all:jar:4.0.43.Final:provided [INFO] | | +- com.clearspring.analytics:stream:jar:2.7.0:provided [INFO] | | +- io.dropwizard.metrics:metrics-core:jar:3.1.2:provided [INFO] | | +- io.dropwizard.metrics:metrics-jvm:jar:3.1.2:provided [INFO] | | +- io.dropwizard.metrics:metrics-json:jar:3.1.2:provided [INFO] | | +- io.dropwizard.metrics:metrics-graphite:jar:3.1.2:provided [INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.6.5:provided [INFO] | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.6.5:provided [INFO] | | +- com.fasterxml.jackson.module:jackson-module-scala_2.11:jar:2.6.5:provided [INFO] | | | +- org.scala-lang:scala-reflect:jar:2.11.7:provided [INFO] | | | \- com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.6.5:provided [INFO] | | +- org.apache.ivy:ivy:jar:2.4.0:provided [INFO] | | +- oro:oro:jar:2.0.8:provided [INFO] | | +- net.razorvine:pyrolite:jar:4.13:provided [INFO] | | +- net.sf.py4j:py4j:jar:0.10.4:provided [INFO] | | +- org.apache.spark:spark-tags_2.11:jar:2.2.1:provided [INFO] | | +- org.apache.commons:commons-crypto:jar:1.0.0:provided [INFO] | | \- org.spark-project.spark:unused:jar:1.0.0:provided [INFO] | +- org.apache.flink:flink-core:jar:1.6.2:compile [INFO] | | +- org.apache.flink:flink-annotations:jar:1.6.2:compile [INFO] | | +- org.apache.flink:flink-metrics-core:jar:1.6.2:compile [INFO] | | +- org.apache.flink:flink-shaded-asm:jar:5.0.4-4.0:compile [INFO] | | +- com.esotericsoftware.kryo:kryo:jar:2.24.0:compile [INFO] | | | +- com.esotericsoftware.minlog:minlog:jar:1.2:compile [INFO] | | | \- org.objenesis:objenesis:jar:2.1:compile [INFO] | | +- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | | \- org.apache.flink:force-shading:jar:1.6.2:compile [INFO] | +- org.apache.flink:flink-hadoop-compatibility_2.11:jar:1.6.2:compile [INFO] | +- org.apache.flink:flink-java:jar:1.6.2:compile [INFO] | +- org.apache.flink:flink-clients_2.11:jar:1.6.2:compile [INFO] | | +- org.apache.flink:flink-runtime_2.11:jar:1.6.2:compile [INFO] | | | +- org.apache.flink:flink-queryable-state-client-java_2.11:jar:1.6.2:compile [INFO] | | | +- org.apache.flink:flink-hadoop-fs:jar:1.6.2:compile [INFO] | | | +- org.apache.flink:flink-shaded-netty:jar:4.1.24.Final-4.0:compile [INFO] | | | +- org.apache.flink:flink-shaded-guava:jar:18.0-4.0:compile [INFO] | | | +- org.apache.flink:flink-shaded-jackson:jar:2.7.9-4.0:compile [INFO] | | | +- org.javassist:javassist:jar:3.19.0-GA:compile [INFO] | | | +- com.typesafe.akka:akka-actor_2.11:jar:2.4.20:compile [INFO] | | | | +- com.typesafe:config:jar:1.3.0:compile [INFO] | | | | \- org.scala-lang.modules:scala-java8-compat_2.11:jar:0.7.0:compile [INFO] | | | +- com.typesafe.akka:akka-stream_2.11:jar:2.4.20:compile [INFO] | | | | +- org.reactivestreams:reactive-streams:jar:1.0.0:compile [INFO] | | | | \- com.typesafe:ssl-config-core_2.11:jar:0.2.1:compile [INFO] | | | | \- org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.4:compile [INFO] | | | +- com.typesafe.akka:akka-protobuf_2.11:jar:2.4.20:compile [INFO] | | | +- com.typesafe.akka:akka-slf4j_2.11:jar:2.4.20:compile [INFO] | | | +- org.clapper:grizzled-slf4j_2.11:jar:1.0.2:compile [INFO] | | | \- com.github.scopt:scopt_2.11:jar:3.5.0:compile [INFO] | | +- org.apache.flink:flink-optimizer_2.11:jar:1.6.2:compile [INFO] | | \- commons-cli:commons-cli:jar:1.2:compile [INFO] | \- org.apache.flink:flink-avro:jar:1.6.2:compile [INFO] +- org.apache.gora:gora-core:test-jar:tests:0.9-SNAPSHOT:test [INFO] +- org.apache.kudu:kudu-client:jar:1.9.0:compile [INFO] | +- com.stumbleupon:async:jar:1.4.1:compile [INFO] | \- org.slf4j:slf4j-api:jar:1.6.6:compile [INFO] +- org.apache.kudu:kudu-binary:jar:linux-x86_64:1.9.0:test [INFO] +- org.apache.kudu:kudu-test-utils:jar:1.9.0:test [INFO] +- commons-io:commons-io:jar:2.5:compile [INFO] +- org.apache.zookeeper:zookeeper:jar:3.4.6:test [INFO] | +- jline:jline:jar:0.9.1:test [INFO] | \- io.netty:netty:jar:3.7.0.Final:compile [INFO] +- org.apache.avro:avro:jar:1.8.2:compile [INFO] | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile [INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile [INFO] | +- com.thoughtworks.paranamer:paranamer:jar:2.7:compile [INFO] | +- org.xerial.snappy:snappy-java:jar:1.1.1.3:compile [INFO] | +- org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] | \- org.tukaani:xz:jar:1.5:compile [INFO] +- org.jdom:jdom:jar:1.1.3:compile [INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.6:compile [INFO] +- log4j:log4j:jar:1.2.16:compile [INFO] +- junit:junit:jar:4.10:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test [INFO] \- org.apache.hadoop:hadoop-minicluster:jar:2.5.2:test [INFO] +- org.apache.hadoop:hadoop-common:test-jar:tests:2.5.2:test [INFO] | +- org.apache.hadoop:hadoop-annotations:jar:2.5.2:provided [INFO] | | \- jdk.tools:jdk.tools:jar:1.6:system [INFO] | +- xmlenc:xmlenc:jar:0.52:provided [INFO] | +- commons-httpclient:commons-httpclient:jar:3.1:provided [INFO] | +- javax.servlet:servlet-api:jar:2.5:provided [INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile [INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile [INFO] | +- com.sun.jersey:jersey-core:jar:1.9:provided [INFO] | +- com.sun.jersey:jersey-json:jar:1.9:provided [INFO] | | +- org.codehaus.jackson:jackson-jaxrs:jar:1.8.3:provided [INFO] | | \- org.codehaus.jackson:jackson-xc:jar:1.8.3:provided [INFO] | +- com.sun.jersey:jersey-server:jar:1.9:provided [INFO] | | \- asm:asm:jar:3.1:provided [INFO] | +- tomcat:jasper-compiler:jar:5.5.23:provided [INFO] | +- tomcat:jasper-runtime:jar:5.5.23:provided [INFO] | +- javax.servlet.jsp:jsp-api:jar:2.1:provided [INFO] | +- commons-el:commons-el:jar:1.0:provided [INFO] | +- commons-logging:commons-logging:jar:1.1.1:compile [INFO] | +- commons-configuration:commons-configuration:jar:1.6:provided [INFO] | | +- commons-digester:commons-digester:jar:1.7:provided [INFO] | | | \- commons-beanutils:commons-beanutils:jar:1.6:provided [INFO] | | \- commons-beanutils:commons-beanutils-core:jar:1.8.0:provided [INFO] | +- com.google.protobuf:protobuf-java:jar:2.5.0:provided [INFO] | +- org.apache.hadoop:hadoop-auth:jar:2.5.2:provided [INFO] | | \- org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15:provided [INFO] | | +- org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15:provided [INFO] | | +- org.apache.directory.api:api-asn1-api:jar:1.0.0-M20:provided [INFO] | | \- org.apache.directory.api:api-util:jar:1.0.0-M20:provided [INFO] | \- com.jcraft:jsch:jar:0.1.42:provided [INFO] +- org.apache.hadoop:hadoop-hdfs:test-jar:tests:2.5.2:test [INFO] | \- commons-daemon:commons-daemon:jar:1.0.13:provided [INFO] +- org.apache.hadoop:hadoop-yarn-server-tests:test-jar:tests:2.5.2:test [INFO] | +- org.apache.hadoop:hadoop-yarn-server-common:jar:2.5.2:provided [INFO] | +- org.apache.hadoop:hadoop-yarn-server-nodemanager:jar:2.5.2:provided [INFO] | | +- javax.xml.bind:jaxb-api:jar:2.2.2:provided [INFO] | | | \- javax.xml.stream:stax-api:jar:1.0-2:provided [INFO] | | +- com.sun.jersey:jersey-client:jar:1.9:provided [INFO] | | +- com.google.inject:guice:jar:3.0:provided [INFO] | | | \- javax.inject:javax.inject:jar:1:provided [INFO] | | \- com.sun.jersey.contribs:jersey-guice:jar:1.9:provided [INFO] | +- org.apache.hadoop:hadoop-yarn-server-resourcemanager:jar:2.5.2:test [INFO] | | \- org.apache.hadoop:hadoop-yarn-server-applicationhistoryservice:jar:2.5.2:test [INFO] | \- org.apache.hadoop:hadoop-yarn-common:jar:2.5.2:provided [INFO] +- org.apache.hadoop:hadoop-mapreduce-client-jobclient:test-jar:tests:2.5.2:test [INFO] | +- org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.5.2:provided [INFO] | | \- org.apache.hadoop:hadoop-yarn-client:jar:2.5.2:provided [INFO] | +- org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.5.2:provided [INFO] | \- com.google.inject.extensions:guice-servlet:jar:3.0:provided [INFO] +- org.apache.hadoop:hadoop-common:jar:2.5.2:provided [INFO] +- org.apache.hadoop:hadoop-hdfs:jar:2.5.2:provided [INFO] +- org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.5.2:provided [INFO] | \- org.apache.hadoop:hadoop-yarn-server-web-proxy:jar:2.5.2:provided [INFO] +- org.apache.hadoop:hadoop-yarn-api:jar:2.5.2:provided [INFO] +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.5.2:provided [INFO] +- org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.5.2:provided [INFO] \- org.apache.hadoop:hadoop-mapreduce-client-hs:jar:2.5.2:test [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7.670 s [INFO] Finished at: 2019-08-05T23:13:24-05:00 [INFO] Final Memory: 25M/349M [INFO] ------------------------------------------------------------------------