Big Data / Search / DevOps
  • About
  • project

    • Arrow (103)
    • Spark (33)
    • Mesos (29)
    • Kudu (4)

    author

    • ()
    • Ted Yu (12545)
    • Harsh J (6378)
    • Stack (6070)
    • Todd Lipcon (5895)
    • Andrew Purtell (5544)
    • Vinod Kone (5313)
    • Jonathan Ellis (5274)
    • Josh Elser (4733)
    • Jean-Daniel Cryans (4559)
    • stack (4287)
    • Jun Rao (4055)
    • Steve Loughran (3816)
    • Ted Dunning (3655)
    • Ben Mahler (3502)
    • James Taylor (3328)
    • Patrick Hunt (3278)
    • Edward J. Yoon (3252)
    • Benjamin Hindman (3103)
    • Sean Busbey (3004)
    • Brock Noland (2928)
    • Stephan Ewen (2876)
    • Edward Capriolo (2825)
    • Guozhang Wang (2798)
    • Julian Hyde (2753)
    • Owen OMalley (2742)
    • aaron morton (2715)
    • Konstantin Boudnik (2607)
    • Aljoscha Krettek (2588)
    • Reynold Xin (2587)
    • Arun C Murthy (2571)
    • Sean Owen (2494)
    • Doug Cutting (2382)
    • Hari Shreedharan (2363)
    • Jean-Marc Spaggiari (2350)
    • Vinod Kumar Vavilapalli (2272)
    • Roman Shaposhnik (2250)
    • Fabian Hueske (2249)
    • Jie Yu (2198)
    • Wes McKinney (2179)
    • Mich Talebzadeh (2173)
    • Alan Gates (2146)
    • Joe Witt (2128)
    • Alejandro Abdelnur (2113)
    • Till Rohrmann (2110)
    • Allen Wittenauer (2080)
    • Mike Percy (2047)
    • Jarek Jarcec Cecho (2038)
    • Jacques Nadeau (2036)
    • Jean-Baptiste Onofré (1987)
    • Amareshwari Sriramadasu (1980)
    • Matthias J. Sax (1968)
    • Robert Metzger (1902)
    • Jordan Zimmerman (1892)
    • Jarek Cecho (1875)
    • Sylvain Lebresne (1867)
    • Keith Turner (1852)
    • Neha Narkhede (1851)
    • Jeff Zhang (1838)
    • lars hofhansl (1834)
    • Gwen Shapira (1828)

    type

    • mail # dev (100)
    • issue (36)
    • mail # user (33)
  • date

    • last 7 days (4)
    • last 30 days (15)
    • last 90 days (42)
    • last 6 months (84)
    • last 9 months (169)
clear query| facets| time Search criteria: .   Results from 21 to 30 from 169 (0.0s).
Loading phrases to help you
refine your search...
Parquet to arrow java converter - Arrow - [mail # dev]
...This definitely sounds like a useful tool. It seems like Julien startedsome of work in Parquet-arrow a while back.Julien, I am wondering what's your thoughts on whether such code shouldlive ...
   Author: Li Jin , 2018-03-06, 20:18
  
Welcoming some new committers - Spark - [mail # dev]
...Congrats!On Fri, Mar 2, 2018 at 5:49 PM Holden Karau  wrote:> Congratulations and welcome everyone! So excited to see the project grow> our committer base.>> On Mar 2, 2018 ...
   Author: Li Jin , 2018-03-02, 22:53
  
Java implementation of MapType - Arrow - [mail # dev]
...Brian,I think it's ok to implement MapVector now.On Wed, Feb 21, 2018 at 12:07 PM, Bryan Cutler  wrote:> I can't make the sync today, but I did want to ask if everyone is ok with>...
   Author: Li Jin , 2018-02-22, 15:01
  
[ARROW-1815] [Java] Rename MapVector to StructVector - Arrow - [issue]
http://issues.apache.org/jira/browse/ARROW-1815    Author: Li Jin , 2018-02-15, 17:57
  
[ANNOUNCE] New Arrow committers - Arrow - [mail # dev]
...Congrats!On Wed, Feb 14, 2018 at 12:14 PM, Philipp Moritz  wrote:> Congrats to the new committers!>> On Wed, Feb 14, 2018 at 9:07 AM, Robert Nishihara <> [EMAIL PROTECTED...
   Author: Li Jin , 2018-02-14, 17:23
  
[SPARK-23360] SparkSession.createDataFrame timestamps can be incorrect with non-Arrow codepath - Spark - [issue]
...import datetimeimport pandas as pdimport osdt = [datetime.datetime(2015, 10, 31, 22, 30)]pdf = pd.DataFrame({'time': dt})os.environ['TZ'] = 'America/New_York'df1 = spark.createDataFrame(pdf)...
http://issues.apache.org/jira/browse/SPARK-23360    Author: Li Jin , 2018-02-10, 16:09
  
[expand - 2 more] [collapse] - [DISCUSS] Union Vector - Arrow - [mail # dev]
...Hi All,I'd like to bump this thread for more discussion.There is current a Java PR to make the current union type match the spec:https://github.com/apache/arrow/pull/987. Since there is a ne...
   Author: Li Jin , 2018-02-08, 15:41
  
[DISCUSS] Union Vector - Arrow - [mail # dev]
...Hi All,I'd like to bump this thread to get some more feedbacks from other people.I think what Wes says makes sense, there seems to be two requirement forunion types and it might make sense t...
   Author: Li Jin , 2018-01-25, 16:56
[DISCUSS] Union Vector - Arrow - [mail # dev]
...Hi All,Here is a summary of the state and issue of union vector (to the best of myknowledge).I have summarized some possible solutions based on the discussion so far.However, this is not a p...
   Author: Li Jin , 2018-01-11, 16:17
Spark DataFrame <--> Arrow Roundtrip - Arrow - [mail # dev]
...Hi Michael,Please see my comments inline.Keep in mind these are all pretty internal APIs so they might change in thefuture.On Mon, Feb 5, 2018 at 11:30 AM, Michael Shtelma  wrote:> H...
   Author: Li Jin , 2018-02-06, 16:19
  
Arrow PR backlog: please help - Arrow - [mail # dev]
...I just took a look at the Java issues,I have reviewed all of those to the extent I can, however, most of themneed input from other Java committers in order to merge or move forward.Please le...
   Author: Li Jin , 2018-02-01, 19:33
  
[SPARK-23302] Refactor group aggregate pandas UDF to its own catalyst rules - Spark - [issue]
...Per discussion on https://github.com/apache/spark/pull/19872#discussion_r165220142We should try to refactor group aggregate pandas UDF to its own catalyst rules...
http://issues.apache.org/jira/browse/SPARK-23302    Author: Li Jin , 2018-02-01, 15:17
  
< Prev 1 2 3 4 5 Next >
Apache Lucene, Apache Solr and all other Apache Software Foundation project and their respective logos are trademarks of the Apache Software Foundation.
Elasticsearch, Kibana, Logstash, and Beats are trademarks of Elasticsearch BV, registered in the U.S. and in other countries. This site and Sematext Group is in no way affiliated with Elasticsearch BV.
Service operated by Sematext